summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
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
2017-09-21Refs #28595 -- Added a hook to add execute wrappers for database queries.Shai Berger
Thanks Adam Johnson, Carl Meyer, Anssi Kääriäinen, Mariusz Felisiak, Michael Manfre, and Tim Graham for discussion and review.
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs.
2017-09-19Fixed typo in docs/topics/cache.txt.tk
2017-09-08Removed obsolete doc references to javascript_catalog.Samir Shah
2017-09-06Fixed #27318 -- Made cache.set_many() return the list of failed keys.Olivier Tabone
2017-09-06Fixed #28032 -- Added Paginator.get_page().Sami J. Lehtinen
Moved boilerplate from docs to a method.
2017-09-04Fixed #28479 -- Doc'd that transaction rollback doesn't revert model state.Jonatas CD
2017-09-02Fixed #28332 -- Fixed diamond inheritence example in docs.Jeremy Satterfield
2017-08-30Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.Jkrzy
2017-08-22Fixed #27931 -- Clarified the meaning of "django catch-all logger."Kim DoHyeon
2017-08-22Added "test --keepdb" to testing speedup docs.Harry Moreno
2017-08-21Fixed typo in documented number of logging filters.Adrien Brunet
2017-08-12Fixed #27849 -- Added filtering support to aggregates.Tom
2017-08-12Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.Mariusz Felisiak
Thanks Shai Berger, Tim Graham and Aymeric Augustin for reviews and Renbi Yu for the initial patch.
2017-08-11Fixed #28252 -- Corrected docs for default file extensions of makemessages.Jonatas CD
2017-08-10Fixed #23766 -- Doc'd CursorWrapper.callproc().Mariusz Felisiak
Thanks Tim Graham for the review.
2017-07-26Fixed #28363 -- Allowed naming the migration generated by squashmigrations.Melvyn Sopacua
2017-07-20Fixed #28377 -- Made combining form Media retain relative asset order.Johannes Hoppe
Thanks Florian Apolloner, Mariusz Felisiak, and Tim Graham for reviews.
2017-07-18Removed unneeded right quotes in docs to fix spelling errors.Tim Graham
A regression in pyenchant caused a problem: https://github.com/rfk/pyenchant/issues/93
2017-07-11Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.Irindu Indeera
2017-07-06Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ↵Bruno Alla
in as_view().
2017-07-04Added missing import in docs/topics/db/queries.txt.Tushar Malik
2017-06-27Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.Mariusz Felisiak
Thanks Markus Holtermann and Tim Graham for reviews.