summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
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
2016-08-19[1.10.x] Fixed #26987 -- Documented using QuerySet.get() without arguments.Abhishek Bera
2016-08-18[1.10.x] Refs #25854 -- Completed a RequestContext docs example.Tim Graham
2016-08-17[1.10.x] Fixed #26616 -- Clarified model usage in AppConfig.ready().Kevin Christopher Henry
2016-08-17[1.10.x] Fixed incorrect doc reference to Field.initial.Jon Dufresne
2016-08-15[1.10.x] Made cosmetic edits to Field.default docs.Victor Oliveira da Silva
2016-08-12[1.10.x] Fixed #27048 -- Documented that refresh_from_db() doesn't reload @ca...Tim Graham
2016-08-12[1.10.x] Removed some unnecessary repetition in PostgreSQL operations docs.Tim Graham
2016-08-11[1.10.x] Fixed #27050 -- Corrected django.setup()'s parameter name in docs.Tim Graham
2016-08-10[1.10.x] Documented GeoHash's precision parameter.Sergey Fedoseev
2016-08-09[1.10.x] Unified SpatiaLite spellingClaude Paroz
2016-08-08[1.10.x] Fixed docs to refer to HSTS includeSubdomains as a directive.Ed Morley