summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2019-02-08[2.0.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2018-12-27[2.0.x] Fixed broken links to PyYAML page.CHI Cheng
2018-06-29[2.0.x] Fixed #29535 -- Updated email.MIME* references for Python 3.José L. Patiño
2018-06-28[2.0.x] Fixed location of a few doc labels.Tim Graham
2018-06-21[2.0.x] Updated a test example to use snake case.Adam Johnson
2018-06-05[2.0.x] Fixed typo in docs/topics/auth/customizing.txt.Michael Kiros
2018-05-12[2.0.x] Alphabetized imports in various docs.Mariusz Felisiak
2018-05-02[2.0.x] Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng
2018-04-23[2.0.x] Fixed #29349 -- Doc'd the default behavior of router.allow_relation().Stefan R. Filipek
2018-04-23[2.0.x] Fixed typos in docs/topics/auth/passwords.txt.adamth
2018-04-19[2.0.x] Fixed #29212 -- Doc'd redirect loop if @permission_required used with...Nick Pope
2018-04-18[2.0.x] Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript template ...Tim Graham
2018-04-17[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-04-11[2.0.x] Fixed typo in docs/topics/db/managers.txt.Luoxzhg
2018-04-10[2.0.x] Fixed mistakes in docs/topics/db/examples/many_to_one.txt.Luoxzhg
2018-03-31[2.0.x] Clarified a sentence in docs/topics/i18n/translation.txt.Wim Feijen
2018-03-26[2.0.x] Added a pagination example to ListView docs.AK
2018-03-20[2.0.x] Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().Jezeniel Zapanta
2018-03-20[2.0.x] Refs #11278 -- Clarified RelatedManager differences between reverse o...Denis
2018-03-13[2.0.x] Fixed #29192 -- Corrected docs regarding overriding fields from abstr...ovalseven8
2018-03-05[2.0.x] Improved clarity of docs/topics/install.txt.jblang94
2018-03-02[2.0.x] Fixed typo in docs/topics/forms/media.txt.Daniel Hahler
2018-02-26[2.0.x] Fixed incorrect regex in re_path() example.René Fleschenberg
2018-02-20[2.0.x] Fixed #29146 -- Readded ^ and $ inadvertently removed from re_path() ...Seohong Park
2018-02-08[2.0.x] Fixed #29107 -- Doc'd that ModelForm doesn't actually inherit from Form.Tim Graham
2018-01-24[2.0.x] Fixed #28403 -- Added missing formats in FORMAT_MODULE_PATH docs.Ashaba
2018-01-17[2.0.x] Fixed typo in docs/topics/i18n/translation.txt.Peter Wischer
2018-01-15[2.0.x] Fixed #28881 -- Doc'd that CommonPasswordValidator's password list mu...Karmen
2018-01-13[2.0.x] Fixed #28761 -- Documented how an inline formset's prefix works.jaywelborn
2018-01-07[2.0.x] Updated various links in docs to use HTTPS.Mariusz Felisiak
2017-12-27[2.0.x] Fixed #28966 -- Doc'd that the uuid URL path converter requires dashesTim Graham
2017-12-23[2.0.x] Fixed #28594 -- Removed Jython docs and specific codeClaude Paroz
2017-12-06[2.0.x] Fixed #28886 -- Updated prefix for example django.contrib.auth.urls U...Tim Graham
2017-12-06[2.0.x] Fixed #28883 -- Doc'd that the uuid URL path converter matches lowerc...Tim Graham
2017-12-04[2.0.x] Fixed typo in docs/topics/testing/advanced.txt.Sergey Fedoseev
2017-11-23[2.0.x] Linked to prefetch_related_objects func in DB optimization docs.Luke Plant
2017-11-22[2.0.x] Fixed typo in docs/topics/forms/media.txt.Hyunwoo Park
2017-11-21[2.0.x] Clarified who the AdminEmailHandler emails.Frédéric Massart
2017-11-16[2.0.x] Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham
2017-11-07[2.0.x] Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string...Tim Graham
2017-11-07[2.0.x] Fixed typo in docs/topics/db/aggregation.txt.Tim Graham
2017-11-01[2.0.x] Fixed #28745 -- Added first and last page links to paginator docs exa...Sam Morrow
2017-11-01[2.0.x] Described how querysets are protected from SQL injection in more detail.Tim Graham
2017-11-01[2.0.x] Fixed #28741 -- Removed unnecessary leading dot from cross-domain coo...Tim Graham
2017-10-30[2.0.x] Fixed 'a'/'an' mix-ups in docs.Ville Skyttä
2017-10-28[2.0.x] Fixed #28131 -- Corrected examples of using attribute lookups on the ...Botond Beres
2017-10-25[2.0.x] Fixed #28737 -- Clarified {% cache %} tag's handling of arguments.Tim Graham
2017-10-25[2.0.x] Suggested LoginView rather than @login_required as an alternative to ...Tim Graham
2017-10-13[2.0.x] Removed incorrect reference to ModelChoiceField in Field.choices docs.LeeHanYeong
2017-09-29[2.0.x] Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.Stefan Schneider