summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2016-03-31[1.9.x] Removed some docs that should have been removed along with ↵Tim Graham
PROFANITIES_LIST. Backport of 12dee89d9c1fbe6b47984c544505aa8ff77e92bc from master
2016-03-28[1.9.x] Fixed typo in docs/ref/contrib/postgres/aggregates.txt.Francisco Capdevila
Backport of 82243e5150f67b6fe8c6f8f650bf3b492823c3e7 from master
2016-03-21[1.9.x] Fixed grammatical typos in gis docs.Akshesh
Backport of 2b31f14d89cb144fad10389824828e90fd1a2dcc from master
2016-03-21[1.9.x] Fixed #26376 -- Clarifed meaning of 'search' in ↵Tim Graham
TemplateResponseMixin.get_template_names() docs. Backport of 6dd503851c91197364f7c7b915cabb604fadb755 from master
2016-03-19[1.9.x] Fixed #26265 -- Clarified RadioSelect container's HTML id.Tim Graham
Backport of 53e8ab580f7c0fcfc589ba0b1b6cc2556080e0b2 from master
2016-03-18[1.9.x] Fixed #26375 -- Used a more generic name in a reusable template example.Tim Graham
Backport of 1d0abeaf757518808aabe9c85a2beaaa340fbc43 from master
2016-03-14[1.9.x] Fixed #26294 -- Clarified call_command()'s handling of args and options.Tim Graham
Backport of 5695c142d282f4681a8d43bb55ec49f11f3fc40e from master
2016-03-14[1.9.x] Fixed typos in docs.Jakub Wilk
Backport of 402da9ab7b2bae807b7ea30c23ef524b0aeb1903 from master
2016-03-12[1.9.x] Fixed #26345 -- Clarified which RangesFields always return a ↵Tim Graham
canonical form. Backport of b3610f38facb33704c1fd77590c6a2fa07c40fa7 from master
2016-03-12[1.9.x] Fixed #26239 -- Added a note about how auto_now works with ↵Duane Hilton
QuerySet.update(). Backport of ca5c05ddbe91f4aae38c4543240dbda5f1fb1db2 from master
2016-03-09[1.9.x] Wrapped some lines and added links to docs/ref/contrib/sitemaps.txt.Tim Graham
Backport of a496d10a8c3b8b3080f0daa7348b33aed790a967 from master
2016-03-09[1.9.x] Fixed indenting in "Serving files in development" code exampleTim Osborn
Backport of 8fb3a2877bac1ecf0e5665389d60eab637d1622e from master
2016-03-05[1.9.x] Refs #26217 -- Fixed typo in ↵Michal Petrucha
docs/ref/class-based-views/generic-date-based.txt. Backport of 2109975e901440da70e29d0f330a600bc2d37e9a from master
2016-03-03[1.9.x] Fixed #26321 -- Added missing "for_save" parameter in expressions ↵Tim Graham
example. Thanks tomaszn for the patch. Backport of de8a11ba18d5902c668d4db47c38c9c6bdf9c1da from master
2016-03-03[1.9.x] Fixed #26309 -- Documented that login URL settings no longer support ↵Alasdair Nicol
dotted paths. Backport of 2404d209a5e8c4573927e14587735562b79e13ed from master
2016-03-01[1.9.x] Fixed #26217 -- Added a warning about format strings to ↵Michal Petrucha
WeekArchiveView docs. Backport of fe8ea3ba3ba709b3d6c39da046f0883a296e6441 from master
2016-03-01[1.9.x] Fixed #26165 -- Added some FAQs about CSRF protection.acemaster
Thanks Florian Apolloner and Shai Berger for review. Backport of a1b1688c7d6c1a6d307bd22669bd20f08e948f8d from master
2016-03-01[1.9.x] Fixed typos in docs/ref/models/meta.txt.Taranjeet
Backport of 11a8207d4294b46561ce34b37803f191014509af from master
2016-02-29[1.9.x] Fixed #26186 -- Documented how app relative relationships of ↵Simon Charette
abstract models behave. This partially reverts commit bc7d201bdbaeac14a49f51a9ef292d6312b4c45e. Thanks Tim for the review. Refs #25858. Backport of 0223e213dd690b6b6e0669f836a20efb10998c83 from master
2016-02-27[1.9.x] Fixed #26275 -- Noted difference between o and Y date format chars.inondle
Backport of 5fb9756eba01237cc0e550da689b9b79c51c96ed from master
2016-02-25[1.9.x] Fixed #26278 -- Clarified apps.ready docs.Tim Graham
Backport of 1f8cfcf3b41bac0ec862f171e2efb51b35324045 from master
2016-02-19[1.9.x] Fixed some code blocks indentation in GIS docs.Sergey Fedoseev
Backport of dbaa1a6b59b4f8f942e8378465aaeb943c3d9de5 from master
2016-02-19[1.9.x] Used relative models imports in the GIS tutorial.Juan José Conti
Backport of bb7042cda from master.
2016-02-18[1.9.x] Added intended use in the admin's introduction.Tim Graham
Backport of b954ad0640e1f246f60f31a07a567274c2f20751 from master
2016-02-17[1.9.x] Fixed #25687 -- Documented how to add database function support to ↵Tim Graham
third-party backends. Thanks Kristof Claes for the initial patch. Backport of 88034c9938d92193d2104ecfe77999c69301dcc1 from master
2016-02-17[1.9.x] Followed recommended ValidationError use in docs.Jon Dufresne
Backport of 0db7e61076116c2d93d61f98ef31690542359e48 from master
2016-02-09[1.9.x] Fixed #26182 -- Removed an obsolete (refs #24917) paragraph in ↵userimack
admindocs. Backport of 75143fa13f4f1ad2be84a103f7ce0eef9d06d3b4 from master
2016-02-09[1.9.x] Fixed #26181 -- Corrected AngularJS CSRF example.userimack
Backport of 7a7b82e6f4c34fbfd7a11123986ed74f9f752a48 from master
2016-02-06[1.9.x] Fixed spelling -- super set -> superset.Sergey Fedoseev
Backport of f8e865d78f9acb1ad976cffffb207d66ff8cef72 from master
2016-02-03[1.9.x] Changed gypsy to manouche in docs and tests.Blake Griffith
"Gypsy" is considered a slur by the Romani people whom it refers to. "manouche jazz" is used in place of "gypsy jazz" and is an accepted term for the same genre of music. Backport of 5fdbd9e36c861cb9f2cdb255a1bf693de8876f6b from master
2016-02-02[1.9.x] Made identation of default setting docs more consistenct.Tim Graham
Backport of 67907ed84569729f5b95d1ea265a5de402fdf012 from master
2016-02-01[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.Tim Graham
Backport of a6ef025dfb2a1d1bd23893408eef6d066fb506d9 from master
2016-02-01[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in ↵Tim Graham
docs. Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review. Backport of e519aab43a419589e92fe284e4ce2f2e034aec6a from master
2016-02-01[1.9.x] Unified some doc links to OneToOneField and ManyToManyField.Tim Graham
Backport of 8ce8beb3f24042ed0c3da00ef3d23c25036021ed from master
2016-01-30[1.9.x] Fixed #26156 -- Added createsuperuser instructions to admin docs.Yoong Kang Lim
Backport of 9644e2e968b896f5400feb33d8d9bbdf5eea1e2d from master
2016-01-29[1.9.x] Made formatting of docs for settings defaults more consistent.Tim Graham
Backport of 2436b83dfd8ebccd71ce57c21c0a885f5ace81d4 from master
2016-01-29[1.9.x] Fixed #26137 -- Confirmed support for SpatiaLite 4.2/4.3 and added ↵Tim Graham
instructions. Backport of 93897a6a75754c1c17d8a60dee188c86f13de232 from master
2016-01-28[1.9.x] Fixed #25917 -- Clarified reversibility of RemoveField.Tim Graham
Thanks kaifeldhoff for the draft patch. Backport of 55481bcdeef43ef5e345f8ea3bae87f4a8ec7bb8 from master
2016-01-25[1.9.x] Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb
Debian packages unconditionally byte-compile .py files on installation and do not silence errors by design. Therefore, we need a way of shipping these invalid .py files without a .py extension but ensuring that when we template them, they end up as .py. We don't special-case .py files so that the all the TemplateCommand command-line options (eg. extra_files and extensions) still work entirely as expected and it may even be useful for other formats too. Backport of abc0777b63057e2ff97eee2ff184356051e14c47 from master
2016-01-22[1.9.x] Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
Backport of bca9faae95db2a92e540fbd08505c134639916fe from master
2016-01-22[1.9.x] Fixed #26121 -- Updated MySQL storage engine example.Tim Graham
default_storage_engine was introduced in MySQL 5.5.3. storage_engine was removed in MySQL 5.7.5. Backport of 79d0a4fdb0d13ba6a843dace2b90ab44e856bd85 from master
2016-01-21[1.9.x] Changed `action="."` to `action=""` in tests and docs.Luke Plant
`action="."` strips query parameters from the URL which is not usually what you want. Copy-paste coding of these examples could lead to difficult to track down bugs or even data loss if the query parameter was meant to alter the scope of a form's POST request. Backport of 77974a684a2e874bccd8bd9e0939ddcb367a8ed2 from master
2016-01-15[1.9.x] Added docs about configuring CSRF support in AngularJS.Danilo Bargen
Backport of 6a4f13de27e2c46b6e516a01ba77fd4fe03d9dbe from master
2016-01-14[1.9.x] Fixed #26078 -- Clarified "old vs. new" in model._meta upgrade guide.Tim Graham
Thanks Thomas Güttler for the suggestion. Backport of 28acc0d6df844ccfc8de6f4e7d5883eb4841e946 from master
2016-01-12[1.9.x] Removed an unncessary docs cross-reference for call_command().Tim Graham
Backport of a7752780d9e78e12d0bd7bd2dcf920d304e039bc from master
2016-01-12[1.9.x] Made CommandError use the exception directive in docs.Tim Graham
Backport of 555f8e9d5c640373d2bd30ec1212b341c859f828 from master
2016-01-11[1.9.x] Added missing period to "etc.".pp
Backport of b34ff66e5bae3760273255fa5b2525eb21a5eb63 from master
2016-01-11[1.9.x] Refs #25755 -- Unified a couple more spellings of 'website'.pp
Backport of c8d970a548cb5cbdad80dbb1b5b4e44ff08662b5 from master
2016-01-08[1.9.x] Refs #25995 -- Documented that JSONField doesn't handle ↵Tim Graham
sophisticated serialization. Backport of c432dd40bde37667bfe6bb59eaff0a14c50cd27b from master
2016-01-07[1.9.x] Fixed #25928 -- Clarified precendence of USE_THOUSAND_SEPARATOR and ↵wingston sharon
locale formats. Backport of 7f218d98915ef3e76a98ef72075a6bde907dfe41 from master