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-11-11
Raised SuspiciousFileOperation in safe_join.
Aymeric Augustin
2014-11-05
Added a dummy class for HTMLParserError; refs #23763.
Tim Graham
2014-11-04
Updated six to 1.8.0.
Tim Graham
2014-11-03
Fixed #18456 -- Added path escaping to HttpRequest.get_full_path().
Unai Zalakain
2014-10-31
Fixed #23715 -- Prevented urlize from treating a trailing ! as part of an URL
Markus Holtermann
2014-10-31
Fixed #23670 -- Prevented partial import state during module autodiscovery
Markus Holtermann
2014-10-30
Fixed #23558 -- documented slugify limitations
David Hoffman
2014-10-20
Fixed #23688 -- Updated cached_property to preserve docstring of original fun...
John-Scott Atlakson
2014-10-20
Fixed #20221 -- Allowed some functions that use mark_safe() to result in Safe...
Jon Dufresne
2014-10-20
Fixed #23668 -- Changed make_aware() and make_naive() to use the current time...
Jon Dufresne
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
[prev]
[next]