Tim Graham
194bf8ca62
[1.9.x] Refs #26089 -- Removed obsolete docs about custom user model testing.
...
Backport of 1e9150443e5696d764ed81c97b53ef0365a5d854 from master
2016-02-02 08:55:06 -05:00
Harry
fe41a134bc
[1.9.x] Fixed #26152 -- Documented how to avoid django.setup() deadlock in standalone scripts.
...
Backport of 0fb1185538aeec9004fb9c84d96b81dc2778f66a from master
2016-02-01 13:41:31 -05:00
Tim Graham
a9fbf0735a
[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.
...
Backport of a6ef025dfb2a1d1bd23893408eef6d066fb506d9 from master
2016-02-01 11:54:26 -05:00
Tim Graham
d7a6086825
[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in docs.
...
Also documented missing short command line options to fix #24134 . This bumps
the minimum sphinx version required to build the docs to 1.3.4.
Thanks Simon Charette for review.
Backport of e519aab43a419589e92fe284e4ce2f2e034aec6a from master
2016-02-01 11:25:42 -05:00
Tim Graham
0495f44b8d
[1.9.x] Unified some doc links to OneToOneField and ManyToManyField.
...
Backport of 8ce8beb3f24042ed0c3da00ef3d23c25036021ed from master
2016-02-01 11:02:53 -05:00
Tim Graham
5879bd090c
[1.9.x] Added a missing session setting in docs.
...
Backport of 9a5c94588e20e51c0c1b3fd50a2ca2716876b195 from master
2016-01-29 15:09:07 -05:00
Yoong Kang Lim
e47f0c1247
[1.9.x] Fixed #26136 -- Removed URL reversing by dotted path from JavaScript catalog example.
...
Backport of 31817dd2eb69db54eb559716aae42fe55ada5fea from master
2016-01-27 09:05:58 -05:00
Tim Graham
204d31cd60
[1.9.x] Refs #26142 -- Documented that Formset's extra=0 doesn't prevent creating objects.
...
Backport of 8e6a08e937272f088902cdbec65a9f2e919783bf from master
2016-01-27 08:57:17 -05:00
Chris Lamb
3306106fb1
[1.9.x] Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
...
Debian packages unconditionally byte-compile .py files on installation and
do not silence errors by design. Therefore, we need a way of shipping these
invalid .py files without a .py extension but ensuring that when we
template them, they end up as .py.
We don't special-case .py files so that the all the TemplateCommand
command-line options (eg. extra_files and extensions) still work entirely
as expected and it may even be useful for other formats too.
Backport of abc0777b63057e2ff97eee2ff184356051e14c47 from master
2016-01-25 12:44:14 -05:00
Tim Graham
20b217b0b0
[1.9.x] Fixed Sphinx highlight warnings in docs.
...
Backport of 9c43d8252a926f72be5a279186b42848501819b8 from master
2016-01-25 12:04:55 -05:00
Tim Graham
41e059de7c
[1.9.x] Fixed #26132 -- Discouraged use of TransactionTestCase.fixtures.
...
Backport of b0b45f9a8373f47e96ef6c22d254c984d3b6b3c0 from master
2016-01-25 06:52:44 -05:00
Elif T. Kus
5dceb1f078
[1.9.x] Fixed #26020 -- Normalized header stylings in docs.
...
Backport of bca9faae95db2a92e540fbd08505c134639916fe from master
2016-01-22 12:18:24 -05:00
pp
1cbc556bce
[1.9.x] Added missing period to "etc.".
...
Backport of b34ff66e5bae3760273255fa5b2525eb21a5eb63 from master
2016-01-11 18:05:56 -05:00
bmsleight
577ea02977
[1.9.x] Fixed a typo in a modelforms docs example.
...
Backport of 8715205c5c0e49b21b5bbea35d904713ee188a71 from master
2016-01-09 13:04:51 -05:00
Jarek Glowacki
6e5d77dc05
[1.9.x] Added missing step to transitioning squashed migrations.
...
Backport of d8b651a544696e586bcc941335420ff9b7bf4fb5 from master
2016-01-04 10:38:43 -05:00
Tim Graham
5855bee1d1
[1.9.x] Removed British/Austrialian word: whilist.
...
Backport of 98839e906632dfe77c6f6906d61d62868a0541dc from master
2015-12-31 14:31:59 -05:00
Varun Sharma
fa21766230
[1.9.x] Fixed #25959 -- Updated logging example to use the django logger.
...
Backport of 483e0091e3891dc4ed898ea0dbf6923c166f0674 from master
2015-12-24 10:07:56 -05:00
Chris Lamb
47f3ee2625
[1.9.x] Discouraged use of /tmp with predictable names.
...
The use of predictable filenames in /tmp often leads to symlink attacks
so remove the most obvious use of them in the docs.
Backport of 77b8d8cb6d6d6345f479c68c4892291c1492ba7e from master
2015-12-24 09:56:54 -05:00
Alasdair Nicol
326efed9ee
[1.9.x] Refs #25963 -- Fixed typo in docs/topics/http/shortcuts.txt
...
Backport of 28d05a4c195e2e01cdbc1435d58b44ece5ccc170 from master
2015-12-23 18:36:07 -05:00
Alasdair Nicol
8eeb01a702
[1.9.x] Fixed #25854 -- Removed deprecated usage of template.render() with RequestContext in docs.
...
Backport of 32c7d93e5f0638c5a1ec8e2525c967be444fcef1 from master
2015-12-23 18:31:20 -05:00
Tim Graham
d162b0bcd8
[1.9.x] Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
...
Backport of 4d83b0163e15f8352fd17fa121e929842ff2b686 from master
2015-12-23 10:50:55 -05:00
Tim Graham
c0d8d5f98c
[1.9.x] Fixed #25948 -- Added guidelines for SimpleTestCase.assertRaisesMessage() usage.
...
Backport of 77f50c9cfc8b33bf86394816cde183e656ba28cd from master
2015-12-23 07:31:14 -05:00
Mads Jensen
3bcd42d343
[1.9.x] Fixed #25936 -- Added showmigrations to migrations topic guide.
...
Backport of 394e59099c89eb82cf4a37c78ab5f329b76ce0cc from master
2015-12-22 13:17:27 -05:00
Tim Graham
36d0aa4303
[1.9.x] Fixed #25963 -- Clarified render_to_response() context_instance deprecation.
2015-12-22 13:06:22 -05:00
Alex Gaynor
40fd217437
[1.9.x] Removed a misleading comment about HTTPS.
...
For all practical purposes, there are no common cases for which a
website cannot be deployed with HTTPS.
Backport of d7580e286ac9c48e410d59281720205d6f5dda10 from master
2015-12-21 06:52:49 -05:00
Tim Graham
ea63cf8d42
[1.9.x] Refs #10060 -- Corrected description of multiple annotations bug.
...
Backport of 3d2236773ba88e330841b8c72183b0e978e10909 from master
2015-12-15 08:04:43 -05:00
Tim Graham
9f3ce6d987
[1.9.x] Refs #25899 -- Improved visibility of TEST database settings in testing docs.
...
Backport of 738bda8a6feea95d07b73246365e75b3d25e3466 from master
2015-12-11 08:07:43 -05:00
Gavin Wahl
55fa19e4a6
[1.9.x] Fixed user_passes_test() signature in docs.
...
Backport of ec708803f70d51dda21845799de8c62d02611808 from master
2015-12-08 15:57:38 -05:00
Tim Graham
abeb50db5d
[1.9.x] Fixed #25895 -- Used a consistent style for UserAdmin overrides.
...
Thanks Justin Abrahms for the report.
Backport of 166e0490d39f619928ee9c5133cc5cab0ae5c1db from master
2015-12-08 14:42:11 -05:00
Tim Graham
35b5e11a98
[1.9.x] Fixed #25860 -- Documented a transaction leak possiblity in TestCase.
...
Thanks Jonas Haag for report and review.
Backport of a5619f7ed3bc2ca07b428fa0abfaaff088378f48 from master
2015-12-07 18:33:51 -05:00
Tim Graham
6aaf6728b5
[1.9.x] Refs #25584 -- Corrected note about source of SyntaxErrors when installing Django 1.9.
...
Backport of f5af68ba68c1041d785e5582529134d54895e7c6 from master
2015-12-05 16:33:10 -05:00
Florian Apolloner
274670a33d
[1.9.x] Removed deprecated usage of url tag from auth docs.
...
Backport of 105028eec64064c11dfd3d5415317ba1fab81214 from master
2015-12-05 15:52:31 -05:00
Josh Soref
8897f4b0df
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
...
Backport of 93452a70e8a62c7408eeded444f5088d4a26212d from master
2015-12-03 12:49:03 -05:00
Eliezer Kanal
cc9c2b1ef3
[1.9.x] Updated link to 1000 common passwords.
...
xato.net is dead; replaced with link to archive.org.
Backport of d3b488f5bd17b4cf662613e0d3d62f9675ff3cdc from master
2015-12-02 12:57:29 -05:00
Jon Dufresne
bf76cf07e0
[1.9.x] Fixed #25778 -- Updated docs links to use https when available.
...
Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master
2015-12-01 08:03:16 -05:00
Gagaro
08e1c79f7a
[1.9.x] Fixed #25812 -- Restored the ability to use custom formats with the date template filter.
...
Backport of 34d88944f46d3e2734488fd0ca3c2c24c15a0264 from master
2015-11-28 08:44:41 -05:00
James Beith
75ec064808
[1.9.x] Fixed a typo in the managers docs.
...
Backport of e03798a4ae6e0eca43c1b238dd96b3798aaeca81 from master
2015-11-27 13:53:49 -05:00
Simon Charette
b4a1d545db
[1.9.x] Fixed #25807 -- Instructed the migration writer about lazy objects.
...
Thanks to Trac alias mrgaolei for the report, Baptiste for the confirmation
and Tim for the review.
Backport of cc2ca9c550fbf8fca8684b373a3c8e3618eea08e from master
2015-11-26 11:21:35 -05:00
Neal Todd
e5430510dd
[1.9.x] De-emphasized use of NullHandler in logging docs.
...
NullHandler removed in 1.9; unused since Django 1.5.
Backport of b3acdeee502e961065bfcdb7673d7cf91ab5b283 from master
2015-11-18 09:56:30 -05:00
Alex Morozov
361038ee03
[1.9.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.
...
Backport of 5abed864ee1cd31a0b920768b4abe85b26b43a4d from master
2015-11-17 10:18:03 -05:00
Agnieszka Lasyk
b3389956c9
[1.9.x] Fixed #25755 -- Unified spelling of "website".
...
Backport of 1f8dad69158a96d0649d321ce08ecc9c0465f962 from master
2015-11-16 06:44:46 -05:00
Anderson Resende
0ec328509c
[1.9.x] Fixed #25744 -- Corrected reference to User object in auth docs.
...
Backport of ce4914eab4688ace4b97d14a8c271887235ebb3f from master
2015-11-12 19:23:50 -05:00
Bryan Marty
8e23527075
[1.9.x] Fixed #25169 -- Documented stacking of permission_required and login_required.
...
Backport of 9788625277b85596302bbf2c39cf829b7a766a4f from master
2015-11-12 14:25:29 -05:00
Tim Graham
16865782d7
[1.9.x] Fixed #10045 -- Corrected docs about .annotate()/.filter() ordering.
...
Thanks Josh, Anssi, and Carl for reviews and advice.
Backport of 91a431f48c1fc5ecc9a837e8071a0062d31b490f from master
2015-11-12 13:22:13 -05:00
Tim Graham
f10226232f
[1.9.x] Fixed #25727 -- Added a doc link to cached_property.
...
Backport of e0de82c9b2c41c4c479d2245e7d5cd59638b5440 from master
2015-11-10 13:29:00 -05:00
Thijs van Dien
f5e1d72de2
[1.9.x] Fixed #25473 -- Changed underscores in url() names to dashes in docs.
...
To improve consistency, sample URL names that had underscores
in them now use dashes instead. That excludes URL names that
have some relation to the code, such as those generated by
the admin.
Thanks guettli for reporting this.
Backport of 1679472165e840aef4c8c9ece2fbf4620b87beab from master
2015-11-07 21:59:59 +01:00
Tim Graham
1eb2ff3ff7
[1.9.x] Fixed #25290 -- Warned against modifying objects created in setUpTestData() in tests.
...
Backport of 81006b9657534a21c3eadb2bc4a87c46db54c099 from master
2015-11-07 20:33:49 +01:00
Attila Tovt
a98d08f9f8
[1.9.x] Fixed #25681 -- Added 'default' to DATABASES example.
...
Backport of ac750dbbc0533dcf9c2f6c0f09957adf6f976d3e from master
2015-11-07 11:10:00 +01:00
japrogramer
ed3e066cc1
[1.9.x] Fixed typo in docs/topics/auth/default.txt.
...
Backport of a10cbbbc17d4244812ef713437fa44207fe1a223 from master
2015-11-03 08:57:03 +00:00
Tomasz Anielak
f1859d9100
[1.9.x] Fixed typo in docs/topics/db/models.txt.
...
Backport of b67502fb8dccefa0c0a3b4a63f9053c4238a8a0c from master
2015-10-31 08:53:45 -04:00