index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
Age
Commit message (
Expand
)
Author
2014-08-23
Fixed #22867 -- Memoized django.utils.version.get_git_changeset().
Tim Graham
2014-08-22
Fixed #23333 -- Made urlsafe_base64_decode() return proper type on Python 3.
Ian Foote
2014-08-18
Fixed #22171 -- Improved sanitize_separators cleverness
Claude Paroz
2014-08-15
Fixed #23287 -- Updated error message for classonlymethod decorator.
Tim Graham
2014-08-15
Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter.
Tim Graham
2014-08-04
Fixed a typo in comment in django/utils/version.py
Sitesh Shrivastava
2014-08-02
Fixed two typos in docstrings.
Baptiste Mispelon
2014-07-25
Fixed #23083 -- Fixed runserver reloading when deleting a file.
Tim Graham
2014-07-15
Fixed #22991 -- Prevented *.pyc files in autoreload monitoring
Claude Paroz
2014-07-14
Fixed #23005 -- Allowed specifying special fallback languages
Claude Paroz
2014-07-14
Fixed #22789 -- Deprecated django.contrib.webdesign.
Tim Graham
2014-07-11
Bump the default iterations for PBKDF2.
Alex Gaynor
2014-07-09
Fixed #22223 -- Prevented over-escaping URLs in reverse()
Claude Paroz
2014-07-07
Fixed flake8 errors.
Tim Graham
2014-07-06
Fixed pyinotify performance regression in 15f82c7011
Claude Paroz
2014-07-04
Updated urlize regex following a93ee5112d4
LarryBrid
2014-07-02
Fixed #22941 - Added support for domain-only links with chars after the TLD t...
LarryBrid
2014-07-01
Fixed #22691 -- Added aliasing to cached_property.
Curtis
2014-06-26
Added newline to fix flake8 error.
Tim Graham
2014-06-26
Fixed #22857 -- Reset translations when only .mo file changed
Claude Paroz
2014-06-23
Cleaned temp dir in symlinks_supported()
Claude Paroz
2014-06-23
Fixed #8033 -- Explained app registry error during translation setup
Claude Paroz
2014-06-23
Fixed #22867 -- Memoized django.utils.version.get_git_changeset().
Loic Bistuer
2014-06-19
Revert "Fixed #22867 -- Memoized django.utils.version.get_git_changeset()."
Aymeric Augustin
2014-06-19
Fixed #22867 -- Memoized django.utils.version.get_git_changeset().
Alexander Schepanovski
2014-06-16
Fixed #21498: Don't use a fallback language if you're en-us.
Andrew Godwin
2014-06-13
Added django.utils.six.buffer_types
Shai Berger
2014-06-12
Fixed #22814 -- Allowed ISO-8601 [+-]hh timezone format in parse_datetime
Richard Eames
2014-06-11
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...
Anubhav Joshi
2014-06-07
Optimize is_protected_type slightly (used by force_text, which is used basica...
Alex Gaynor
2014-06-07
Fixed #20815 -- Don't enforce unbuffered I/O on Python 3.
Aymeric Augustin
2014-06-07
Simplified module_has_submodule on Python >= 3.3.
Aymeric Augustin
2014-06-07
Made a test compatible with Python 2 and 3.
Aymeric Augustin
2014-06-06
Fixed #22773 -- Forced templatize() to return unicode
Claude Paroz
2014-06-03
Fixed #22681 -- Made TarArchive recognize leading directories properly.
Alexandr Shurigin
2014-05-31
Note that the stdlib's version of pbkdf2_hmac will also be used in the upcomi...
Alex Gaynor
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-05-28
Fixed constant_time_compare on Python 2.7.7
Florian Apolloner
2014-05-25
Removed code deprecated from Django 1.2
Claude Paroz
2014-05-24
Applied unicode_literals to makemessages command
Claude Paroz
2014-05-21
Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATH
Martin Brochhaus
2014-05-19
Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of mod...
Tim Graham
2014-05-19
Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules.
Martin Brochhaus
2014-05-17
Fixed #6668 -- Optimized utils.text wrap function
Markus Amalthea Magnuson
2014-05-17
Fixed several flake8 errors, including one where a test wouldn't be run
Alex Gaynor
2014-05-16
Optimized make_aware/naive by removing redundant checks. Refs #22625.
Aymeric Augustin
2014-05-16
Fixed #22625 -- Normalized make_aware/naive errors.
Aymeric Augustin
2014-05-16
Fixed #22531 -- Added tree.Node.__repr__ and tests for the class.
Moayad Mardini
2014-05-14
typo: urlaprse -> urlparse
Collin Anderson
2014-05-14
Added additional checks in is_safe_url to account for flexible parsing.
Erik Romijn
[next]