summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-05-07Fixed logging regression introduced in bbe28496d32f76ca161f5c33787d6ad62267fcc6Tim Graham
2015-05-02Optimized two functions slightly.Aymeric Augustin
2015-05-02Simplified the implementation of timezone.is_aware/naive.Aymeric Augustin
2015-04-28Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.Markus Bertheau
2015-04-24Fixed #24063 -- Allowed locale variants supported by gettext.Michal Čihař
2015-04-24Fixed #22598 -- Allowed make_aware() to work with ambiguous datetimeJosh Smeaton
2015-04-24Fixed #24526 -- Combined django.request/security loggers with the root logger.Tim Graham
2015-04-18Removed cases of six.iter* wrapped in a list()Curtis Maloney
2015-04-06Fixed #24562 -- Renamed get_major_version() to get_main_version()Tim Graham
2015-04-04Fixed #24569 -- Made some translation functions accept None valueClaude Paroz
2015-03-27Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...Moritz Sichert
2015-03-24Removed getLogger alias in django.utils.log.Tim Graham
2015-03-24Removed the null handler in Django's default logging config.Tim Graham
2015-03-23Fixed #16362 -- Allowed lookaround assertions in URL patterns.Bas Peschier
2015-03-21Fixed #24515 -- Fixed DjangoTranslation plural handlingClaude Paroz
2015-03-20Cleaned up the template debug implementation.Preston Timmons
2015-03-18Made is_safe_url() reject URLs that start with control characters.Tim Graham
2015-03-18Fixed an infinite loop possibility in strip_tags().Tim Graham
2015-03-10Fixed #24471 -- Enhanced urlize regex to exclude quotes and angle brackets.Tim Graham
2015-03-10Fixed escaping regression in urlize filter.Tim Graham
2015-03-09Fixed #24382 -- Allowed unicode chars inside formatted numbersClaude Paroz
2015-03-08Fixed #23838 -- added missing `__iter__` to LazyObjectRik
2015-03-06Fixed urlize regression with entities in query stringsClaude Paroz
2015-03-04Moved definition of chunks out of timesince function.Benjamin Wohlwend
2015-02-28Fixed #24413 -- Prevented translation fallback for EnglishClaude Paroz
2015-02-23Prevented makemigrations from writing in sys.path[0].Aymeric Augustin
2015-02-22Removed rmtree_errorhandler.Aymeric Augustin
2015-02-17Refs #24324 -- Fixed UnicodeDecodeError in template_backends testsTim Graham
2015-02-12Fixed #24321 -- Improved `utils.http.same_origin` compliance with RFC6454Lukas Klein
2015-02-09Removed some obsolete absolute_imports.Tim Graham
2015-02-08Optimized allow_lazy() by not generating a new lazy wrapper on each invocation.Alex Gaynor
2015-02-08Fixed #24181 -- Fixed multi-char THOUSAND_SEPARATOR insertionVarun Sharma
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-06Removed django-2to3.pyTim Graham
2015-02-05Removed old import aliases.Tim Graham
2015-02-04Fixed #24242 -- Improved efficiency of utils.text.compress_sequence()Matthew Somerville
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-02-03Fixed #24252 -- Forced lazy __str__ to utf-8 on Python 2Claude Paroz
2015-01-28Removed threading fallback imports.Tim Graham
2015-01-20Fixed typos in code comments.Adam Taylor
2015-01-19Advanced deprecation warnings for Django 1.9.Tim Graham
2015-01-19Removed legacy ORM lookup support per deprecation timeline; refs #16187.Tim Graham
2015-01-18Removed utils.module_loading.import_by_path() per deprecation timeline; refs ...Tim Graham
2015-01-17Removed utils.text.javascript_quote() per deprecation timeline; refs #21725.Tim Graham
2015-01-17Removed deprecated Chinese language codes; refs #18149.Tim Graham
2015-01-17Removed django.utils.tzinfo per deprecation timeline; refs #17262.Tim Graham
2015-01-17Removed compatibility with Python 3.2.Tim Graham
2015-01-17Removed django.utils.datastructures.SortedDict per deprecation timeline.Tim Graham
2015-01-17Removed FastCGI support per deprecation timeline; refs #20766.Tim Graham