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
2015-03-27
Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...
Moritz Sichert
2015-03-24
Removed getLogger alias in django.utils.log.
Tim Graham
2015-03-24
Removed the null handler in Django's default logging config.
Tim Graham
2015-03-23
Fixed #16362 -- Allowed lookaround assertions in URL patterns.
Bas Peschier
2015-03-21
Fixed #24515 -- Fixed DjangoTranslation plural handling
Claude Paroz
2015-03-20
Cleaned up the template debug implementation.
Preston Timmons
2015-03-18
Made is_safe_url() reject URLs that start with control characters.
Tim Graham
2015-03-18
Fixed an infinite loop possibility in strip_tags().
Tim Graham
2015-03-10
Fixed #24471 -- Enhanced urlize regex to exclude quotes and angle brackets.
Tim Graham
2015-03-10
Fixed escaping regression in urlize filter.
Tim Graham
2015-03-09
Fixed #24382 -- Allowed unicode chars inside formatted numbers
Claude Paroz
2015-03-08
Fixed #23838 -- added missing `__iter__` to LazyObject
Rik
2015-03-06
Fixed urlize regression with entities in query strings
Claude Paroz
2015-03-04
Moved definition of chunks out of timesince function.
Benjamin Wohlwend
2015-02-28
Fixed #24413 -- Prevented translation fallback for English
Claude Paroz
2015-02-23
Prevented makemigrations from writing in sys.path[0].
Aymeric Augustin
2015-02-22
Removed rmtree_errorhandler.
Aymeric Augustin
2015-02-17
Refs #24324 -- Fixed UnicodeDecodeError in template_backends tests
Tim Graham
2015-02-12
Fixed #24321 -- Improved `utils.http.same_origin` compliance with RFC6454
Lukas Klein
2015-02-09
Removed some obsolete absolute_imports.
Tim Graham
2015-02-08
Optimized allow_lazy() by not generating a new lazy wrapper on each invocation.
Alex Gaynor
2015-02-08
Fixed #24181 -- Fixed multi-char THOUSAND_SEPARATOR insertion
Varun Sharma
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
Removed django-2to3.py
Tim Graham
2015-02-05
Removed old import aliases.
Tim Graham
2015-02-04
Fixed #24242 -- Improved efficiency of utils.text.compress_sequence()
Matthew Somerville
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-02-03
Fixed #24252 -- Forced lazy __str__ to utf-8 on Python 2
Claude Paroz
2015-01-28
Removed threading fallback imports.
Tim Graham
2015-01-20
Fixed typos in code comments.
Adam Taylor
2015-01-19
Advanced deprecation warnings for Django 1.9.
Tim Graham
2015-01-19
Removed legacy ORM lookup support per deprecation timeline; refs #16187.
Tim Graham
2015-01-18
Removed utils.module_loading.import_by_path() per deprecation timeline; refs ...
Tim Graham
2015-01-17
Removed utils.text.javascript_quote() per deprecation timeline; refs #21725.
Tim Graham
2015-01-17
Removed deprecated Chinese language codes; refs #18149.
Tim Graham
2015-01-17
Removed django.utils.tzinfo per deprecation timeline; refs #17262.
Tim Graham
2015-01-17
Removed compatibility with Python 3.2.
Tim Graham
2015-01-17
Removed django.utils.datastructures.SortedDict per deprecation timeline.
Tim Graham
2015-01-17
Removed FastCGI support per deprecation timeline; refs #20766.
Tim Graham
2015-01-17
Removed django.utils.datastructures.MergeDict per deprecation timeline; refs ...
Tim Graham
2015-01-17
Removed django.utils.functional.memoize per deprecation timeline.
Tim Graham
2015-01-17
Removed django.utils.unittest per deprecation timeline.
Tim Graham
2015-01-17
Removed django.utils.importlib per deprecation timeline.
Tim Graham
2015-01-17
Removed django.utils.dictconfig per deprecation timeline.
Tim Graham
2015-01-13
Fixed is_safe_url() to handle leading whitespace.
Tim Graham
2015-01-08
Fixed #24073 -- Returned None for get_language when translations are deactivated
Claude Paroz
2015-01-02
Updated six to 1.9.0.
Tim Graham
2014-12-28
Cleaned up the django.template namespace.
Aymeric Augustin
2014-12-27
Fixed #23831 -- Supported strings escaped by third-party libs in Django.
Aymeric Augustin
2014-12-27
Fixed an inconsistency introduced in 547b1810.
Aymeric Augustin
[next]