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
Bryan Marty
a09a889a57
[1.9.x] Fixed #24212 -- Added example pylibmc CACHES configuration.
...
Backport of ad67fcdf51ebbbd7c02c1a2b1f269edc8f92afdc from master
2015-10-30 13:45:47 -04:00
bee_keeper
7b03595489
[1.9.x] Added class-based view example to RequestFactory example.
...
Backport of a17216646adaaa909fe52a4e974b56b4f094fc72 from master
2015-10-30 13:14:20 -04:00
Bryan Marty
44f177b5cd
[1.9.x] Fixed #21516 -- Updated imports paths for some formset functions/classes.
...
Since refs #21489 , FormSet classes and factories are exposed on the
django.forms package.
Backport of 455034d4df048010de4ae0a9a2392b70d1463c61 from master
2015-10-28 15:46:45 -04:00
Tim Graham
411b8da362
[1.9.x] Made LiveServerTestCase example use StaticLiveServerTestCase.
...
Backport of 6b5ae92927cb69e8709ab2bb05f6721a7cd37a3c from master
2015-10-28 13:51:22 -04:00
Jacek Bzdak
488538e55e
[1.9.x] Fixed #25397 -- Documented class-based view context variable clash with context processors.
...
Backport of 494b7986a3e5996d857b085f188a630d1504d9ca from master
2015-10-23 15:24:14 -04:00
薛丞宏
2eab4acb3e
[1.9.x] Clarified that the test client response content attribute is bytes.
...
Backport of 484edc81c1ebd195c333f3ea8d3f9ca882a17837 from master
2015-10-23 14:27:20 -04:00
Benjamin Wohlwend
c367abb11b
[1.9.x] Refs #24622 -- Documented alternatives to some test response attributes when using alternative template engines.
...
Backport of 2b9eed41fa26537d1af4f818c6e4296ce3305b01 from master
2015-10-22 14:11:22 -04:00
Tim Graham
02f3084f4e
[1.9.x] Fixed #25584 -- Documented a pip error when installing Django 1.9.
...
Backport of ee66d8dd7df8326c453fd04c2bdeb5225df934be from master
2015-10-22 10:09:04 -04:00
Tim Graham
2c11002fec
[1.9.x] Refs #25527 -- Removed redundant doc heading link that leads to a warning when generating PDF.
...
Backport of 25f287f6b2f677213605364c33bb37f33feac953 from master
2015-10-07 19:36:57 -04:00
Claude Paroz
c894f215e2
[1.9.x] Added some function links in translation docs
...
Backport of 9a6fc9606c from master.
2015-10-07 17:31:28 +02:00
John Moses
6a582d35f2
[1.9.x] Fixed #25481 -- Added field.help_text to "Looping over a form's fields" docs.
...
Backport of ac09d22f7913ff09f98001ff51b783932290e378 from master
2015-10-02 13:00:48 -04:00
David Sanders
d6632f2111
[1.9.x] Clarified that Model.delete() isn't called as a result of a cascading delete.
...
Backport of 5c6316dc3467fd7b669bea9157f591ac5fd00ec4 from master
2015-09-30 08:44:37 -04:00
David Sanders
60fe6efe50
[1.9.x] Improved "“standalone” Django usage" example.
...
Backport of ae9f9dc37f39afeaa45c646cf6eef81beffcf021 from master
2015-09-29 15:09:28 -04:00
Tim Graham
e21c6f34de
[1.9.x] Fixed #25376 -- Required virtualenv in installation instructions.
...
Thanks Anjul Tyagi for some of the draft text.
Backport of a523d94b4581ec41c86f5bbaaffdf5bb6b819c2e from master
2015-09-29 14:33:50 -04:00
Tim Graham
0094fb6be8
[1.9.x] Documented auth's login/logout function parameters.
...
Backport of c14b6b52ff131db263bf06a02f903a73390975da from master
2015-09-28 14:12:32 -04:00
Tim Graham
260e9f15fe
[1.9.x] Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_compatible.
...
Backport of de99f558d806a2a1b30072ec95bc44d412d80dab from master
2015-09-25 15:36:05 -04:00
Tim Graham
f2f4f1cfff
[1.9.x] Fixed #25451 -- Added advice about organizing tests.
...
Backport of 53e89ce2e71411ff9d1c3fd6f2b10d052a4aeace from master
2015-09-25 07:15:50 -04:00
Tim Graham
ca2c5508be
[1.9.x] Fixed #25455 -- Optimized dictfetchall() example.
...
Thanks aklim007 for the suggestion.
Backport of 361f60479d1890e8144fc254d7389a67b35725e9 from master
2015-09-24 13:19:17 -04:00
Don Kirkby
dcd7358afd
Fixed typo in docs/topics/db/examples/one_to_one.txt
2015-09-23 13:31:14 -04:00
Tim Graham
b1f6046066
Refs #25373 -- Doc'd logging of exceptions during {% include %} rendering.
2015-09-23 11:48:09 -04:00