summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2017-02-11[1.10.x] Refs #27807 -- Removed docs for User.username_validator.Tim Graham
The new override functionality claimed in refs #21379 doesn't work.
2017-02-08[1.10.x] Fixed #27821 -- Clarified docs of the return value of ↵Tim Graham
Form.clean_<fieldname>(). Thanks Christian Ullrich for the report and review. Backport of 8863c475c53f2b44113f25b749a124a5bf3a02f2 from master
2017-01-30[1.10.x] Fixed incorrect namespace in sitemap example.Arkadiusz Adamski
Backport of 274ca999825bb782bbbddd769783cf2aa91de7f9 from master
2017-01-17[1.10.x] Removed obsolete GIS install instructions.Tim Graham
Backport of 4054013e002aaed4efac8e2388fa3b694b61bac5 from master
2017-01-14[1.10.x] Fixed #27387 -- Doc'd required HTML attribute in Field.required docs.Claude Paroz
Backport of 611ef422b173b450b1fc6f7f94eb262961b24e54 from master
2017-01-04[1.10.x] Fixed #27680 -- Linked to "Classy Class-Based Views" in docs.jpic
Backport of 944610a86c81f90c3c79e5440a5e2c706aa0ef62 from master
2017-01-02[1.10.x] Corrected unrendered versionadded annotation.Tim Graham
2016-12-30[1.10.x] Removed links to deprecated GeoIP.Tim Graham
Backport of e2335deeba0ba65ac52145c8bcdc685cf603eec8 from master
2016-12-30[1.10.x] Fixed #27652 -- Doc'd that intcomma works with floats.Mads Jensen
Backport of 398a859642636a2de0ab920befa320cd9954b49a from master
2016-12-28[1.10.x] Fixed #24994 -- Documented the expected type of settings.SECRET_KEY.Tim Graham
Backport of 9e734875fe7fb078aa4ef0e84578aa7e641f5563 from master
2016-12-27Used a nontemporal example in QuerySet.bulk_create() in docs.Tim Graham
2016-12-22[1.10.x] Documented url()'s 'regex' parameter.Adam Chainz
Backport of 0a9bd266ff8e042f53e25928527a29ce896b4955 from master
2016-12-20[1.10.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example.Tim Graham
Backport of 5e239ae907291d07a3fcf9329f83c27fa6d72981 from master
2016-12-17[1.10.x] Made cosmetic edits to the "What happens when you save?" docs.Tim Graham
Backport of e2112a5e1af001449f0d1c183261369f00e93195 from master
2016-12-15[1.10.x] Doc'd how ModelAdmin.list_display uses short_description.Javier Rojas
Backport of 8ab8a8910c6f9382610cba5b06ac5c110d52b4b2 from master
2016-12-15[1.10.x] Corrected docs claiming AsGML is supported on Oracle.Tim Graham
Backport of ebb85d1e790bb697bff3e0a101c87c5f9c6dff7c from master
2016-12-14[1.10.x] Added Prefetch import to first use in QuerySet docs.Perry Roper
Backport of 3be2268992767d203159818c5353f959360808a7 from master
2016-12-14[1.10.x] Fixed #27592 -- Doc'd that QueryDict iter methods are Python 2 only.Tim Graham
Backport of 2e9fa516fde57fd58405481034a5a08b3746b257 from master
2016-12-08[1.10.x] Fixed #27355 -- Added “Creating extension using migrations” docs.ntuckovic
Backport of 4de8aaf7ffc91b91cbb70e9db406abe9b160575a from master
2016-12-08[1.10.x] Fixed #27566 -- Clarified overriding ↵Doug Harris
ModelAdmin.save_model()/delete_model() docs. Backport of 413216fb9fb36c064494fe155effc39e2888161e from master
2016-12-05[1.10.x] Fixed unrendered rows in GIS DB functions table in docs.Sergey Fedoseev
Cells in the first column must contain some text. http://docutils.sourceforge.net/docs/dev/rst/problems.html#tables Backport of d4822148d09d715b742d290383fe642c0b77faba from master
2016-11-30[1.10.x] Replaced RawSQL with Cast in Coalesce doc example.Simon Charette
Backport of ad8f6a45eb44dbf527f915246883034c8554754c from master
2016-11-25[1.10.x] Fixed #27509 -- Removed redundant gdal-bin dependency listing.Luke Murphy
Backport of c238da894216458bb548b039a754844d44f3cd80 from master
2016-11-23[1.10.x] Normalized casing of "custom user model".Tim Graham
Backport of 93a081946d92da010c7de62dc58e697c6c33e5d3 from master
2016-11-21[1.10.x] Fixed #27511 -- Corrected Field.related_model docs about ↵Tim Graham
GenericRelation. Backport of 55adfc076030fc6be2c8d459c4c0a5c91cd4c94c from master
2016-11-17[1.10.x] Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().Jonatas CD
Backport of b28c6ca7631e13ea29490bf51a367ab10198c74c from master
2016-11-15[1.10.x] Replaced "django" with "Django" in spelling_wordlist.akki
Backport of 74ed20b49ade9f1cbd9af294e35478d8e0f59344 from master
2016-11-15[1.10.x] Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be ↵Jonatas CD
unique. Backport of 9da45ff352db1d1b7c64e5c724e9b0b31822b967 from master
2016-11-11[1.10.x] Fixed typo in docs/ref/settings.txt.Ian Lee
Backport of 501c9930101060d63fb5c25c1dc0154a6c23b775 from master
2016-11-09[1.10.x] Inlined a note in docs/ref/models/expressions.txt.Tim Graham
Backport of 0d6c7cae7c4bc3ecd12c5a0d929384f3aa3e90d1 from master
2016-11-09[1.10.x] Fixed #27414 -- Doc'd that F() expressions on relations return pk ↵Jop Reyntjes
values. Backport of f8fab6f90233c7114d642dfe01a4e6d4cb14ee7d from master
2016-11-08[1.10.x] Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak
Backport of c4b04e1598c4325454c808183dce17b284ed9e28 from master
2016-11-01[1.10.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.Tim Graham
This is a security fix.
2016-11-01[1.10.x] Fixed CVE-2016-9013 -- Generated a random database user password ↵Marti Raudsepp
when running tests on Oracle. This is a security fix.
2016-10-31[1.10.x] Fixed #27410 -- Clarified when static files is enabled in ↵Tim Graham
STATIC_ROOT docs. Backport of de91c172cfda624451fab9a87be92cc0d32e1fcf from master
2016-10-26[1.10.x] Fixed #27299 -- Documented the Widget.use_required_attribute() method.Jon Dufresne
Thanks Tim Graham for the review and edits. Backport of c74378b from master
2016-10-26[1.10.x] Clarified when the post_migrate signal is sent during migrate.Thomas Güttler
Backport of 7cdc2015e37e7fd9a0e5ff7315a61086c2aad803 from master
2016-10-25[1.10.x] Updated postgresql.org links to https and made them canonical.Marti Raudsepp
Backport of 51fbe2a60d9c7ff3fe62688ad262ccda648f506d from master
2016-10-19[1.10.x] Fixed #27361 -- Used "from django import forms" in forms api docs.Zach Borboa
Backport of 90c3b11e873a326219a68c14a3b5dca0181e7b3c from master
2016-10-17[1.10.x] Fixed ModelAdmin.get_max_num() example if obj is None.Riccardo Magliocchetti
Backport of a4e9e834e3dfc8d5a024a78c765f193105d41a48 from master
2016-10-13[1.10.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example.Tim Graham
Backport of 51b83d9e5113ea5b81d04f4d117bd5acd3c1b822 from master
2016-10-11[1.10.x] Fixed typo in docs/ref/checks.txt.Nick Pope
Backport of 81463ce0a147dbbc8a0c7d2ae0d5ca02cce97984 from master
2016-10-07[1.10.x] Fixed #25475 -- Doc'd how to use a literal % in Func.template.Tim Graham
Backport of c60feb6999f83bfd1fdabff01f0dd4a26d72e158 from master
2016-10-07[1.10.x] Doc'd that model instances with pk=None don't compare equal.Adam Chainz
Backport of 224fe22bf1628c1feff110ce993dcb33880bf3a3 from master
2016-10-06[1.10.x] Fixed docs typos in lines ending with a dash.Tim Graham
Backport of e261337eea46b472c92cf1c351b22d62a7045e11 from master
2016-10-06[1.10.x] Documented AppRegistryNotReady.Aymeric Augustin
Backport of 5d35181de4a9d693c4702680974b30db3035a0c9 from master
2016-10-04[1.10.x] Fixed typos in docs/ref/contrib/admin/javascript.txt.aruseni
Backport of 9e26a8331dd593c674ac94f2582093da01b070e8 from master
2016-10-04[1.10.x] Fixed typo in docs/ref/contrib/admin/javascript.txt.aruseni
Backport of 12b9aa279f453f0a41c1153393b6211d8352302c from master
2016-10-03[1.10.x] Fixed #27307 -- Added missing url names in sitemaps docs.Tim Graham
Backport of fe1aee6b98d2a94ecc983463938135d192ef9afc from master
2016-10-01[1.10.x] Confirmed support for PostGIS 2.3.Tim Graham
Backport of 79c91070e5797f647347c2f8bdfc4c7a0f835fb3 from master