summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-03-01[1.8.x] Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.util...Tim Graham
2018-03-01[1.8.x] Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and ...Tim Graham
2018-03-01[1.8.x] Added stub release notes for security release.Tim Graham
2017-12-04[1.8.x] Fixed typo in docs/topics/testing/advanced.txt.Sergey Fedoseev
2017-11-16[1.8.x] Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham
2017-09-06[1.8.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and...Tim Graham
2017-09-05[1.8.x] Added 2017-12794 to the security release archive.Tim Graham
2017-08-21[1.8.x] Removed redundant backticks in docs/releases/1.8.txtBerker Peksag
2017-05-24[1.8.x] Fixed docs build with Sphinx 1.6.Tim Graham
2017-05-24[1.8.x] Removed a docs workaround for an old Sphinx version.Tim Graham
2017-05-24[1.8.x] Corrected removal of deprecated sphinx.util.compat.Directive.Tim Graham
2017-05-24[1.8.x] Removed usage of deprecated sphinx.util.compat.Directive.Tim Graham
2017-04-04[1.8.x] Added CVE-2017-7233,4 to the security release archive.Tim Graham
2017-03-28[1.8.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.Tim Graham
2017-03-28[1.8.x] Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.sta...Tim Graham
2017-03-28[1.8.x] Added stub release notes for security release.Tim Graham
2017-03-11[1.8.x] Refs #27924 -- Doc'd that cx_Oracle < 5.3 is required.Mariusz Felisiak
2017-01-23[1.8.x] Removed deprecated html_translator_class sphinx config option.Tim Graham
2017-01-23[1.8.x] Declared Sphinx extensions safe for parallel reading.Tim Graham
2016-12-20[1.8.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example.Tim Graham
2016-12-01[1.8.x] Added release date for 1.8.17.Tim Graham
2016-11-08[1.8.x] Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak
2016-11-01[1.8.x] Added CVE-2016-9013,14 to the security release archive.Tim Graham
2016-10-25[1.8.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.Tim Graham
2016-10-25[1.8.x] Fixed CVE-2016-9013 -- Generated a random database user password when...Marti Raudsepp
2016-10-25[1.8.x] Added stub release notes for 1.8.16.Tim Graham
2016-10-13[1.8.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example.Tim Graham
2016-10-03[1.8.x] Fixed #27307 -- Added missing url names in sitemaps docs.Tim Graham
2016-09-28[1.8.x] Fixed 27283 -- Fixed typo in 1.8 release notes.Alasdair Nicol
2016-09-26[1.8.x] Added CVE-2016-7401 to the security release archive.Tim Graham
2016-09-26[1.8.x] Added a CVE role for Sphinx.Tim Graham
2016-09-14[1.8.x] Fixed CVE-2016-7401 -- Fixed CSRF protection bypass on a site with Go...Collin Anderson
2016-08-18[1.8.x] Fixed #26807 -- Documented how to replicate SubfieldBase's assignment...Tim Graham
2016-07-25[1.8.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.Naved Khan
2016-07-18[1.8.x] Added CVE-2016-6186 to the security release archive.Tim Graham
2016-07-18[1.8.x] Fixed XSS in admin's add/change related popup.Tim Graham
2016-07-18[1.8.x] Fixed #24796 -- Moved SecurityMiddleware in MIDDLEWARE_CLASSES docs.Marissa Zhou
2016-07-13[1.8.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_fi...Jon Dufresne
2016-07-06[1.8.x] Fixed #25461 -- Corrected meta API code examples to account for MTI.Romain Garrigues
2016-07-06[1.8.x] Fixed typo in docs/topics/class-based-views/generic-display.txtTaylor Edmiston
2016-06-17[1.8.x] Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin docKrzysztof Jurewicz
2016-06-09[1.8.x] Fixed #21588 -- Corrected handler initialization in "modifying upload...Berker Peksag
2016-06-02[1.8.x] Updated release notes links to prevent warnings with Sphinx 1.4.2.Tim Graham
2016-06-02[1.8.x] Ignored new warnings when building the docs with Sphinx 1.4.Tim Graham
2016-05-31[1.8.x] Fixed a typo in the docs.Florian Apolloner
2016-05-31[1.8.x] Fixed #26503 -- Removed an outdated example from session docs.Berker Peksag
2016-05-27[1.8.x] Fixed typo in docs/topics/forms/modelforms.txtSergey Fedoseev
2016-05-25[1.8.x] Added imports to docs/topics/db/aggregation.txt example.MariKiev
2016-05-18[1.8.x] Fixed #26636 -- Fixed typo in docs/ref/request-response.txtTim Graham
2016-05-06[1.8.x] Fixed code example in docs/howto/custom-lookups.txtvytisb