summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2014-08-23Fixed #22867 -- Memoized django.utils.version.get_git_changeset().Tim Graham
2014-08-22Fixed #23333 -- Made urlsafe_base64_decode() return proper type on Python 3.Ian Foote
2014-08-18Fixed #22171 -- Improved sanitize_separators clevernessClaude Paroz
2014-08-15Fixed #23287 -- Updated error message for classonlymethod decorator.Tim Graham
2014-08-15Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter.Tim Graham
2014-08-04Fixed a typo in comment in django/utils/version.pySitesh Shrivastava
2014-08-02Fixed two typos in docstrings.Baptiste Mispelon
2014-07-25Fixed #23083 -- Fixed runserver reloading when deleting a file.Tim Graham
2014-07-15Fixed #22991 -- Prevented *.pyc files in autoreload monitoringClaude Paroz
2014-07-14Fixed #23005 -- Allowed specifying special fallback languagesClaude Paroz
2014-07-14Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham
2014-07-11Bump the default iterations for PBKDF2.Alex Gaynor
2014-07-09Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz
2014-07-07Fixed flake8 errors.Tim Graham
2014-07-06Fixed pyinotify performance regression in 15f82c7011Claude Paroz
2014-07-04Updated urlize regex following a93ee5112d4LarryBrid
2014-07-02Fixed #22941 - Added support for domain-only links with chars after the TLD t...LarryBrid
2014-07-01Fixed #22691 -- Added aliasing to cached_property.Curtis
2014-06-26Added newline to fix flake8 error.Tim Graham
2014-06-26Fixed #22857 -- Reset translations when only .mo file changedClaude Paroz
2014-06-23Cleaned temp dir in symlinks_supported()Claude Paroz
2014-06-23Fixed #8033 -- Explained app registry error during translation setupClaude Paroz
2014-06-23Fixed #22867 -- Memoized django.utils.version.get_git_changeset().Loic Bistuer
2014-06-19Revert "Fixed #22867 -- Memoized django.utils.version.get_git_changeset()."Aymeric Augustin
2014-06-19Fixed #22867 -- Memoized django.utils.version.get_git_changeset().Alexander Schepanovski
2014-06-16Fixed #21498: Don't use a fallback language if you're en-us.Andrew Godwin
2014-06-13Added django.utils.six.buffer_typesShai Berger
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