summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2014-06-12Fixed #22814 -- Allowed ISO-8601 [+-]hh timezone format in parse_datetimeRichard Eames
2014-06-11Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...Anubhav Joshi
2014-06-07Optimize is_protected_type slightly (used by force_text, which is used basica...Alex Gaynor
2014-06-07Fixed #20815 -- Don't enforce unbuffered I/O on Python 3.Aymeric Augustin
2014-06-07Simplified module_has_submodule on Python >= 3.3.Aymeric Augustin
2014-06-07Made a test compatible with Python 2 and 3.Aymeric Augustin
2014-06-06Fixed #22773 -- Forced templatize() to return unicodeClaude Paroz
2014-06-03Fixed #22681 -- Made TarArchive recognize leading directories properly.Alexandr Shurigin
2014-05-31Note that the stdlib's version of pbkdf2_hmac will also be used in the upcomi...Alex Gaynor
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-05-28Fixed constant_time_compare on Python 2.7.7Florian Apolloner
2014-05-25Removed code deprecated from Django 1.2Claude Paroz
2014-05-24Applied unicode_literals to makemessages commandClaude Paroz
2014-05-21Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATHMartin Brochhaus
2014-05-19Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of mod...Tim Graham
2014-05-19Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules.Martin Brochhaus
2014-05-17Fixed #6668 -- Optimized utils.text wrap functionMarkus Amalthea Magnuson
2014-05-17Fixed several flake8 errors, including one where a test wouldn't be runAlex Gaynor
2014-05-16Optimized make_aware/naive by removing redundant checks. Refs #22625.Aymeric Augustin
2014-05-16Fixed #22625 -- Normalized make_aware/naive errors.Aymeric Augustin
2014-05-16Fixed #22531 -- Added tree.Node.__repr__ and tests for the class.Moayad Mardini
2014-05-14typo: urlaprse -> urlparseCollin Anderson
2014-05-14Added additional checks in is_safe_url to account for flexible parsing.Erik Romijn
2014-05-06Fixed #22586 -- Added LANGUAGE_SESSION_KEY to __all__.Tim Graham
2014-05-02Fixed #22565 -- Prevented pgettext_lazy crash with bytestring inputClaude Paroz
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