summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2016-03-04[1.8.x] Added safety to URL decoding in is_safe_url() on Python 2Claude Paroz
2016-03-04[1.8.x] Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()Claude Paroz
2016-02-29[1.8.x] Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.Mark Striemer
2016-02-15[1.8.x] Fixed #26212 -- Made forms.FileField and translation.lazy_number() pi...Tim Graham
2016-01-26[1.8.x] Fixed #26122 -- Fixed copying a LazyObjectBen Kraft
2016-01-06[1.8.x] Fixed #26046 -- Fixed a crash with translations and Django-unknown la...Claude Paroz
2015-12-24[1.8.x] Fixed #13008 -- Added more Cache-Control headers to never_cache() dec...Markus Bertheau
2015-12-18[1.8.x] Fixed #25915 -- Allowed language not in Django's default LANGUAGESClaude Paroz
2015-11-28[1.8.x] Fixed #25812 -- Restored the ability to use custom formats with the d...Gagaro
2015-11-24[1.8.x] Fixed a settings leak possibility in the date template filter.Florian Apolloner
2015-11-11[1.8.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if input...Marti Raudsepp
2015-11-11[1.8.x] Updated six to 1.10.0.Tim Graham
2015-11-07[1.8.x] Fixed debug view crash during autumn DST change.Aymeric Augustin
2015-10-26[1.8.x] Refs #24979 -- Used inspect.getargspec() on Python 3.2.Tim Graham
2015-10-25[1.8.x] Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham
2015-10-03[1.8.x] Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.Ben Kraft
2015-09-04[1.8.x] Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-08-29[1.8.x] Made the autoreloader survive all exceptions.Aymeric Augustin
2015-08-29Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin
2015-08-29[1.8.x] Ensured gen_filenames() yields native strings.Aymeric Augustin
2015-08-29[1.8.x] Accounted for error files in the autoreloader.Aymeric Augustin
2015-08-25[1.8.x] Fixed #25295 -- Restored 'no active translation' after language overrideClaude Paroz
2015-08-08[1.8.x] Updated Wikipedia links to use httpsClaude Paroz
2015-07-07[1.8.x] Refs #23882 -- Added detection for moved files when using inotify pol...Chris Bainbridge
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-06-15[1.8.x] Fixed flake8 warnings on Python 3.Tim Graham
2015-06-06[1.8.x] Fixed ImportError message in utils.module_loading.import_string()Tomasz Kontusz
2015-06-02[1.8.x] Fixed #24897 -- Allowed using choices longer than 1 day with Duration...zauddelig
2015-04-04[1.8.x] Fixed #24569 -- Made some translation functions accept None valueClaude Paroz
2015-03-27[1.8.x] Fixed #24469 -- Refined escaping of Django's form elements in non-Dja...Moritz Sichert
2015-03-21[1.8.x] Fixed #24515 -- Fixed DjangoTranslation plural handlingClaude Paroz
2015-03-18[1.8.x] Made is_safe_url() reject URLs that start with control characters.Tim Graham
2015-03-18[1.8.x] Fixed an infinite loop possibility in strip_tags().Tim Graham
2015-03-10[1.8.x] Fixed escaping regression in urlize filter.Tim Graham
2015-03-06[1.8.x] Fixed urlize regression with entities in query stringsClaude Paroz
2015-03-04[1.8.x] Moved definition of chunks out of timesince function.Benjamin Wohlwend
2015-02-28[1.8.x] Fixed #24413 -- Prevented translation fallback for EnglishClaude Paroz
2015-02-17[1.8.x] Refs #24324 -- Fixed UnicodeDecodeError in template_backends testsTim Graham
2015-02-12[1.8.x] Fixed #24321 -- Improved `utils.http.same_origin` compliance with RFC...Lukas Klein
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-08[1.8.x] Optimized allow_lazy() by not generating a new lazy wrapper on each i...Alex Gaynor
2015-02-08[1.8.x] Fixed #24181 -- Fixed multi-char THOUSAND_SEPARATOR insertionVarun Sharma
2015-02-06[1.8.x] Removed django-2to3.pyTim Graham
2015-02-04[1.8.x] Fixed #24242 -- Improved efficiency of utils.text.compress_sequence()Matthew Somerville
2015-02-03[1.8.x] Fixed #24252 -- Forced lazy __str__ to utf-8 on Python 2Claude Paroz
2015-02-01[1.8.x] Removed threading fallback imports.Tim Graham
2015-01-20[1.8.x] Fixed typos in code comments.Adam Taylor
2015-01-13Fixed is_safe_url() to handle leading whitespace.Tim Graham
2015-01-08Fixed #24073 -- Returned None for get_language when translations are deactivatedClaude Paroz
2015-01-02Updated six to 1.9.0.Tim Graham