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-02-06
Fixed #21731 -- Made javascript_quote escapes '</'.
Vajrasky Kok
2014-02-05
Revert "Fixed #20296 -- Allowed SafeData and EscapeData to be lazy"
Baptiste Mispelon
2014-01-26
Fixed #21823 -- Upgraded six to 1.5.2
Tim Graham
2014-01-26
Fixed #21880 -- Added missing items to django.utils.timezone.__all__.
Aymeric Augustin
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-12
Add further workarounds for HTMLParser with Python 3.4.
Marc Tamlyn
2014-01-12
Used a regular lock for app registry population.
Aymeric Augustin
2013-12-31
Fixed #21714 -- Moved logging configuration to global setup()
Claude Paroz
2013-12-28
Fixed #20346 -- Made cache middleware vary on the full URL.
ijl
2013-12-26
Made the AppConfig API marginally more consistent.
Aymeric Augustin
2013-12-26
Removed a few gratuitous lambdas.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Fixed #21651 -- Remove recapitalize.
Marc Tamlyn
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-22
Added a context manager to hold the import lock.
Aymeric Augustin
2013-12-16
Removed unnecessary function-level import.
Baptiste Mispelon
2013-12-16
Removed unnecessary call to force_text in utils.html.clean_html.
Vajrasky Kok
2013-12-15
Fixed #21621 -- Removed kqueue autoreloader.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-12
Fixed #21574 -- Handle bytes consistently in utils.text.normalize_newlines.
Baptiste Mispelon
2013-12-12
Fixed PEP257 violations (single-quoted docstrings) in utils.text.
Baptiste Mispelon
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-12-07
Fixed #21573 -- Improved performance of utils.text.normalize_newlines.
Vajrasky Kok
2013-12-04
Fixed 21406 -- Made blocktrans 'trimmed' option preserve line numbers.
Bouke Haarsma
2013-12-04
Fixed #21546 -- Strengthened kqueue detection.
Aymeric Augustin
2013-12-03
Fixed #21545 -- autoreload kqueue events weren't cleared which caused an infi...
Loic Bistuer
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-26
Fixed #21355 -- try importing _imaging from PIL namespace first.
Richard Xia
2013-11-24
Fixed #21500 -- Removed imports of deprecated utils.importlib
Baptiste Mispelon
2013-11-23
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-11-20
Fixed #21458 -- Made check_for_language more resistant to malformed input.
Baptiste Mispelon
2013-11-19
Use `classmethod` as a decorator.
xuxiang
2013-11-15
Fixed the use of the -ise suffix, where -ize is prefered
Alex Gaynor
2013-11-12
Fixed typo in lru_cache.py; refs #21351.
Vajrasky Kok
2013-11-11
Flake8 fixes -- including not runnign flake8 over a backported file
Alex Gaynor
2013-11-11
Fixed #21420 once more.
Aymeric Augustin
2013-11-11
Fixed #9523 -- Restart runserver after compiling apps translations
Bouke Haarsma
2013-11-11
Fixed #21420 -- Autoreloader on BSD with Python 3.
Aymeric Augustin
2013-11-11
Fix syntax error under Python 3.2.
Aymeric Augustin
2013-11-11
Fixed #21351 -- Replaced memoize with Python's lru_cache.
Bouke Haarsma
2013-11-08
Fixed #5849 -- Strip whitespace from blocktrans
Bouke Haarsma
2013-11-06
flake8 fixes
Alex Gaynor
2013-11-06
Distinguish between browser-deprecated locales and internally
Baptiste Mispelon
2013-11-05
Fix python2 breakage caused by e5e044da87800feb6ef63fef1765d8c05022d926.
Baptiste Mispelon
2013-11-05
Fixed #18419 -- Full backwards compatibility for old language codes
Bouke Haarsma
2013-11-05
Flake8 fixes
Alex Gaynor
2013-11-04
Fixed python3 breakage introduced by c0a2388a1c4ead1afaec98e4ebc953a772ca3849.
Baptiste Mispelon
2013-11-04
Fixed #18149 -- Changed language codes for Chinese
Bouke Haarsma
2013-11-04
Merge pull request #1821 from Bouke/tickets/14170
Aymeric Augustin
[next]