summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
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
2015-12-19[1.9.x] Fixed #25949 -- Documented Psycopg2 version requirement for JSONField.Tim Graham
Backport of b26d147259202455ce356755b729c3dcb16ae9e6 from master
2015-12-18[1.9.x] Fixed a typo in docs/ref/contrib/gis/geos.txt.Sergey Fedoseev
Backport of e09007076138d71d9605c4acd94acdf29cbc87e7 from master
2015-12-17[1.9.x] Refs #13110 -- Fixed typo in Feed class reference.Garrison Benson
Backport of 2ec23a3d41be2ba5df9f46b17e0a05eb1b051c41 from master
2015-12-10[1.9.x] Fixed incorrect examples in ArrayField docs.Dotan Agmon
Backport of a44dc200d0cbd651f66a2082aa9909ff8f51a659 from master
2015-12-09[1.9.x] Removed redundant highlight/code-block directives in ↵Tim Graham
docs/ref/templates/builtins.txt. Backport of 890938e756247d7ea34f96cc0cc0f8fab0d62e9b from master
2015-12-09[1.9.x] Fixed typo in docs/ref/forms/validation.txt.Andrew Plummer
Backport of 1aa8bf9b43bbc214770389b9b8d084552040fa44 from master
2015-12-04[1.9.x] Fixed #25740 -- Documented GEOSGeometry operators.Sergey Fedoseev
Backport of 479ba5add23c119387baa60d5dce3a4e17d1b15b from master
2015-12-03[1.9.x] Fixed typo in docs/ref/models/instances.txtQile Wang
Backport of 83a710b8d3bfb2ac94ba9ae0672bd7b550339629 from master
2015-12-03[1.9.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
Backport of 93452a70e8a62c7408eeded444f5088d4a26212d from master
2015-12-02[1.9.x] Removed duplicate Sphinx reference in docs/ref/templates/builtins.txt.Tim Graham
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master
2015-11-30[1.9.x] Removed old versionadded/changed directives.Sergey Fedoseev
Backport of da08195b368054d37f85c12ec4ed24656f64245e from master
2015-11-25[1.9.x] Fixed man page by ensuring ".pot" doesn't render unescaped.Tim Graham
See https://github.com/sphinx-doc/sphinx/issues/2131 Backport of 0cfe589f9563f283cbffd03d95c7f9e8e63345b9 from master
2015-11-25[1.9.x] Fixed #25649 -- Documented that all GEOSGeometry constructors take ↵Sergey Fedoseev
srid kwarg. Backport of a3708fda3574a5a0d949000df1b03a54721cf029 from master
2015-11-24[1.9.x] Documented that forms.Field.help_text isn't HTML-escaped.Tim Graham
Backport of a918f8b089a1d702c50c44742f433f3a546e0aa2 from master
2015-11-24[1.9.x] Clarified default value for DateField to emulate auto_now_add.Bulgantamir Gankhuyag
Backport of 8bce6fa637952342278c59d06520611e3ba80cbb from master
2015-11-23[1.9.x] Refs #25739 -- Lessened the prominence of geos.fromstr() in the docs.Sergey Fedoseev
Backport of 97e1d2433085e01696dc2fac8bfbb9c421c82b67 from master
2015-11-23[1.9.x] Corrected doc'd differences between django-admin and manage.py.Stephane Angel (Twidi)
Backport of 8091e8c5c61fb0a6bd15e92bea1f9fdfa21c047f from master