summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
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
2016-09-30[1.10.x] Refs #27186 -- Fixed model form default fallback for CheckboxSelectM...Tim Graham
2016-09-30[1.10.x] Updated links to the current version of PostGIS docs.Tim Graham
2016-09-30[1.10.x] Updated links to the current version of MySQL docs.Tim Graham
2016-09-29[1.10.x] Normalized spelling of "Web server/page" in docs.Tim Graham
2016-09-29[1.10.x] Fixed import typos in the docs.Frank Wiles
2016-09-28[1.10.x] Fixed typo in docs/ref/contrib/gis/install/postgis.txt.Christian Bundy
2016-09-27[1.10.x] Fixed #27076 -- Documented contrib.admin.sites.AdminSite.register().Austin Simmons
2016-09-27[1.10.x] Fixed #27053 -- Documented contrib.auth.get_user().Berker Peksag
2016-09-26[1.10.x] Fixed #27276 -- Doc'd how to reverse admin's login view.Jonatas CD
2016-09-22[1.10.x] Fixed #27186 -- Fixed model form default fallback for MultiWidget, F...Tim Graham
2016-09-17[1.10.x] Corrected docs for return type of Field.formfield().zhuanyenan
2016-09-15[1.10.x] Fixed typo in docs/ref/settings.txt.Tim Graham
2016-09-12[1.10.x] Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt.Simon Charette
2016-09-09[1.10.x] Normalized spelling of ETag.Tim Graham
2016-09-02[1.10.x] Fixed #27099 -- Documented list filter's has_output() method.Jeff Willette
2016-09-01[1.10.x] Clarified URL regex check message with respect to include().Riccardo Magliocchetti
2016-09-01[1.10.x] Refs #27162 -- Complemented docs related to CreateExtensionClaude Paroz
2016-08-31[1.10.x] Made settings docs link to cache parameters more specific.Ed Morley
2016-08-30[1.10.x] Fixed #27145 -- Updated Storage.save() docs for refs #18899.Tim Graham
2016-08-26[1.10.x] Fixed incorrect variable name in {% regroup %} docs.Baptiste Mispelon
2016-08-23[1.10.x] Fixed #26998 -- Reverted some admin checks from checking field.many_...Collin Anderson