index
:
chango.git
devmain
fix-31295
initial-branch
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
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
2014-03-19
Merge pull request #2221 from bmispelon/LazyObject-refactor
Andrew Godwin
2014-03-18
Fixed #22283 -- Updated documentation referring to non-existent tuples.
Matthew Somerville
2014-03-13
Simplified implementation of collectstatic command.
Baptiste Mispelon
2014-03-13
Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject.
Baptiste Mispelon
2014-03-08
Avoided changing raw DeprecationWarning filter behavior
Claude Paroz
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-01
Fixed #22130 -- Deprecated fix_ampersands, removed utils.clean_html()
Erik Romijn
2014-02-26
Fixed #21389 -- Accept most valid language codes
Bouke Haarsma
2014-02-22
Extra new line to make flake8 happy
Alex Gaynor
2014-02-22
Fixed #22120 -- Documented persistent activation of languages and cleaned up ...
Erik Romijn
2014-02-22
Deprecated django.utils.text.javascript_quote.
Baptiste Mispelon
2014-02-16
Fixed #19980: Signer broken for binary keys (with non-ASCII chars).
MattBlack85
2014-02-15
Fixed #21725 -- Fixed JavaScript quoting encoding.
MattBlack85
[next]