index
:
django.git
fix-31295
main
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
2015-01-13
[1.7.x] Fixed is_safe_url() to handle leading whitespace.
Tim Graham
2015-01-02
[1.7.x] Updated six to 1.9.0.
Tim Graham
2014-12-27
[1.7.x] Fixed #23831 -- Supported strings escaped by third-party libs in Django.
Aymeric Augustin
2014-12-27
[1.7.x] Fixed an inconsistency introduced in 547b1810.
Aymeric Augustin
2014-12-22
[1.7.x] Fixed #23998 -- Added datetime.time support to migrations questioner.
Oscar Ramirez
2014-11-24
[1.7.x] Fixed typo in django/utils/decorators.py comment.
Tom V
2014-11-13
[1.7.x] Removed thread customizations of six which are now built-in.
Tim Graham
2014-11-04
[1.7.x] Updated six to 1.8.0.
Tim Graham
2014-10-30
[1.7.x] Fixed #23558 -- documented slugify limitations
David Hoffman
2014-10-08
[1.7.x] Fixed #23333 -- Made urlsafe_base64_decode() return proper type on Py...
Ian Foote
2014-10-06
[1.7.x] Fixed #23593 -- Fixed crash in AdminEmailHandler with non-ASCII chara...
Tim Graham
2014-09-10
[1.7.x] Avoided using deprecated version of importlib; refs #23418.
Tim Graham
2014-09-08
[1.7.x] Fixed flake8 warning.
Tim Graham
2014-09-08
[1.7.x] Fixed #23418 -- Fail when migration deconstruct produces invalid import
Markus Holtermann
2014-08-30
[1.7.x] Fixed #22820 -- Treated int and long types alike in lazy_number
Claude 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 monitoring
Claude Paroz
2014-07-07
[1.7.x] Fixed flake8 errors.
Tim Graham
2014-07-06
[1.7.x] Fixed pyinotify performance regression in 15f82c7011
Claude Paroz
2014-06-26
[1.7.x] Fixed #22857 -- Reset translations when only .mo file changed
Claude 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 setup
Claude Paroz
2014-06-13
[1.7.x] Added django.utils.six.buffer_types
Shai 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 unicode
Claude 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 Django
Alex Gaynor
2014-05-25
[1.7.x] Removed code deprecated from Django 1.2
Claude Paroz
2014-05-24
[1.7.x] Applied unicode_literals to makemessages command
Claude Paroz
2014-05-24
[1.7.x] Removed translatability of PIL error messages
Claude Paroz
2014-05-17
[1.7.x] Fixed several flake8 errors, including one where a test wouldn't be run
Alex 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 -> urlparse
Collin 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 input
Claude 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 codebase
Alex 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 utility
Tomasz 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 RemovedInDjango19Warnings
Chris 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 documentation
Claude Paroz
[next]