summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-05[1.9.x] Bumped version for 1.9.4 release.1.9.4Tim Graham
2016-03-05[1.9.x] Fixed #26312 -- Documented "create database" requirement in tutorial 2.Bob McDonald
2016-03-04[1.9.x] Added safety to URL decoding in is_safe_url() on Python 2Claude Paroz
2016-03-04[1.9.x] Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()Claude Paroz
2016-03-04[1.9.x] Fixed typo in docs/releases/1.9.1.txt.Tim Graham
2016-03-04[1.9.x] Added stub release notes for 1.8.11.Tim Graham
2016-03-03[1.9.x] Fixed #26321 -- Added missing "for_save" parameter in expressions exa...Tim Graham
2016-03-03[1.9.x] Fixed #26309 -- Documented that login URL settings no longer support ...Alasdair Nicol
2016-03-02[1.9.x] Fixed typo in 1.9.3/1.8.10 release date.Dmitry Dygalo
2016-03-01[1.9.x] Fixed #26303 -- Updated links to mod_wsgi docs.Alasdair Nicol
2016-03-01[1.9.x] Added stub release notes for 1.9.4.Tim Graham
2016-03-01[1.9.x] Added CVE-2016-2512/2513 to security release archive.Tim Graham
2016-03-01[1.9.x] Post-release version bump.Tim Graham
2016-03-01[1.9.x] Bumped version for 1.9.3 release.1.9.3Tim Graham
2016-03-01[1.9.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during lo...Florian Apolloner
2016-03-01[1.9.x] Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.Mark Striemer
2016-03-01[1.9.x] Added stub release notes for security issues.Tim Graham
2016-03-01[1.9.x] Fixed #26217 -- Added a warning about format strings to WeekArchiveVi...Michal Petrucha
2016-03-01[1.9.x] Fixed #26165 -- Added some FAQs about CSRF protection.acemaster
2016-03-01[1.9.x] Fixed typos in docs/ref/models/meta.txt.Taranjeet
2016-02-29[1.9.x] Fixed #26186 -- Documented how app relative relationships of abstract...Simon Charette
2016-02-28[1.9.x] Fixed docs: release-process, Supported Versions section, concrete exa...Shai Berger
2016-02-27[1.9.x] Fixed #26275 -- Noted difference between o and Y date format chars.inondle
2016-02-26[1.9.x] Fixed #26286 -- Prevented content type managers from sharing their ca...Simon Charette
2016-02-26[1.9.x] Fixed #26280 -- Fixed cached template loader crash when loading nonex...Ivan Tsouvarev
2016-02-25[1.9.x] Fixed #26231 -- Used .get_username in admin login template.Sjoerd Job Postmus
2016-02-25[1.9.x] Corrected a run on sentence in doc/topics/db/models.txt.Tim Graham
2016-02-25[1.9.x] Fixed #26278 -- Clarified apps.ready docs.Tim Graham
2016-02-25[1.9.x] Refs #26270 -- Reorganized TestCase docs.Tim Graham
2016-02-24[1.9.x] Fixed a function signature in docs/topics/auth/default.txt.Tim Graham
2016-02-24[1.9.x] Removed docs of deprecated SimpleTestCase warnings behavior.Tim Graham
2016-02-24[1.9.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.Jon Dufresne
2016-02-23[1.9.x] Fixed spelling errorMarkus Holtermann
2016-02-22[1.9.x] Fixed #26188 -- Documented how to wrap password hashers.Tim Graham
2016-02-22[1.9.x] Refs #26253 -- Amended release note as this issue doesn't affect 1.8.Tim Graham
2016-02-22[1.9.x] Fixed #26253 -- Fixed crashing deprecation shims in SimpleTemplateRes...Tim Graham
2016-02-22[1.9.x] Fixed import location of check_password() in docs.Daniel Quinn
2016-02-19[1.9.x] Fixed #26243 -- Noted that 'python -R' is enabled by default in Pytho...Raphael Michel
2016-02-19[1.9.x] Fixed some code blocks indentation in GIS docs.Sergey Fedoseev
2016-02-19[1.9.x] Used relative models imports in the GIS tutorial.Juan José Conti
2016-02-18[1.9.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.Tim Graham
2016-02-18[1.9.x] Added intended use in the admin's introduction.Tim Graham
2016-02-18[1.9.x] Fixed #26233 -- Fixed invalid reSt in models.Q docstring.Tim Graham
2016-02-17[1.9.x] Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.Akshesh
2016-02-17[1.9.x] Fixed #25687 -- Documented how to add database function support to th...Tim Graham
2016-02-17[1.9.x] Refs #19353 -- Added tests for using custom user models with built-in...Berker Peksag
2016-02-17[1.9.x] Followed recommended ValidationError use in docs.Jon Dufresne
2016-02-16[1.9.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None v...Claude Paroz
2016-02-16[1.9.x] Fixed possible "RuntimeError: maximum recursion depth exceeded" build...Tim Graham
2016-02-15[1.9.x] Fixed #26221 -- Used find_packages() in reusable apps tutorial.Ryan Nowakowski