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