summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2014-04-21[1.7.x] Appeased flake8 2.1.0.Aymeric Augustin
2014-04-21[1.7.x] Corrected many style guide violations that the newest version of flak...Alex Gaynor
2014-04-03[1.7.x] Refactored and commented strip_tags utilityTomasz Wysocki
2014-03-29[1.7.x] Increased memoization cache size for language codes.Aymeric Augustin
2014-03-27[1.7.x] Add a useful stacklevel to some RemovedInDjango19WarningsChris Beaven
2014-03-26[1.7.x] Fixed Python 3.4 test failure.Tim Graham
2014-03-24[1.7.x] Updated six to 1.6.1.Tim Graham
2014-03-22[1.7.x] Removed an unused variable.Alex Gaynor
2014-03-22[1.7.x] Improved strip_tags and clarified documentationClaude Paroz
2014-03-19Merge pull request #2221 from bmispelon/LazyObject-refactorAndrew Godwin
2014-03-18Fixed #22283 -- Updated documentation referring to non-existent tuples.Matthew Somerville
2014-03-13Simplified implementation of collectstatic command.Baptiste Mispelon
2014-03-13Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject.Baptiste Mispelon
2014-03-08Avoided changing raw DeprecationWarning filter behaviorClaude Paroz
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-03-01Fixed #22130 -- Deprecated fix_ampersands, removed utils.clean_html()Erik Romijn
2014-02-26Fixed #21389 -- Accept most valid language codesBouke Haarsma
2014-02-22Extra new line to make flake8 happyAlex Gaynor
2014-02-22Fixed #22120 -- Documented persistent activation of languages and cleaned up ...Erik Romijn
2014-02-22Deprecated django.utils.text.javascript_quote.Baptiste Mispelon
2014-02-16Fixed #19980: Signer broken for binary keys (with non-ASCII chars).MattBlack85
2014-02-15Fixed #21725 -- Fixed JavaScript quoting encoding.MattBlack85
2014-02-13Fixed #19496 -- Added truncatechars_html filter.Jeremy
2014-02-12Fixed #22017 -- Prevented RuntimeError on Python 3Claude Paroz
2014-02-09Fixed #21482 -- Uplifted restriction of collectstatic using symlink option in...Jannis Leidel
2014-02-09Fixed #21247 -- Made method_decorator play nicely with descriptorsMarc Tamlyn
2014-02-09Merge pull request #1997 from dpwrussell/method_decorator_args_fixMarc Tamlyn
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
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
2014-01-10Fixed #21513 -- Added method_decorator support for argumented decoratordpwrussell
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