summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-10-24[1.5.x] Bump everything for 1.5.5 bugfix release.1.5.5James Bennett
2013-10-21[1.5.x] Fixed #21253 -- PBKDF2 with cached HMAC keyFlorian Apolloner
2013-10-18[1.5.x] Fixed bug causing CSRF token not to rotate on login.Tim Graham
2013-10-13[1.5.x] Fixed #21256 -- Error in datetime_safe.datetime.combine.Aymeric Augustin
2013-10-09[1.5.x] Fixed #21248 -- Skipped test_bcrypt if no py-bcrypt foundAnssi Kääriäinen
2013-10-09[1.5.x] Fixed #16436 -- defer + annotate + select_related crashTai Lee
2013-10-01[1.5.x] Fixed #21203 -- resolve_columns fields misalignmentMichael Manfre
2013-09-27[1.5.x] Fix #21185: Added tests for unescape_entities.Baptiste Mispelon
2013-09-27[1.5.x] Updated the bundled version of six to 1.4.0.Aymeric Augustin
2013-09-25[1.5.x] Fixed #21126 -- QuerySet value conversion failureAnssi Kääriäinen
2013-09-24[1.5.x] Fixed #21138 -- Increased the performance of our PBKDF2 implementation.Florian Apolloner
2013-09-24Revert "[1.5.x] Ensure that passwords are never long enough for a DoS."Florian Apolloner
2013-09-22[1.5.x] Fixed "Address already in use" from liveserver.Florian Apolloner
2013-09-17[1.5.x] Final attempt to solve sporadic test failures.Florian Apolloner
2013-09-15[1.5.x] Bump version post-release.Tim Graham
2013-09-15[1.5.x] Add release notes and bump version numbers for 1.5.4 security release.1.5.4James Bennett
2013-09-15[1.5.x] Ensure that passwords are never long enough for a DoS.Russell Keith-Magee
2013-09-14Fixed #21102 -- pickling a QuerySet with prefetches twiceMinjong Chung
2013-09-13[1.5.x] Fixed #18923 -- Corrected usage of sensitive_post_parameters in contr...Tim Graham
2013-09-11[1.5.x] Bump version post-release.Tim Graham
2013-09-10[1.5.x] Bump version numbers for 1.5.3 security release.1.5.3James Bennett
2013-09-10[1.5.x] Prevented arbitrary file inclusion with {% ssi %} tag and relative pa...Tim Graham
2013-09-09[1.5.x] Fixed #20707 -- Added explicit quota assignment to Oracle test userСадовский Николай
2013-08-22[1.5.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.se...Tim Graham
2013-08-13Bump version post-release.Jacob Kaplan-Moss
2013-08-13Bumped version numbers for 1.5.2.Jacob Kaplan-Moss
2013-08-13Apply autoescaping to AdminURLFieldWidget.Jacob Kaplan-Moss
2013-08-13Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S.Jacob Kaplan-Moss
2013-07-29[1.5.x] Fixed #20774 -- Mention the new django-localflavor app as a replaceme...Jannis Leidel
2013-07-28[1.5.x] Simplified smart_urlquote and added some basic tests.Florian Apolloner
2013-07-27[1.5.x] Optimisation in prefetch_related_objectsLuke Plant
2013-07-27[1.5.x] Fixed #19607 - prefetch_related crashLuke Plant
2013-07-25[1.5.x] Fixed #20679 -- Corrected CachedFilesMixin.post_process docstring.Tim Graham
2013-07-22[1.5.x] Fixed #20773 -- [gis] Fixed regression in GoogleMap outputClaude Paroz
2013-07-13[1.5.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear ...Tim Graham
2013-07-10[1.5.x] Fixed #20075 -- Fixed session test fail when using a cache other than...Mathijs de Bruin
2013-07-09[1.5.x] Fixed #20722 -- Fixed MemcachedCache backend get_many on Python 3.Tim Graham
2013-07-07[1.5.x] Fixed #20711 -- Fixed broken link in timesince.py docstringSusanTan
2013-07-04[1.5.x] Fixed #19940 -- Made test.runner.setup_databases properly handle alia...Tim Graham
2013-07-04[1.5.x] Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.Tim Graham
2013-07-03[1.5.x] Fixed #20695 -- Fixed contrib.humanize translation syntax errorsClaude Paroz
2013-07-03[1.5.x] Fixed #20687 -- Added documentation for django.core.signing API.Tomáš Ehrlich
2013-06-29[1.5.x] Fixed #20677 - Typos in generic_inlineformset_factory docs.Tim Graham
2013-06-24[1.5.x] Fixed #20636 -- Stopped stuffing values in the settings.Aymeric Augustin
2013-05-24[1.5.x] Rotate CSRF token on loginAndrew Godwin
2013-05-21[1.5.x] Imported copyreg from six.movesClaude Paroz
2013-05-21[1.5.x] Fixed #20212 - __reduce__ should only be defined for Py3+.Daniel Lindsley
2013-05-21[1.5.x] Fixed prefetch_related + pickle regressionsAnssi Kääriäinen
2013-05-20[1.5.x] Fixed #20278 -- ensured .get() exceptions do not recurse infinitelyAnssi Kääriäinen
2013-05-11[1.5.X] Fixed #20136 - Fixed and expanded the docs for loaddata and model sig...Tim Graham