summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
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
2016-01-06[1.9.x] Refs #25878 -- Added the expected return type of CSRF_FAILURE_VIEW.Tim Graham
Backport of 62e83c71d2086b91d58c313e46933ef7aa8b6db1 from master
2016-01-05[1.9.x] Fixed #25878 -- Documented requirement that handler404 return a 404 ↵Tim Graham
response. Backport of 49eeb0f570c91af5064d9e4ac8649e9afa0236ec from master
2016-01-04[1.9.x] Fixed #26032 -- Moved "project root directory" to a separate paragraph.Tim Graham
Backport of b07f91600d61a2f8d58adb4c92d36dd0b2b34fe7 from master
2015-12-31[1.9.x] Removed British/Austrialian word: whilist.Tim Graham
Backport of 98839e906632dfe77c6f6906d61d62868a0541dc from master
2015-12-30[1.9.x] Fixed #25748 -- Added clarification on projects vs. applications.Tim Graham
Thanks Thomas Güttler for motivating this addition. Backport of e0519301238b43633bab64054772f9a62634a05f from master
2015-12-25[1.9.x] Added docs example for manually creating a column with RunSQL.Gen1us2k
Backport of a1d0c60fa05cbad2e5a25ec37e0afaf1b84c9302 from master
2015-12-24[1.9.x] Refs #13008 -- Forwardported 1.8.8 release note.Tim Graham
Forwardport of b51086d57313e7ea857f4b96b62d25e600ee0a8d from stable/1.8.x
2015-12-24[1.9.x] Discouraged use of /tmp with predictable names.Chris Lamb
The use of predictable filenames in /tmp often leads to symlink attacks so remove the most obvious use of them in the docs. Backport of 77b8d8cb6d6d6345f479c68c4892291c1492ba7e from master
2015-12-23[1.9.x] Removed an extra header in docs/ref/templates/api.txt.Tim Graham
Backport of 91cd4d8e8c1e8593fc091abc11e05fa5d9514601 from master
2015-12-23[1.9.x] Fixed #25969 -- Replaced render_to_response() with render() in docs ↵Tim Graham
examples. Backport of 4d83b0163e15f8352fd17fa121e929842ff2b686 from master
2015-12-23[1.9.x] Documented that GDAL is required to initialize GEOSGeometry from JSON.Sergey Fedoseev
Backport of febe1321dac489e2e9dc30b6a67ee3b623e0b735 from master
2015-12-23[1.9.x] Refs #25141 -- Removed note that says that GEOSGeometry.json ↵Sergey Fedoseev
requires GDAL. Backport of 0224f1cb042cc14545369b230cf7036af6c296ab from master
2015-12-22[1.9.x] Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.Tim Graham
Backport of d52b0c5b38cce633a75420a703a15f03aabd70dd from master