summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2018-06-29[2.0.x] Fixed #29535 -- Updated email.MIME* references for Python 3.José L. Patiño
Backport of b5dd6ef3d52544ec7533509915c61545d5c3d85a from master
2018-06-28[2.0.x] Fixed location of a few doc labels.Tim Graham
Backport of 1229687a0a261d05a72e6f189c1a9b0069b302e5 from master
2018-06-21[2.0.x] Updated a test example to use snake case.Adam Johnson
Backport of ae38777698dd0bf2a9efefef778d5e92d36c8d12 from master
2018-06-05[2.0.x] Fixed typo in docs/topics/auth/customizing.txt.Michael Kiros
Backport of b37bac39b387bc87872d37d4b07783b67ef28d0c from master
2018-05-12[2.0.x] Alphabetized imports in various docs.Mariusz Felisiak
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f. Backport of 35319bf12ccefe1911588493484160aa49208f89 from master
2018-05-02[2.0.x] Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng
Backport of 4660ce5a6930e07899ed083801845ee4c44c09df from master
2018-04-23[2.0.x] Fixed #29349 -- Doc'd the default behavior of router.allow_relation().Stefan R. Filipek
Backport of 9ec77f3d6633691c9bbf31d10af2313689170c85 from master
2018-04-23[2.0.x] Fixed typos in docs/topics/auth/passwords.txt.adamth
Backport of acf9d6404545c58522c3011348d071d6bfca8f69 from master
2018-04-19[2.0.x] Fixed #29212 -- Doc'd redirect loop if @permission_required used ↵Nick Pope
with redirect_authenticated_user. Backport of df90e462d91d3a77aa89b69d791bf17c2bf7ff9b from master
2018-04-18[2.0.x] Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript template ↵Tim Graham
strings can't be translated. Backport of c3437f734d03d93f798151f712064394652cabed from master
2018-04-17[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
Backport of 64b74804c537b12d4cca64f7cb529c0478b4c4d9 from master
2018-04-11[2.0.x] Fixed typo in docs/topics/db/managers.txt.Luoxzhg
Backport of 99539ca319eb5f5fe6486c4a699f5f40da76f8e4 from master
2018-04-10[2.0.x] Fixed mistakes in docs/topics/db/examples/many_to_one.txt.Luoxzhg
Backport of 9d7e2c7b447b2bbabe746770ebd26465cc564f05 from master
2018-03-31[2.0.x] Clarified a sentence in docs/topics/i18n/translation.txt.Wim Feijen
Backport of 058f607518ef985770084ac68580063cafe2c144 from master
2018-03-26[2.0.x] Added a pagination example to ListView docs.AK
Backport of 3990d740180bc49a1479b8a2918b0878df65518a from master
2018-03-20[2.0.x] Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().Jezeniel Zapanta
Backport of abe6c5defefc7057e7fb5f47b79643f7b89f7d90 from master
2018-03-20[2.0.x] Refs #11278 -- Clarified RelatedManager differences between reverse ↵Denis
one-to-many and many-to-many relations. Backport of 1834490a0c45a87b718c9ee84523a6d7ec6c15ee from master
2018-03-13[2.0.x] Fixed #29192 -- Corrected docs regarding overriding fields from ↵ovalseven8
abstract base classes. Backport of 22bcd3a1d88add6e4cf2c4451ede8d1ae142dedd from master
2018-03-05[2.0.x] Improved clarity of docs/topics/install.txt.jblang94
Backport of 84398897a72c051b294d334afff5613e0e08769e from master
2018-03-02[2.0.x] Fixed typo in docs/topics/forms/media.txt.Daniel Hahler
Backport of 939e0a5995357ad0597565ad19a8d99216fa14e4 from master
2018-02-26[2.0.x] Fixed incorrect regex in re_path() example.René Fleschenberg
Backport of 6e52e2554dcc902b446f9d371ed1e6a07f36d6ec from master
2018-02-20[2.0.x] Fixed #29146 -- Readded ^ and $ inadvertently removed from re_path() ↵Seohong Park
examples. Backport of 97168605965143f02c27dac718b6b3e317a4be26 from master
2018-02-08[2.0.x] Fixed #29107 -- Doc'd that ModelForm doesn't actually inherit from Form.Tim Graham
Backport of ff61a250815d32ff185501a5afef0245fec7d878 from master
2018-01-24[2.0.x] Fixed #28403 -- Added missing formats in FORMAT_MODULE_PATH docs.Ashaba
Backport of 95fd5cf459dd23d18e9ef8e1a03eb820fe7205ce from master
2018-01-17[2.0.x] Fixed typo in docs/topics/i18n/translation.txt.Peter Wischer
Backport of 196c257a230bba8f2f1b2021c383eb2744e8df41 from master
2018-01-15[2.0.x] Fixed #28881 -- Doc'd that CommonPasswordValidator's password list ↵Karmen
must be lowercase. Backport of 4fcd28d442c2fec56f544f99cb658f33f847824c from master
2018-01-13[2.0.x] Fixed #28761 -- Documented how an inline formset's prefix works.jaywelborn
Backport of 56e590cc0be4d8c8b6fe0967583a6e02d18ee03e from master
2018-01-07[2.0.x] Updated various links in docs to use HTTPS.Mariusz Felisiak
Backport of 7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc from master
2017-12-27[2.0.x] Fixed #28966 -- Doc'd that the uuid URL path converter requires dashesTim Graham
Backport of 038ea4f8593618cf0f408f15f756f2145de0d40e from master
2017-12-23[2.0.x] Fixed #28594 -- Removed Jython docs and specific codeClaude Paroz
Thanks Andrey Martyanov for the report, and Tim Graham for the review. Backport of 23b21db31bfcf2a065d485617412cca43a311a4c from master.
2017-12-06[2.0.x] Fixed #28886 -- Updated prefix for example django.contrib.auth.urls ↵Tim Graham
URLs. Backport of 4114b441ee63e5e9196f20beee5cb071d1a21b3b from master
2017-12-06[2.0.x] Fixed #28883 -- Doc'd that the uuid URL path converter matches ↵Tim Graham
lowercase only letters. Backport of bae365e13c38f0e33b9f00453768de2aac6c727e from master
2017-12-04[2.0.x] Fixed typo in docs/topics/testing/advanced.txt.Sergey Fedoseev
Backport of 3922f02dc6b10a3268a710a2837027d3999957a3 from master
2017-11-23[2.0.x] Linked to prefetch_related_objects func in DB optimization docs.Luke Plant
Backport of e283c1a from master
2017-11-22[2.0.x] Fixed typo in docs/topics/forms/media.txt.Hyunwoo Park
Backport of 3f237c1a5b936a9b85304cffbf3343f491e395d6 from master
2017-11-21[2.0.x] Clarified who the AdminEmailHandler emails.Frédéric Massart
Backport of a5f1e5809f26d93ea0c6010bb44895b3d1992089 from master
2017-11-16[2.0.x] Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham
Backport of d392fc293c9439c19451e152f9560f24d1659563 from master
2017-11-07[2.0.x] Fixed #28770 -- Warned that quoting a placeholder in a raw SQL ↵Tim Graham
string is unsafe. Thanks Hynek Cernoch for the report and review. Backport of 327f0f37ce3c1e5ac3a19668add237ddd92266d6 from master
2017-11-07[2.0.x] Fixed typo in docs/topics/db/aggregation.txt.Tim Graham
Backport of 00b93c2b1ecdda978f067309c6feafda633a7264 from master
2017-11-01[2.0.x] Fixed #28745 -- Added first and last page links to paginator docs ↵Sam Morrow
example. Backport of dcc0427c58df19863e260de13b7a86a3648d57e9 from master
2017-11-01[2.0.x] Described how querysets are protected from SQL injection in more detail.Tim Graham
Backport of 6e8508734b070b30db9259b64bb748fb2a5a1bfb from master
2017-11-01[2.0.x] Fixed #28741 -- Removed unnecessary leading dot from cross-domain ↵Tim Graham
cookie examples. Backport of afd375fc343baa46e61036087bc43b3d096bb0ca from master
2017-10-30[2.0.x] Fixed 'a'/'an' mix-ups in docs.Ville Skyttä
Backport of 617686e226231fe8ad3f2e49d3efabf6f5f434d3 from master
2017-10-28[2.0.x] Fixed #28131 -- Corrected examples of using attribute lookups on the ↵Botond Beres
"perms" template variable. Backport of 51d7feff872e74d5a53479f62163d5e0024b00ed from master
2017-10-25[2.0.x] Fixed #28737 -- Clarified {% cache %} tag's handling of arguments.Tim Graham
Thanks Tom Aratyn for the report. Backport of 171c7cc863eafc2346aa84ffd1d540644539f1a4 from master
2017-10-25[2.0.x] Suggested LoginView rather than @login_required as an alternative to ↵Tim Graham
authenticate(). Backport of 3642c3758b3426292e02fe4669cc2d2028a9ac8c from master
2017-10-13[2.0.x] Removed incorrect reference to ModelChoiceField in Field.choices docs.LeeHanYeong
Backport of 3ffbd54566f51e4ac3d90fc6be8b3ab56fc89b75 from master
2017-09-29[2.0.x] Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.Stefan Schneider
Backport of 08c8c3ead97893ec0e1dece699525ad7ed27c2d7 from master
2017-09-29[2.0.x] Fixed #28648 -- Corrected typo in docs/topics/db/queries.txt.Stefan Schneider
Backport of 293df73fb67a56c0417af8c39f808f64bc03cbeb from master
2017-09-25[2.0.x] Fixed #28627 -- Added slug converter to some path() examples in docs.Christopher Schäpers
Backport of 6da140724dba546d2f3aced1308e617747b0385c from master