summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2014-10-16Fixed #23664 -- Provided a consistent definition for OrderedSet.__bool__Thomas Chaumeny
2014-10-16Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi
2014-10-15Added unicode_literals to the jslexer.Florian Apolloner
2014-10-10Fixed #23613 -- Deprecated django.utils.checksumsJaap Roes
2014-10-06Fixed #23593 -- Fixed crash in AdminEmailHandler with non-ASCII characters in...Tim Graham
2014-09-30Fixed #23569 -- Allowed using configs besides dictConfig in LOGGING_CONFIG.Seth Hill
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-21Fixed #23196 -- Short-circuited empty string translationYuri Kriachko
2014-09-10Avoided using deprecated version of importlib; refs #23418.Tim Graham
2014-09-09Fixed flake8 warnings.Tim Graham
2014-09-09Fixed urlize after smart_urlquote rewriteClaude Paroz
2014-09-09Fixed #22267 -- Fixed unquote/quote in smart_urlquoteClaude Paroz
2014-09-08Fixed #23399 -- Optimized django.utils.http.int_to_bas36()Tim Graham
2014-09-08Fixed flake8 warning.Tim Graham
2014-09-08Fixed #23418 -- Fail when migration deconstruct produces invalid importMarkus Holtermann
2014-09-05Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"Claude Paroz
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-31Fixed #23388 -- Made django.utils.timezone.override usable as a decoratorThomas Chaumeny
2014-08-30Fixed #22820 -- Treated int and long types alike in lazy_numberClaude Paroz
2014-08-30Fixed #23384 -- Allowed overriding part of a dictionary-type settingClaude Paroz
2014-08-28Fixed #23381 -- Context manager restored state should be determined in __enter__Thomas Chaumeny
2014-08-28Fixed #23323 -- Made django.utils.translation.override usable as a decorator.Thomas Chaumeny
2014-08-28Factorize some code using ContextDecorator.Thomas Chaumeny
2014-08-23Fixed #22867 -- Memoized django.utils.version.get_git_changeset().Tim Graham
2014-08-22Fixed #23333 -- Made urlsafe_base64_decode() return proper type on Python 3.Ian Foote
2014-08-18Fixed #22171 -- Improved sanitize_separators clevernessClaude Paroz
2014-08-15Fixed #23287 -- Updated error message for classonlymethod decorator.Tim Graham
2014-08-15Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter.Tim Graham
2014-08-04Fixed a typo in comment in django/utils/version.pySitesh Shrivastava
2014-08-02Fixed two typos in docstrings.Baptiste Mispelon
2014-07-25Fixed #23083 -- Fixed runserver reloading when deleting a file.Tim Graham
2014-07-15Fixed #22991 -- Prevented *.pyc files in autoreload monitoringClaude Paroz
2014-07-14Fixed #23005 -- Allowed specifying special fallback languagesClaude Paroz
2014-07-14Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham
2014-07-11Bump the default iterations for PBKDF2.Alex Gaynor
2014-07-09Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz
2014-07-07Fixed flake8 errors.Tim Graham
2014-07-06Fixed pyinotify performance regression in 15f82c7011Claude Paroz
2014-07-04Updated urlize regex following a93ee5112d4LarryBrid
2014-07-02Fixed #22941 - Added support for domain-only links with chars after the TLD t...LarryBrid
2014-07-01Fixed #22691 -- Added aliasing to cached_property.Curtis
2014-06-26Added newline to fix flake8 error.Tim Graham
2014-06-26Fixed #22857 -- Reset translations when only .mo file changedClaude Paroz
2014-06-23Cleaned temp dir in symlinks_supported()Claude Paroz
2014-06-23Fixed #8033 -- Explained app registry error during translation setupClaude Paroz
2014-06-23Fixed #22867 -- Memoized django.utils.version.get_git_changeset().Loic Bistuer
2014-06-19Revert "Fixed #22867 -- Memoized django.utils.version.get_git_changeset()."Aymeric Augustin
2014-06-19Fixed #22867 -- Memoized django.utils.version.get_git_changeset().Alexander Schepanovski
2014-06-16Fixed #21498: Don't use a fallback language if you're en-us.Andrew Godwin
2014-06-13Added django.utils.six.buffer_typesShai Berger