summaryrefslogtreecommitdiff
path: root/docs
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-08-21[1.9.x] Removed redundant backticks in docs/releases/1.8.txtBerker Peksag
2017-04-04[1.9.x] Added CVE-2017-7233,4 to the security release archive.Tim Graham
2017-04-04[1.9.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.Tim Graham
2017-04-04[1.9.x] Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.sta...Tim Graham
2017-04-04[1.9.x] Added stub release notes for security releases.Tim Graham
2017-03-28[1.9.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.Tim Graham
2017-03-25[1.9.x] Removed unexpected initial attribute in data migration examples.Stefano Rivera
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-03-01[1.9.x] Fixed typo in docs/howto/custom-template-tags.txt.albertoconnor
2017-01-30[1.9.x] Fixed incorrect namespace in sitemap example.Arkadiusz Adamski
2017-01-23[1.9.x] Removed deprecated html_translator_class sphinx config option.Tim Graham
2017-01-23[1.9.x] Declared Sphinx extensions safe for parallel reading.Tim Graham
2017-01-02[1.9.x] Corrected unrendered versionadded annotation.Tim Graham
2017-01-02[1.9.x] Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap...vinay karanam
2016-12-31[1.9.x] Refs #24154 -- Added check_aggregate_support() to deprecation timeline.Tim Graham
2016-12-27[1.9.x] Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.Mariusz Felisiak
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-12-01[1.9.x] Added release dates for 1.9.12, 1.8.17.Tim Graham
2016-11-15[1.9.x] Refs #25284 -- Corrected an obsolete implicit __in lookup example.Simon Charette
2016-11-08[1.9.x] Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak
2016-11-01[1.9.x] Added CVE-2016-9013,14 to the security release archive.Tim Graham
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-25[1.9.x] Added stub release notes for 1.9.11/1.8.16.Tim Graham
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-09-28[1.9.x] Fixed 27283 -- Fixed typo in 1.8 release notes.Alasdair Nicol
2016-09-26[1.9.x] Added CVE-2016-7401 to the security release archive.Tim Graham
2016-09-26[1.9.x] Added a CVE role for Sphinx.Tim Graham
2016-09-26[1.9.x] Fixed CVE-2016-7401 -- Fixed CSRF protection bypass on a site with Go...Collin Anderson
2016-08-24[1.9.x] Fixed #27115 -- Corrected a screenshot in the tutorial.Tim Graham
2016-08-12[1.9.x] Fixed typo in docs/releases/1.9.txtTim Graham
2016-08-11[1.9.x] Refs #23960 -- Documented how to restore absolute redirect URLs.Moritz Sichert
2016-08-01[1.9.x] Added release date for 1.9.9Tim Graham
2016-07-28[1.9.x] Fixed #26657 -- Made GeomValue omit SRID for MySQL.Tim Graham
2016-07-27[1.9.x] Removed extra periods in docs/howto/static-files/index.txt headers.Kenneth Schnall
2016-07-25[1.9.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.Naved Khan
2016-07-25[1.9.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering ...Tim Graham
2016-07-24[1.9.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the debu...Jon Dufresne
2016-07-24[1.9.x] Added stub release notes for 1.9.9.Jon Dufresne
2016-07-22[1.9.x] Fixed #18348 -- Documented SesssionStore.create()Preetham Nosum
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-18[1.9.x] Added CVE-2016-6186 to the security release archive.Tim Graham
2016-07-15[1.9.x] Fixed XSS in admin's add/change related popup.Tim Graham
2016-07-14[1.9.x] Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII f...Claude Paroz