summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2018-03-01[1.8.x] Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in ↵Tim Graham
django.utils.text.Truncator. Thanks James Davis for suggesting the fix.
2018-03-01[1.8.x] Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and ↵Tim Graham
urlizetrunc template filters. Thanks Florian Apolloner for assisting with the patch.
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
Backport of 3922f02dc6b10a3268a710a2837027d3999957a3 from master
2017-11-16[1.8.x] Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham
Backport of d392fc293c9439c19451e152f9560f24d1659563 from master
2017-09-06[1.8.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() ↵Tim Graham
and joins. As of ccbba98131ace3beb43790c65e8f4eee94e9631c, both examples don't use a join. Backport of 44a6c27fd461e1d2f37388c26c629f8f170e8722 from master
2017-09-05[1.8.x] Added 2017-12794 to the security release archive.Tim Graham
Backport of 79ae5811c7b06b6462f9411b6665241a4e98bedb from master
2017-08-21[1.8.x] Removed redundant backticks in docs/releases/1.8.txtBerker Peksag
Backport of 8d095c6378666e6d5f6cabc9e485c9db2618ff88 from master.
2017-05-24[1.8.x] Fixed docs build with Sphinx 1.6.Tim Graham
Backport of f370bfb10878918eae8db9985e0856949fa65d3a from master
2017-05-24[1.8.x] Removed a docs workaround for an old Sphinx version.Tim Graham
Backport of c315f9602418d2fcfe194b1ef2d0d7c325cac151 from master
2017-05-24[1.8.x] Corrected removal of deprecated sphinx.util.compat.Directive.Tim Graham
Follow up to d2e39b20a9b1407f7b40598bd4caf234d8478af2
2017-05-24[1.8.x] Removed usage of deprecated sphinx.util.compat.Directive.Tim Graham
Backport of cb16458c4f91fe43b898b55b04fb177e914ac3af from master
2017-04-04[1.8.x] Added CVE-2017-7233,4 to the security release archive.Tim Graham
Backport of b749c980a066a15b58b236656e57b66073a35a52 from master
2017-03-28[1.8.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.Tim Graham
This is a security fix.
2017-03-28[1.8.x] Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in ↵Tim Graham
views.static.serve(). This is a security fix.
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
Thanks Tim Graham for the review. Backport of 46d602dcea624bef3fb6e1dbf71378d837c0957b from stable/1.10.x
2017-01-23[1.8.x] Removed deprecated html_translator_class sphinx config option.Tim Graham
Backport of bacdfbf3d1eb23ff8e8110681728a5b467443446 and e5d3f98abcdc20d64d99609bd0aa82331835b439 from master
2017-01-23[1.8.x] Declared Sphinx extensions safe for parallel reading.Tim Graham
Backport of 03306a187ec3bb5e2592728a900d4a41185f9e30 from master
2016-12-20[1.8.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example.Tim Graham
Backport of 5e239ae907291d07a3fcf9329f83c27fa6d72981 from master
2016-12-01[1.8.x] Added release date for 1.8.17.Tim Graham
Backport of 9ea9686532336caefcd5fedb76ad9a68a512d243 from master
2016-11-08[1.8.x] Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak
Backport of c4b04e1598c4325454c808183dce17b284ed9e28 from master
2016-11-01[1.8.x] Added CVE-2016-9013,14 to the security release archive.Tim Graham
Backport of b8ae2c16cfc4bf88c1720eafd8e35438181a7413 from master
2016-10-25[1.8.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.Tim Graham
This is a security fix.
2016-10-25[1.8.x] Fixed CVE-2016-9013 -- Generated a random database user password ↵Marti Raudsepp
when running tests on Oracle. This is a security fix.
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
Backport of 51b83d9e5113ea5b81d04f4d117bd5acd3c1b822 from master
2016-10-03[1.8.x] Fixed #27307 -- Added missing url names in sitemaps docs.Tim Graham
Backport of fe1aee6b98d2a94ecc983463938135d192ef9afc from master
2016-09-28[1.8.x] Fixed 27283 -- Fixed typo in 1.8 release notes.Alasdair Nicol
Backport of 32031718320e1b4d708b15d8c67738e4c77c9bc7 from master
2016-09-26[1.8.x] Added CVE-2016-7401 to the security release archive.Tim Graham
Backport of 6fe846a8f08dc959003f298b5407e321c6fe3735 from master
2016-09-26[1.8.x] Added a CVE role for Sphinx.Tim Graham
Backport of a46742e738b91f79dd7b2e6ecba6dd1604e14d05 from master
2016-09-14[1.8.x] Fixed CVE-2016-7401 -- Fixed CSRF protection bypass on a site with ↵Collin Anderson
Google Analytics. This is a security fix. Backport of "refs #26158 -- rewrote http.parse_cookie() to better match browsers." 93a135d111c2569d88d65a3f4ad9e6d9ad291452 from master
2016-08-18[1.8.x] Fixed #26807 -- Documented how to replicate SubfieldBase's ↵Tim Graham
assignment behavior. Backport of 518eaf1fa2d86dc1b0ba7adba22b30bcc8f3a497 from master
2016-07-25[1.8.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.Naved Khan
Backport of 9a5a789da2b53a9c19ea47130507ce26839eb008 from master
2016-07-18[1.8.x] Added CVE-2016-6186 to the security release archive.Tim Graham
Backport of bc53af13cbf09b0cbac945426c2d51d0ca52fff3 from master
2016-07-18[1.8.x] Fixed XSS in admin's add/change related popup.Tim Graham
This is a security fix.
2016-07-18[1.8.x] Fixed #24796 -- Moved SecurityMiddleware in MIDDLEWARE_CLASSES docs.Marissa Zhou
Partial backport of 8b1f39a727be91aab40bdb37235718ed63ae1d50 from master
2016-07-13[1.8.x] Fixed #26889 -- Fixed missing PostgreSQL index in ↵Jon Dufresne
SchemaEditor.add_field(). Backport of 2e4cfcd2b9a0984ad6c4087a5deebbf33413835c from master
2016-07-06[1.8.x] Fixed #25461 -- Corrected meta API code examples to account for MTI.Romain Garrigues
In the case of multiple-table inheritance models, get_all_related_objects() and get_all_related_objects_with_model() don't return the auto-created OneToOneField, but the new examples didn't account for this. Backport of 8be84e2ac42b2556fd6fa07794b3708b143ef341 from master
2016-07-06[1.8.x] Fixed typo in docs/topics/class-based-views/generic-display.txtTaylor Edmiston
Backport of 43d0345fe11624d6b4fd960139ff653451b4f147 from master
2016-06-17[1.8.x] Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin docKrzysztof Jurewicz
Backport of 6dd4d2709bfe427c05842c0269860ef95a0b4f00 from master
2016-06-09[1.8.x] Fixed #21588 -- Corrected handler initialization in "modifying ↵Berker Peksag
upload handlers" example. Backport of 8f50ff5b15a742f345dade0848a3fbbf2aff629d from master
2016-06-02[1.8.x] Updated release notes links to prevent warnings with Sphinx 1.4.2.Tim Graham
Backport of 149ace94dfc10504a0e69462c7737f5ce05340a4 from master
2016-06-02[1.8.x] Ignored new warnings when building the docs with Sphinx 1.4.Tim Graham
Backport of af3273757397fa88163174546f2b620d7b4837ed from master
2016-05-31[1.8.x] Fixed a typo in the docs.Florian Apolloner
Backport of 62e4f8ec435a4b600c8efb071201070a2443477e from master.
2016-05-31[1.8.x] Fixed #26503 -- Removed an outdated example from session docs.Berker Peksag
Backport of 698c8dfc2a5c5865a8bb163c1ae70b75d53e6415 from master
2016-05-27[1.8.x] Fixed typo in docs/topics/forms/modelforms.txtSergey Fedoseev
Backport of 26794f6657a9d201d47a0748a449a94ad5d7c66e from master
2016-05-25[1.8.x] Added imports to docs/topics/db/aggregation.txt example.MariKiev
Backport of 30d110ef43d8a3c50ea8ec4e4fe49bd2bb859530 from master
2016-05-18[1.8.x] Fixed #26636 -- Fixed typo in docs/ref/request-response.txtTim Graham
Backport of 6d9c5d46e644a8ef93b0227fc710e09394a03992 from master
2016-05-06[1.8.x] Fixed code example in docs/howto/custom-lookups.txtvytisb
Backport of b3acf35f13aae57eb3c8340dd5ff7e61482e2537 from master