summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-14Bumped version numbers for release.1.4.13Jacob Kaplan-Moss
2014-05-14Added release notes for 1.4.13.Jacob Kaplan-Moss
2014-05-12[1.4.x] Added additional checks in is_safe_url to account for flexible parsing.Tim Graham
2014-05-12[1.4.x] Dropped fix_IE_for_vary/attach.Aymeric Augustin
2014-04-28[1.4.x] Added dates to release notes of today's release.Tim Graham
2014-04-28[1.4.x] Post release version bump.Tim Graham
2014-04-28[1.4.x] Bump version numbers for 1.4.12 bugfix release.1.4.12James Bennett
2014-04-23[1.4.x] Fixed #22486 -- Restored the ability to reverse views created using f...Tim Graham
2014-04-22[1.4.x] Post release version bump.Tim Graham
2014-04-21[1.4.x] Bump version numbers for 1.4.11 security release.1.4.11James Bennett
2014-04-21[1.4.x] Added information on resolved security issues to release notes.Erik Romijn
2014-04-21[1.4.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn
2014-04-21[1.4.x] Prevented leaking the CSRF token through caching.Aymeric Augustin
2014-04-21[1.4.x] Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham
2014-04-21[1.4.x] Corrected the section identifier for MySQL unicode reference.Matt Lauber
2014-04-19[1.4.x] Fixed random aggregation_regress test_more_more_more() failureTim Graham
2014-03-24[1.4.x] Updated six to 1.6.1.Tim Graham
2014-03-22[1.4.x] Clarified striptags documentationClaude Paroz
2014-03-05[1.4.x] Fixed #21195 -- Clarifed usage of template_name in tutorial part 4.Tim Graham
2014-01-26[1.4.x] Added release note stub for 1.4.11.Tim Graham
2014-01-26[1.4.x] Fixed #21823 -- Upgraded six to 1.5.2Tim Graham
2014-01-24[1.4.x] Fixed #21869 -- Fixed docs building with Sphinx 1.2.1.Tim Graham
2014-01-19[1.4.x] Added a note about LTS releases.Jacob Kaplan-Moss
2014-01-17[1.4.x] Fixed #20052 -- Discouraged use of Jython given the current state of ...Tim Graham
2014-01-02Updated six to version 1.4.1Luke Plant
2013-12-11[1.4.x] Fixed #21594 -- Added note about model formsets deleting objects.Ben Spaulding
2013-12-04[1.4.x] Fixed #21558 -- Support building CHM files.Aymeric Augustin
2013-12-02[1.4.x] Fixed #21538 -- Added numpy to test/requirements/base.txtAlasdair Nicol
2013-11-23[1.4.x] Removed obsolete deprecation notes.Aymeric Augustin
2013-11-22[1.4.x] Fix #20054: Removed links to modwsgi.org.Baptiste Mispelon
2013-11-07[1.4.x] Added 1.4.10 release notes to index.Tim Graham
2013-11-06[1.4.x] Bump version info and add release notes for 1.4.10.1.4.10James Bennett
2013-11-02Fixed #21362 -- Restored Python 2.5 compatibility.Florian Apolloner
2013-11-01Merge pull request #1837 from loic/django14Aymeric Augustin
2013-11-01Fixed SyntaxError on Python 2.5 caused by a @unittest.skipIf class decoration.Loic Bistuer
2013-10-25[1.4.x] Fixed typo in docs/releases/1.4.9.txt.Paolo Melchiorre
2013-10-25[1.4.x] Bump version post-release.Tim Graham
2013-10-24[1.4.x] Bump everything for 1.4.9 bugfix release.1.4.9James Bennett
2013-10-23[1.4.x] Bumped release date for 1.5.5 & 1.4.9.Tim Graham
2013-10-23Fixed #13245: Explained Oracle's behavior w.r.t db_tableShai Berger
2013-10-22[1.4.x] Added 1.4.9 release notesTim Graham
2013-10-21[1.4.x] Fixed #21253 -- PBKDF2 with cached HMAC keyFlorian Apolloner
2013-10-13[1.4.x] Fixed #21256 -- Error in datetime_safe.datetime.combine.Aymeric Augustin
2013-10-09[1.4.x] Fixed #21248 -- Skipped test_bcrypt if no py-bcrypt foundAnssi Kääriäinen
2013-09-24[1.4.x] Fixed #21138 -- Increased the performance of our PBKDF2 implementation.Florian Apolloner
2013-09-24Revert "[1.4.x] Ensure that passwords are never long enough for a DoS."Florian Apolloner
2013-09-15[1.4.x] Cleaned up 1.4.8 release notesTim Graham
2013-09-15[1.4.x] Bump version post-release.Tim Graham
2013-09-15[1.4.x] Fixed geos test to prevent random failureClaude Paroz
2013-09-15[1.4.x] Removed usage of b"" string syntax for Python 2.5 compatibility.1.4.8Russell Keith-Magee