summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2016-03-04[1.9.x] Added safety to URL decoding in is_safe_url() on Python 2Claude Paroz
2016-03-04[1.9.x] Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()Claude Paroz
2016-03-01[1.9.x] Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.Mark Striemer
2016-02-15[1.9.x] Fixed #26212 -- Made forms.FileField and translation.lazy_number() pi...Alexey Kotlyarov
2016-01-26[1.9.x] Fixed #26122 -- Fixed copying a LazyObjectBen Kraft
2016-01-06[1.9.x] Fixed #26046 -- Fixed a crash with translations and Django-unknown la...Claude Paroz
2016-01-05[1.9.x] Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag sup...Denis Cornehl
2015-12-18[1.9.x] Fixed #25915 -- Allowed language not in Django's default LANGUAGESClaude Paroz
2015-11-28[1.9.x] Fixed #25812 -- Restored the ability to use custom formats with the d...Gagaro
2015-11-24[1.9.x] Fixed a settings leak possibility in the date template filter.Florian Apolloner
2015-11-11[1.9.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if input...Marti Raudsepp
2015-11-11[1.9.x] Updated six to 1.10.0.Tim Graham
2015-11-09[1.9.x] Fixed debug view crash during autumn DST change.Aymeric Augustin
2015-11-07[1.9.x] Amended comment to remove reference to the no longer used NullHandlerNeal Todd
2015-11-03[1.9.x] Fixed #25668 -- Misc spelling errorsVille Skyttä
2015-10-05[1.9.x] Removed SimpleLazyObject workaround for a Python bug.Tim Graham
2015-10-03[1.9.x] Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.Ben Kraft
2015-09-29[1.9.x] Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigi...Tim Graham
2015-09-23Refs #24526 -- Made the django logger handle INFO messages.Tim Graham
2015-09-23Fixed #25439 -- Added `SUCCESS` style to termcolor palettesMatt Deacalion Stevens
2015-09-19Refs #13110 -- Fixed mistakes in the new multiple enclosure feed testsUnai Zalakain
2015-09-18Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators.fabrizio ettore messina
2015-09-18Fixed #13110 -- Added support for multiple enclosures in Atom feeds.Unai Zalakain
2015-09-16Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.Matt Robenolt
2015-09-07Fixed #24917 -- Made admindocs display model methods that take arguments.Zan Anderle
2015-09-04Fixed #25297 -- Allowed makemessages to work with {% trans %} tags that use t...Alexandre Pocquet
2015-09-04Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-29Made the autoreloader survive all exceptions.Aymeric Augustin
2015-08-29Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin
2015-08-29Ensured gen_filenames() yields native strings.Aymeric Augustin
2015-08-29Accounted for error files in the autoreloader.Aymeric Augustin
2015-08-25Fixed #25295 -- Restored 'no active translation' after language overrideClaude Paroz
2015-08-15Fixed #24935 -- Refactored common conditional GET handling.Denis Cornehl
2015-08-12Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-08-01Fixed #25146 -- Allowed method_decorator() to decorate classes.Rigel Di Scala
2015-07-17Fixed #16501 -- Added an allow_unicode parameter to SlugField.Edward Henderson
2015-07-13Fixed #25099 -- Cleaned up HttpRequest representations in error reporting.Vlastimil Zíma
2015-07-09Fixed #25093 -- Added utils.datastructures.OrderedSet.__len__()darkryder
2015-07-07Refs #23882 -- Added detection for moved files when using inotify pollingChris Bainbridge
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-23Fixed #25000 -- Fixed cast to string for lazy objects.Marten Kenbeek
2015-06-19Fixed #20197 -- Made XML serializer fail loudly when outputting unserializabl...Claude Paroz
2015-06-18Removed support for Python 3.3.Tim Graham
2015-06-15Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham
2015-06-15Removed django.utils.functional.total_ordering()Tim Graham
2015-06-15Fixed flake8 warnings on Python 3.Tim Graham
2015-06-13Fixed #24978 -- Escaped special characters in loaddata fixture pathsMoritz Sichert