summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2016-05-02[1.8.x] Added release date for 1.8.13.Tim Graham
2016-04-29[1.8.x] Fixed #26557 -- Converted empty strings to None when saving GenericIP...Joshua Phillips
2016-04-27[1.8.x] Refs #25136 -- Fixed nonexistent field reference in aggregation topic...Tim Graham
2016-04-20[1.8.x] Fixed incorrect rendered widget in forms example.Jon Dufresne
2016-04-18[1.8.x] Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL ...Lukasz Wiecek
2016-04-13[1.8.x] Added stub release notes for 1.8.13.Tim Graham
2016-04-07[1.8.x] Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txtMikkel Munch Mortensen
2016-04-01[1.8.x] Added release date for 1.8.12.Tim Graham
2016-03-31[1.8.x] Fixed #26438 -- Fixed multiple .objects typos in the docs.Simon Charette
2016-03-25[1.8.x] Fixed #26408 -- Updated link to DEP 182.Aymeric Augustin
2016-03-25[1.8.x] Fixed #26387 -- Restored the functionality of the admin's raw_id_fiel...Tim Graham
2016-03-25[1.8.x] Fixed typo in docs/topics/db/aggregation.txt.Tim Shaffer
2016-03-21[1.8.x] Fixed #26392 -- Corrected login_required/permission_required stacking...Tim Graham
2016-03-19[1.8.x] Fixed a broken link in docs/internals/contributing/writing-documentat...Amine
2016-03-18[1.8.x] Fixed #26375 -- Used a more generic name in a reusable template example.Tim Graham
2016-03-15[1.8.x] Fixed DiscoverRunner failfast parameter default in docs.Andrew Abraham
2016-03-10[1.8.x] Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.Tim Graham
2016-03-09[1.8.x] Fixed indenting in "Serving files in development" code exampleTim Osborn
2016-03-07[1.8.x] Fixed #26325 -- Made MultiPartParser ignore filenames that normalize ...John-Mark Bell
2016-03-05[1.8.x] Added stub release notes for 1.8.12.Tim Graham
2016-03-04[1.8.x] Added safety to URL decoding in is_safe_url() on Python 2Claude Paroz
2016-03-04[1.8.x] Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()Claude Paroz
2016-03-04[1.8.x] Added stub release notes for 1.8.11.Tim Graham
2016-03-03[1.8.x] Fixed #26321 -- Added missing "for_save" parameter in expressions exa...Tim Graham
2016-03-03[1.8.x] Fixed #26309 -- Documented that login URL settings no longer support ...Alasdair Nicol
2016-03-02[1.8.x] Fixed typo in 1.8.10 release date.Dmitry Dygalo
2016-03-01[1.8.x] Added CVE-2016-2512/2513 to security release archive.Tim Graham
2016-02-29[1.8.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during lo...Florian Apolloner
2016-02-29[1.8.x] Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.Mark Striemer
2016-02-29[1.8.x] Added stub release notes for security issues.Tim Graham
2016-02-26[1.8.x] Fixed #26286 -- Prevented content type managers from sharing their ca...Simon Charette