summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2017-09-06[1.9.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and...stable/1.9.xTim Graham
2017-03-28[1.9.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.Tim Graham
2017-03-15[1.9.x] Fixed incorrect import in docs/ref/models/expressions.txt.lb1c
2017-03-11[1.9.x] Refs #27924 -- Doc'd that cx_Oracle < 5.3 is required.Mariusz Felisiak
2017-01-30[1.9.x] Fixed incorrect namespace in sitemap example.Arkadiusz Adamski
2017-01-02[1.9.x] Corrected unrendered versionadded annotation.Tim Graham
2016-12-20[1.9.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example.Tim Graham
2016-12-15[1.9.x] Corrected docs claiming AsGML is supported on Oracle.Tim Graham
2016-12-05[1.9.x] Fixed unrendered rows in GIS DB functions table in docs.Sergey Fedoseev
2016-11-08[1.9.x] Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak
2016-10-25[1.9.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.Tim Graham
2016-10-25[1.9.x] Fixed CVE-2016-9013 -- Generated a random database user password when...Marti Raudsepp
2016-10-13[1.9.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example.Tim Graham
2016-10-03[1.9.x] Fixed #27307 -- Added missing url names in sitemaps docs.Tim Graham
2016-07-25[1.9.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering ...Tim Graham
2016-07-21[1.9.x] Fixed #26899 -- Documented why RawSQL params is a required parameter.petedmarsh
2016-07-21[1.9.x] Fixed #26918 -- Clarified source of pre/post_save update_fields argum...Tim Graham
2016-07-08[1.9.x] Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_nameSean Marlow
2016-07-06[1.9.x] Fixed capitalization of "URL pattern".Tim Graham
2016-07-06[1.9.x] Fixed #25461 -- Corrected meta API code examples to account for MTI.Romain Garrigues
2016-06-30[1.9.x] Fixed #26002 -- Explained ModelAdmin.get_search_results() example.Tim Graham
2016-06-28[1.9.x] Refs #23386 -- Documented that F() expressions are applied on each mo...Tsering
2016-06-28[1.9.x] Used strict comparison in docs/ref/csrf.txt's JavaScript.Camilo Nova
2016-06-27[1.9.x] Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation...Anderson Resende
2016-06-17[1.9.x] Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin docKrzysztof Jurewicz
2016-06-15[1.9.x] Fixed broken links in docs and comments.Ville Skyttä
2016-06-15[1.9.x] Refs #14030 -- Updated docs per "Improved expression support for pyth...Sergey Fedoseev
2016-06-15[1.9.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txtTim Graham
2016-06-14[1.9.x] Fixed #26754 -- Documented django.template.context_processors.tzVille Skyttä
2016-06-07[1.9.x] Fixed #26704 -- Documented DjangoJSONEncoder.Tommy Beadle
2016-06-06[1.9.x] Added some links to the TypedChoiceField docs.Jon Dufresne
2016-06-03[1.9.x] Fixed #26596 -- Added Jinja2 {{ csrf_input }} documentation.B. J. Potter
2016-06-03[1.9.x] Added syntax highlighting to CSRF example.B. J. Potter
2016-06-03[1.9.x] Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-06-02[1.9.x] Refs #26628 -- Documented CSRF failure logging.Holly Becker
2016-06-02[1.9.x] Fixed #26526 -- Documented QuerySet.latest()'s dependency on database...Chad Shryock
2016-06-01[1.9.x] Fixed #26695 -- Clarified return value of View.options().Tim Graham
2016-05-31[1.9.x] Fixed a typo in the docs.Florian Apolloner
2016-05-31[1.9.x] Fixed #26679 -- Documented which methods are disabled on RelatedManag...Ketan Bhatt
2016-05-27[1.9.x] Fixed typo in docs/ref/models/querysets.txtNick Smith
2016-05-18[1.9.x] Fixed #26636 -- Fixed typo in docs/ref/request-response.txtTim Graham
2016-05-16[1.9.x] Removed a redundant example in contenttypes docs.Tim Graham
2016-05-14[1.9.x] Refs #26021 -- Used hanging indentation in some doc examples.Tim Graham
2016-05-12[1.9.x] Updated ECMAScript link in docs/ref/request-response.txtAlex Simonides
2016-05-12[1.9.x] Fixed typo in docs/ref/contrib/gis/layermapping.txtVictor Oliveira da Silva
2016-05-08[1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-05-07[1.9.x] Refs #8898 -- Documented requirement to use SplitDateTimeField with S...Tim Graham
2016-05-07[1.9.x] Fixed #26508 -- Clarified docs for various FieldFile methods.Tobias McNulty
2016-05-03[1.9.x] Normalized "an SQL" spelling.Ville Skyttä
2016-05-03[1.9.x] Fixed #26567 -- Updated references to obsolete RFC2616.Vasiliy Faronov