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