summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2014-08-30[1.7.x] Fixed #22820 -- Treated int and long types alike in lazy_numberClaude Paroz
2014-08-12[1.7.x] Revert "Applied unicode_literals to makemessages command"Claude Paroz
2014-07-25[1.7.x] Fixed #23083 -- Fixed runserver reloading when deleting a file.Tim Graham
2014-07-15[1.7.x] Fixed #22991 -- Prevented *.pyc files in autoreload monitoringClaude Paroz
2014-07-07[1.7.x] Fixed flake8 errors.Tim Graham
2014-07-06[1.7.x] Fixed pyinotify performance regression in 15f82c7011Claude Paroz
2014-06-26[1.7.x] Fixed #22857 -- Reset translations when only .mo file changedClaude Paroz
2014-06-25[1.7.x] Fixed #22814 -- Allowed ISO-8601 [+-]hh timezone format in parse_date...Richard Eames
2014-06-23[1.7.x] Cleaned temp dir in symlinks_supported()Claude Paroz
2014-06-23[1.7.x] Fixed #8033 -- Explained app registry error during translation setupClaude Paroz
2014-06-13[1.7.x] Added django.utils.six.buffer_typesShai Berger
2014-06-07[1.7.x] Fixed #20815 -- Don't enforce unbuffered I/O on Python 3.Aymeric Augustin
2014-06-06[1.7.x] Fixed #22773 -- Forced templatize() to return unicodeClaude Paroz
2014-06-03[1.7.x] Fixed #22681 -- Made TarArchive recognize leading directories properly.Alexandr Shurigin
2014-05-29[1.7.x] Fixed several typos in DjangoAlex Gaynor
2014-05-25[1.7.x] Removed code deprecated from Django 1.2Claude Paroz
2014-05-24[1.7.x] Applied unicode_literals to makemessages commandClaude Paroz
2014-05-24[1.7.x] Removed translatability of PIL error messagesClaude Paroz
2014-05-17[1.7.x] Fixed several flake8 errors, including one where a test wouldn't be runAlex Gaynor
2014-05-16[1.7.x] Optimized make_aware/naive by removing redundant checks. Refs #22625.Aymeric Augustin
2014-05-16[1.7.x] Fixed #22625 -- Normalized make_aware/naive errors.Aymeric Augustin
2014-05-15[1.7.x] typo: urlaprse -> urlparseCollin Anderson
2014-05-14[1.7.x] Added additional checks in is_safe_url to account for flexible parsing.Erik Romijn
2014-05-06[1.7.x] Fixed #22586 -- Added LANGUAGE_SESSION_KEY to __all__.Tim Graham
2014-05-02[1.7.x] Fixed #22565 -- Prevented pgettext_lazy crash with bytestring inputClaude Paroz
2014-04-29[1.7.x] Use the new implementation of `six.with_metaclass`.Simon Charette
2014-04-26[1.7.x] Fix many many typos in comments throughout the codebaseAlex Gaynor
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