summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
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
2013-05-10[1.5.x] Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.Aymeric Augustin
2013-05-10[1.5.x] [py3] Stopped iterating on exceptions. Refs #20025.Aymeric Augustin
2013-05-07[1.5.x] Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeE...Tai Lee
2013-05-01[1.5.x] Fixed #19252 -- Added support for wheel packages.Florian Apolloner
2013-04-14[1.5.x] Fixed geojson detection with SpatialiteClaude Paroz
2013-04-12[1.5.x] Fixed #20237 (again) Allowed binary parameter to assertContainsClaude Paroz
2013-04-12[1.5.x] Fixed #20211: Document backwards-incompatible change in BoundField.la...Baptiste Mispelon
2013-04-11[1.5.x] Fixed #20237 -- Reenabled assertContains with binary parameterClaude Paroz
2013-04-05[1.5.x] Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.Simon Charette
2013-04-01[1.5.x] Fixed #20169 -- Ensured that the WSGI request's path is correctly bas...Julien Phalip
2013-03-29[1.5.x] Fixed spelling errorsGavin Wahl
2013-03-28Bumped version number post-release.Jacob Kaplan-Moss
2013-03-28Bump version numbers for 1.5.1.1.5.1Jacob Kaplan-Moss
2013-03-28Updated translations from TransifexClaude Paroz
2013-03-27[1.5.x] Fixed #20078: don't allow filtering on password in the user admin.Jacob Kaplan-Moss
2013-03-27[1.5.x] Fixed #18985 -- ensure module level deprecations are displayedPreston Holmes
2013-03-26[1.5.x] Fixed #20091 -- Oracle null promotion for empty stringsAnssi Kääriäinen
2013-03-23[1.5.x] Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to ...Russell Keith-Magee
2013-03-22[1.5.x] Fixed #20108 -- Fixed filepath_to_uri decoding errorClaude Paroz
2013-03-22[1.5.x] Fixed #20094 - Be more careful when checking for IteratorMarc Tamlyn