summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2017-02-11[1.10.x] Refs #27807 -- Removed docs for User.username_validator.Tim Graham
2017-02-08[1.10.x] Fixed #27821 -- Clarified docs of the return value of Form.clean_<fi...Tim Graham
2017-01-30[1.10.x] Fixed incorrect namespace in sitemap example.Arkadiusz Adamski
2017-01-17[1.10.x] Removed obsolete GIS install instructions.Tim Graham
2017-01-14[1.10.x] Fixed #27387 -- Doc'd required HTML attribute in Field.required docs.Claude Paroz
2017-01-04[1.10.x] Fixed #27680 -- Linked to "Classy Class-Based Views" in docs.jpic
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
2016-12-30[1.10.x] Fixed #27652 -- Doc'd that intcomma works with floats.Mads Jensen
2016-12-28[1.10.x] Fixed #24994 -- Documented the expected type of settings.SECRET_KEY.Tim Graham
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
2016-12-20[1.10.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example.Tim Graham
2016-12-17[1.10.x] Made cosmetic edits to the "What happens when you save?" docs.Tim Graham
2016-12-15[1.10.x] Doc'd how ModelAdmin.list_display uses short_description.Javier Rojas
2016-12-15[1.10.x] Corrected docs claiming AsGML is supported on Oracle.Tim Graham
2016-12-14[1.10.x] Added Prefetch import to first use in QuerySet docs.Perry Roper
2016-12-14[1.10.x] Fixed #27592 -- Doc'd that QueryDict iter methods are Python 2 only.Tim Graham
2016-12-08[1.10.x] Fixed #27355 -- Added “Creating extension using migrations” docs.ntuckovic
2016-12-08[1.10.x] Fixed #27566 -- Clarified overriding ModelAdmin.save_model()/delete_...Doug Harris
2016-12-05[1.10.x] Fixed unrendered rows in GIS DB functions table in docs.Sergey Fedoseev
2016-11-30[1.10.x] Replaced RawSQL with Cast in Coalesce doc example.Simon Charette
2016-11-25[1.10.x] Fixed #27509 -- Removed redundant gdal-bin dependency listing.Luke Murphy
2016-11-23[1.10.x] Normalized casing of "custom user model".Tim Graham
2016-11-21[1.10.x] Fixed #27511 -- Corrected Field.related_model docs about GenericRela...Tim Graham
2016-11-17[1.10.x] Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().Jonatas CD
2016-11-15[1.10.x] Replaced "django" with "Django" in spelling_wordlist.akki
2016-11-15[1.10.x] Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be uni...Jonatas CD
2016-11-11[1.10.x] Fixed typo in docs/ref/settings.txt.Ian Lee
2016-11-09[1.10.x] Inlined a note in docs/ref/models/expressions.txt.Tim Graham
2016-11-09[1.10.x] Fixed #27414 -- Doc'd that F() expressions on relations return pk va...Jop Reyntjes
2016-11-08[1.10.x] Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak
2016-11-01[1.10.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.Tim Graham
2016-11-01[1.10.x] Fixed CVE-2016-9013 -- Generated a random database user password whe...Marti Raudsepp
2016-10-31[1.10.x] Fixed #27410 -- Clarified when static files is enabled in STATIC_ROO...Tim Graham
2016-10-26[1.10.x] Fixed #27299 -- Documented the Widget.use_required_attribute() method.Jon Dufresne
2016-10-26[1.10.x] Clarified when the post_migrate signal is sent during migrate.Thomas Güttler
2016-10-25[1.10.x] Updated postgresql.org links to https and made them canonical.Marti Raudsepp
2016-10-19[1.10.x] Fixed #27361 -- Used "from django import forms" in forms api docs.Zach Borboa
2016-10-17[1.10.x] Fixed ModelAdmin.get_max_num() example if obj is None.Riccardo Magliocchetti
2016-10-13[1.10.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example.Tim Graham
2016-10-11[1.10.x] Fixed typo in docs/ref/checks.txt.Nick Pope
2016-10-07[1.10.x] Fixed #25475 -- Doc'd how to use a literal % in Func.template.Tim Graham
2016-10-07[1.10.x] Doc'd that model instances with pk=None don't compare equal.Adam Chainz
2016-10-06[1.10.x] Fixed docs typos in lines ending with a dash.Tim Graham
2016-10-06[1.10.x] Documented AppRegistryNotReady.Aymeric Augustin
2016-10-04[1.10.x] Fixed typos in docs/ref/contrib/admin/javascript.txt.aruseni
2016-10-04[1.10.x] Fixed typo in docs/ref/contrib/admin/javascript.txt.aruseni
2016-10-03[1.10.x] Fixed #27307 -- Added missing url names in sitemaps docs.Tim Graham
2016-10-01[1.10.x] Confirmed support for PostGIS 2.3.Tim Graham