Commit Graph

2523 Commits

Author SHA1 Message Date
Mariusz Felisiak f6f0f524c3
[2.0.x] Removed extra characters in docs header underlines.
Backport of 25829197bb from master
2019-02-08 21:42:49 +01:00
CHI Cheng a3dfd38baa [2.0.x] Fixed broken links to PyYAML page.
Backport of b7dbd5ff68 from master.
2018-12-27 10:52:15 +01:00
José L. Patiño a881499a77 [2.0.x] Fixed #29535 -- Updated email.MIME* references for Python 3.
Backport of b5dd6ef3d5 from master
2018-06-29 08:24:51 -04:00
Tim Graham da906ff1ae [2.0.x] Fixed location of a few doc labels.
Backport of 1229687a0a261d05a72e6f189c1a9b0069b302e5 from master
2018-06-28 08:58:36 -04:00
Adam Johnson cba1922742 [2.0.x] Updated a test example to use snake case.
Backport of ae38777698 from master
2018-06-21 17:37:34 -04:00
Michael Kiros e072060203 [2.0.x] Fixed typo in docs/topics/auth/customizing.txt.
Backport of b37bac39b3 from master
2018-06-05 21:28:57 -04:00
Mariusz Felisiak 80a53202d4
[2.0.x] Alphabetized imports in various docs.
Follow-up of d97cce3409 and 7d3fe36c62.
Backport of 35319bf12c from master
2018-05-12 19:41:40 +02:00
CHI Cheng 482ba9246e [2.0.x] Fixed #29375 -- Removed empty action attribute on HTML forms.
Backport of 4660ce5a69 from master
2018-05-02 09:35:26 -04:00
Stefan R. Filipek 9f2586b964 [2.0.x] Fixed #29349 -- Doc'd the default behavior of router.allow_relation().
Backport of 9ec77f3d66 from master
2018-04-23 11:45:09 -04:00
adamth f1435bf680 [2.0.x] Fixed typos in docs/topics/auth/passwords.txt.
Backport of acf9d64045 from master
2018-04-23 07:37:42 -04:00
Nick Pope 61fc315230 [2.0.x] Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirect_authenticated_user.
Backport of df90e462d9 from master
2018-04-19 11:07:53 -04:00
Tim Graham 0d2ec8db48 [2.0.x] Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript template strings can't be translated.
Backport of c3437f734d from master
2018-04-18 14:35:50 +02:00
Brett Cannon b98fa241dd [2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Backport of 64b74804c5 from master
2018-04-17 20:56:33 -04:00
Luoxzhg f395b7653d [2.0.x] Fixed typo in docs/topics/db/managers.txt.
Backport of 99539ca319 from master
2018-04-11 22:26:51 -04:00
Luoxzhg 7e5a72dde4 [2.0.x] Fixed mistakes in docs/topics/db/examples/many_to_one.txt.
Backport of 9d7e2c7b44 from master
2018-04-10 12:29:48 -04:00
Wim Feijen 327882a245 [2.0.x] Clarified a sentence in docs/topics/i18n/translation.txt.
Backport of 058f607518 from master
2018-03-31 19:34:07 -04:00
AK 9fc5a1fa0c [2.0.x] Added a pagination example to ListView docs.
Backport of 3990d74018 from master
2018-03-26 12:41:30 -04:00
Jezeniel Zapanta 83362cb94a [2.0.x] Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().
Backport of abe6c5defe from master
2018-03-20 21:42:53 -04:00
Denis 50fd5f5774 [2.0.x] Refs #11278 -- Clarified RelatedManager differences between reverse one-to-many and many-to-many relations.
Backport of 1834490a0c from master
2018-03-20 20:44:08 -04:00
ovalseven8 24066cc430 [2.0.x] Fixed #29192 -- Corrected docs regarding overriding fields from abstract base classes.
Backport of 22bcd3a1d8 from master
2018-03-13 13:55:57 -04:00
jblang94 99a6a6b176 [2.0.x] Improved clarity of docs/topics/install.txt.
Backport of 84398897a7 from master
2018-03-05 10:36:26 -05:00
Daniel Hahler da71f2ca92 [2.0.x] Fixed typo in docs/topics/forms/media.txt.
Backport of 939e0a5995 from master
2018-03-02 14:48:02 -05:00
René Fleschenberg c50b9c33f0 [2.0.x] Fixed incorrect regex in re_path() example.
Backport of 6e52e2554d from master
2018-02-26 20:00:29 -05:00
Seohong Park ea0dc5df09 [2.0.x] Fixed #29146 -- Readded ^ and $ inadvertently removed from re_path() examples.
Backport of 9716860596 from master
2018-02-20 21:31:52 -05:00
Tim Graham 29dd7dcdfd [2.0.x] Fixed #29107 -- Doc'd that ModelForm doesn't actually inherit from Form.
Backport of ff61a25081 from master
2018-02-08 10:10:47 -05:00
Ashaba c6c73e3401 [2.0.x] Fixed #28403 -- Added missing formats in FORMAT_MODULE_PATH docs.
Backport of 95fd5cf459 from master
2018-01-24 14:48:39 -05:00
Peter Wischer fbe7c8f413 [2.0.x] Fixed typo in docs/topics/i18n/translation.txt.
Backport of 196c257a23 from master
2018-01-17 08:50:26 +01:00
Karmen 146317b734 [2.0.x] Fixed #28881 -- Doc'd that CommonPasswordValidator's password list must be lowercase.
Backport of 4fcd28d442 from master
2018-01-15 10:36:31 -05:00
jaywelborn e5acbbe18e [2.0.x] Fixed #28761 -- Documented how an inline formset's prefix works.
Backport of 56e590cc0b from master
2018-01-13 16:39:53 -05:00
Mariusz Felisiak 07fb89b420
[2.0.x] Updated various links in docs to use HTTPS.
Backport of 7c81b28ebc from master
2018-01-07 14:35:06 +01:00
Tim Graham 1b27374b0d [2.0.x] Fixed #28966 -- Doc'd that the uuid URL path converter requires dashes
Backport of 038ea4f859 from master
2017-12-27 12:24:07 -05:00
Claude Paroz 830636df73 [2.0.x] Fixed #28594 -- Removed Jython docs and specific code
Thanks Andrey Martyanov for the report, and Tim Graham for the review.
Backport of 23b21db31b from master.
2017-12-23 10:28:29 +01:00
Tim Graham e30674a1b7 [2.0.x] Fixed #28886 -- Updated prefix for example django.contrib.auth.urls URLs.
Backport of 4114b441ee from master
2017-12-06 09:24:01 -05:00
Tim Graham be70d3b968 [2.0.x] Fixed #28883 -- Doc'd that the uuid URL path converter matches lowercase only letters.
Backport of bae365e13c from master
2017-12-06 09:16:52 -05:00
Sergey Fedoseev 6a70b576b5 [2.0.x] Fixed typo in docs/topics/testing/advanced.txt.
Backport of 3922f02dc6 from master
2017-12-04 11:55:12 +01:00
Luke Plant a11b610325 [2.0.x] Linked to prefetch_related_objects func in DB optimization docs.
Backport of e283c1a from master
2017-11-23 21:33:08 +03:00
Hyunwoo Park 4091a07f77 [2.0.x] Fixed typo in docs/topics/forms/media.txt.
Backport of 3f237c1a5b from master
2017-11-22 07:48:08 -05:00
Frédéric Massart 427a8b4485 [2.0.x] Clarified who the AdminEmailHandler emails.
Backport of a5f1e5809f from master
2017-11-21 12:05:49 -05:00
Tim Graham 2b3907cf74 [2.0.x] Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.
Backport of d392fc293c from master
2017-11-16 10:38:48 -05:00
Tim Graham c869207ea2 [2.0.x] Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe.
Thanks Hynek Cernoch for the report and review.

Backport of 327f0f37ce from master
2017-11-07 13:07:29 -05:00
Tim Graham 72f875541a [2.0.x] Fixed typo in docs/topics/db/aggregation.txt.
Backport of 00b93c2b1e from master
2017-11-07 09:03:26 -05:00
Sam Morrow c9ce52820a [2.0.x] Fixed #28745 -- Added first and last page links to paginator docs example.
Backport of dcc0427c58 from master
2017-11-01 20:23:21 -04:00
Tim Graham 29c97fa6b7 [2.0.x] Described how querysets are protected from SQL injection in more detail.
Backport of 6e8508734b from master
2017-11-01 11:53:15 -04:00
Tim Graham cd37e47096 [2.0.x] Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie examples.
Backport of afd375fc34 from master
2017-11-01 11:06:56 -04:00
Ville Skyttä 8a6392e4c6 [2.0.x] Fixed 'a'/'an' mix-ups in docs.
Backport of 617686e226 from master
2017-10-30 21:47:27 -04:00
Botond Beres 41009788a0 [2.0.x] Fixed #28131 -- Corrected examples of using attribute lookups on the "perms" template variable.
Backport of 51d7feff87 from master
2017-10-28 12:41:01 -04:00
Tim Graham 01987bc0b4 [2.0.x] Fixed #28737 -- Clarified {% cache %} tag's handling of arguments.
Thanks Tom Aratyn for the report.

Backport of 171c7cc863 from master
2017-10-25 14:21:27 -04:00
Tim Graham c4f518e484 [2.0.x] Suggested LoginView rather than @login_required as an alternative to authenticate().
Backport of 3642c3758b from master
2017-10-25 12:02:12 -04:00
LeeHanYeong edd3601be6 [2.0.x] Removed incorrect reference to ModelChoiceField in Field.choices docs.
Backport of 3ffbd54566 from master
2017-10-13 11:10:51 -04:00
Stefan Schneider eff5f837c9 [2.0.x] Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.
Backport of 08c8c3ead9 from master
2017-09-29 11:38:41 -04:00