summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [1.9.x] Bumped version for 1.9.4 release.1.9.4Tim Graham2016-03-051-1/+1
* [1.9.x] Fixed #26312 -- Documented "create database" requirement in tutorial 2.Bob McDonald2016-03-051-4/+9
* [1.9.x] Added safety to URL decoding in is_safe_url() on Python 2Claude Paroz2016-03-044-4/+7
* [1.9.x] Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()Claude Paroz2016-03-044-14/+20
* [1.9.x] Fixed typo in docs/releases/1.9.1.txt.Tim Graham2016-03-041-1/+1
* [1.9.x] Added stub release notes for 1.8.11.Tim Graham2016-03-042-0/+13
* [1.9.x] Fixed #26321 -- Added missing "for_save" parameter in expressions exa...Tim Graham2016-03-031-3/+3
* [1.9.x] Fixed #26309 -- Documented that login URL settings no longer support ...Alasdair Nicol2016-03-033-13/+20
* [1.9.x] Fixed typo in 1.9.3/1.8.10 release date.Dmitry Dygalo2016-03-022-2/+2
* [1.9.x] Fixed #26303 -- Updated links to mod_wsgi docs.Alasdair Nicol2016-03-013-8/+7
* [1.9.x] Added stub release notes for 1.9.4.Tim Graham2016-03-012-0/+13
* [1.9.x] Added CVE-2016-2512/2513 to security release archive.Tim Graham2016-03-011-2/+28
* [1.9.x] Post-release version bump.Tim Graham2016-03-011-1/+1
* [1.9.x] Bumped version for 1.9.3 release.1.9.3Tim Graham2016-03-011-1/+1
* [1.9.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during lo...Florian Apolloner2016-03-015-21/+211
* [1.9.x] Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.Mark Striemer2016-03-014-2/+50
* [1.9.x] Added stub release notes for security issues.Tim Graham2016-03-012-4/+4
* [1.9.x] Fixed #26217 -- Added a warning about format strings to WeekArchiveVi...Michal Petrucha2016-03-011-12/+20
* [1.9.x] Fixed #26165 -- Added some FAQs about CSRF protection.acemaster2016-03-011-7/+50
* [1.9.x] Fixed typos in docs/ref/models/meta.txt.Taranjeet2016-03-011-2/+2
* [1.9.x] Fixed #26186 -- Documented how app relative relationships of abstract...Simon Charette2016-02-294-43/+77
* [1.9.x] Fixed docs: release-process, Supported Versions section, concrete exa...Shai Berger2016-02-281-2/+3
* [1.9.x] Fixed #26275 -- Noted difference between o and Y date format chars.inondle2016-02-271-2/+3
* [1.9.x] Fixed #26286 -- Prevented content type managers from sharing their ca...Simon Charette2016-02-264-10/+30
* [1.9.x] Fixed #26280 -- Fixed cached template loader crash when loading nonex...Ivan Tsouvarev2016-02-263-1/+16
* [1.9.x] Fixed #26231 -- Used .get_username in admin login template.Sjoerd Job Postmus2016-02-252-1/+5
* [1.9.x] Corrected a run on sentence in doc/topics/db/models.txt.Tim Graham2016-02-251-4/+4
* [1.9.x] Fixed #26278 -- Clarified apps.ready docs.Tim Graham2016-02-251-2/+2
* [1.9.x] Refs #26270 -- Reorganized TestCase docs.Tim Graham2016-02-251-46/+35
* [1.9.x] Fixed a function signature in docs/topics/auth/default.txt.Tim Graham2016-02-241-1/+1
* [1.9.x] Removed docs of deprecated SimpleTestCase warnings behavior.Tim Graham2016-02-241-1/+0
* [1.9.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.Jon Dufresne2016-02-245-1/+20
* [1.9.x] Fixed spelling errorMarkus Holtermann2016-02-231-1/+1
* [1.9.x] Fixed #26188 -- Documented how to wrap password hashers.Tim Graham2016-02-221-0/+83
* [1.9.x] Refs #26253 -- Amended release note as this issue doesn't affect 1.8.Tim Graham2016-02-222-5/+2
* [1.9.x] Fixed #26253 -- Fixed crashing deprecation shims in SimpleTemplateRes...Tim Graham2016-02-224-3/+51
* [1.9.x] Fixed import location of check_password() in docs.Daniel Quinn2016-02-221-2/+3
* [1.9.x] Fixed #26243 -- Noted that 'python -R' is enabled by default in Pytho...Raphael Michel2016-02-191-2/+3
* [1.9.x] Fixed some code blocks indentation in GIS docs.Sergey Fedoseev2016-02-193-6/+6
* [1.9.x] Used relative models imports in the GIS tutorial.Juan José Conti2016-02-191-2/+2
* [1.9.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.Tim Graham2016-02-185-2/+21
* [1.9.x] Added intended use in the admin's introduction.Tim Graham2016-02-181-4/+12
* [1.9.x] Fixed #26233 -- Fixed invalid reSt in models.Q docstring.Tim Graham2016-02-181-1/+1
* [1.9.x] Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.Akshesh2016-02-174-1/+11
* [1.9.x] Fixed #25687 -- Documented how to add database function support to th...Tim Graham2016-02-171-0/+31
* [1.9.x] Refs #19353 -- Added tests for using custom user models with built-in...Berker Peksag2016-02-172-31/+63
* [1.9.x] Followed recommended ValidationError use in docs.Jon Dufresne2016-02-172-2/+7
* [1.9.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None v...Claude Paroz2016-02-168-11/+44
* [1.9.x] Fixed possible "RuntimeError: maximum recursion depth exceeded" build...Tim Graham2016-02-161-0/+9
* [1.9.x] Fixed #26221 -- Used find_packages() in reusable apps tutorial.Ryan Nowakowski2016-02-151-2/+2