summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [1.4.x] Bumped version for 1.4.17 release.1.4.17Tim Graham2015-01-023-4/+4
* [1.4.x] Added dates to release notes.Tim Graham2015-01-021-1/+1
* [1.4.x] Updated six to 1.9.0.Tim Graham2015-01-022-21/+85
* [1.4.x] Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette2014-11-255-21/+42
* [1.4.x] Removed thread customizations of six which are now built-in.Tim Graham2014-11-131-4/+0
* [1.4.x] Updated six to 1.8.0.Tim Graham2014-11-043-62/+189
* [1.4.x] Post-release version bump.Tim Graham2014-10-221-1/+1
* [1.4.x] Bump version numbers for bugfix release.1.4.16James Bennett2014-10-223-4/+4
* [1.4.x] Added release dates to release notes.Tim Graham2014-10-221-1/+1
* [1.4.x] Fixed #23631 -- Removed outdated note on MySQL timezone support.Tim Graham2014-10-101-5/+0
* [1.4.x] Fixed #23604 -- Allowed related m2m fields to be references in the ad...Emmanuelle Delescolle2014-10-065-3/+25
* [1.4.x] Required numpy < 1.9 for tests; refs #23489.Tim Graham2014-09-291-1/+1
* [1.4.x] Fixed #23499 -- Error in built-in template tag "now" documentationJoseph Dougherty2014-09-171-4/+4
* [1.4.x] Fixed #20036 -- Improved GEOS version string parsingClaude Paroz2014-09-113-13/+24
* [1.4.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette2014-09-086-4/+55
* [1.4.x] Added dates to release notes.Tim Graham2014-09-021-1/+1
* [1.4.x] Post release version bump.Tim Graham2014-09-021-1/+1
* [1.4.x] Bump version numbers for bugfix release.1.4.15James Bennett2014-09-023-4/+4
* [1.4.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in ...Simon Charette2014-08-276-5/+51
* [1.4.x] Fixed spelling mistake in file docs.Tim Graham2014-08-262-2/+2
* [1.4.x] Bumped version number post-release.Tim Graham2014-08-201-1/+1
* [1.4.x] Added dates to release notes.Tim Graham2014-08-201-1/+1
* [1.4.x] Bump version numbers for security release.1.4.14James Bennett2014-08-203-4/+4
* [1.4.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette2014-08-115-5/+61
* [1.4.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USE...Preston Holmes2014-08-113-3/+52
* [1.4.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ...Tim Graham2014-08-116-28/+75
* [1.4.x] Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner2014-08-114-0/+21
* [1.4.x] Added release note stub for 1.4.14.Tim Graham2014-08-112-0/+8
* [1.4.x] Added a warning that remove_tags() output shouldn't be considered safe.Tim Graham2014-08-111-7/+19
* [1.4.x] Noted that django-jython requires Django 1.7.Tim Graham2014-08-081-12/+2
* [1.4.x] Fixed #23239 -- Clarified a phrase in the contrib.markup docs.Tim Graham2014-08-061-2/+2
* [1.4.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docsErik Romijn2014-08-021-1/+1
* [1.4.x] Added tests/requirements/py2.txt.Tim Graham2014-07-251-0/+1
* [1.4.x] Revert "Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet."Ramiro Morales2014-07-143-50/+3
* [1.4.x] Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.Tim Graham2014-07-143-3/+50
* [1.4.x] Fixed #22859 -- Improved crossDomain technique in CSRF example.Tim Graham2014-06-181-2/+1
* [1.4.x] Minor edits to latest release notes.Tim Graham2014-05-151-9/+9
* Bumped version numbers post-release.Jacob Kaplan-Moss2014-05-141-1/+1
* Bumped version numbers for release.1.4.13Jacob Kaplan-Moss2014-05-143-4/+4
* Added release notes for 1.4.13.Jacob Kaplan-Moss2014-05-142-0/+48
* [1.4.x] Added additional checks in is_safe_url to account for flexible parsing.Tim Graham2014-05-123-4/+50
* [1.4.x] Dropped fix_IE_for_vary/attach.Aymeric Augustin2014-05-123-100/+0
* [1.4.x] Added dates to release notes of today's release.Tim Graham2014-04-281-1/+1
* [1.4.x] Post release version bump.Tim Graham2014-04-281-1/+1
* [1.4.x] Bump version numbers for 1.4.12 bugfix release.1.4.12James Bennett2014-04-283-4/+4
* [1.4.x] Fixed #22486 -- Restored the ability to reverse views created using f...Tim Graham2014-04-235-1/+34
* [1.4.x] Post release version bump.Tim Graham2014-04-221-1/+1
* [1.4.x] Bump version numbers for 1.4.11 security release.1.4.11James Bennett2014-04-213-4/+4
* [1.4.x] Added information on resolved security issues to release notes.Erik Romijn2014-04-211-3/+105
* [1.4.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn2014-04-216-2/+154