summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2014-04-30flake8 fixes.Tim Graham
2014-04-30Refactored DjangoTranslation classDoug Beck
2014-04-29Use the new implementation of `six.with_metaclass`.Simon Charette
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-22Use the stdlib's compare_digest for constant time comparisons when availableAlex Gaynor
2014-04-21Appeased flake8 2.1.0.Aymeric Augustin
2014-04-17Typo fixAlex Gaynor
2014-04-17Use the stdlib's PBKDF2 implementation when available.Alex Gaynor
2014-04-03Refactored and commented strip_tags utilityTomasz Wysocki
2014-04-02Added an explanatory comment. Refs #22017Alex Gaynor
2014-04-02Revert "Merge pull request #2508 from tomwys/patch-1"Alex Gaynor
2014-04-02Merge pull request #2509 from tomwys/patch-2Alex Gaynor
2014-04-02Refactor. Stop using memory for list copies.Tomasz Wysocki
2014-04-02Don't copy list for iteration.Tomasz Wysocki
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-29Increased memoization cache size for language codes.Aymeric Augustin
2014-03-27Corrected deprecation warnings.Tim Graham
2014-03-27Fixed a deprecation warning with the HTMLParser safe argument.Tim Graham
2014-03-27Add a useful stacklevel to some RemovedInDjango19WarningsChris Beaven
2014-03-26Fixed Python 3.4 test failure.Tim Graham
2014-03-24Updated six to 1.6.1.Tim Graham
2014-03-22Advanced deprecation warnings for 1.8.Aymeric Augustin
2014-03-22Removed an unused variable.Alex Gaynor
2014-03-22Improved strip_tags and clarified documentationClaude Paroz
2014-03-21Removed PIL compatability layer per deprecation timeline.Tim Graham
2014-03-21Removed reading of old 'django_language' session variable per deprecation tim...Tim Graham
2014-03-21Removed fix_ampersands template filter per deprecation timeline.Tim Graham
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