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-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
2014-05-06
Fixed #22586 -- Added LANGUAGE_SESSION_KEY to __all__.
Tim Graham
2014-05-02
Fixed #22565 -- Prevented pgettext_lazy crash with bytestring input
Claude Paroz
2014-04-30
flake8 fixes.
Tim Graham
2014-04-30
Refactored DjangoTranslation class
Doug Beck
2014-04-29
Use the new implementation of `six.with_metaclass`.
Simon Charette
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-22
Use the stdlib's compare_digest for constant time comparisons when available
Alex Gaynor
2014-04-21
Appeased flake8 2.1.0.
Aymeric Augustin
2014-04-17
Typo fix
Alex Gaynor
2014-04-17
Use the stdlib's PBKDF2 implementation when available.
Alex Gaynor
2014-04-03
Refactored and commented strip_tags utility
Tomasz Wysocki
2014-04-02
Added an explanatory comment. Refs #22017
Alex Gaynor
2014-04-02
Revert "Merge pull request #2508 from tomwys/patch-1"
Alex Gaynor
2014-04-02
Merge pull request #2509 from tomwys/patch-2
Alex Gaynor
2014-04-02
Refactor. Stop using memory for list copies.
Tomasz Wysocki
2014-04-02
Don't copy list for iteration.
Tomasz Wysocki
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-29
Increased memoization cache size for language codes.
Aymeric Augustin
2014-03-27
Corrected deprecation warnings.
Tim Graham
2014-03-27
Fixed a deprecation warning with the HTMLParser safe argument.
Tim Graham
2014-03-27
Add a useful stacklevel to some RemovedInDjango19Warnings
Chris Beaven
2014-03-26
Fixed Python 3.4 test failure.
Tim Graham
2014-03-24
Updated six to 1.6.1.
Tim Graham
2014-03-22
Advanced deprecation warnings for 1.8.
Aymeric Augustin
2014-03-22
Removed an unused variable.
Alex Gaynor
2014-03-22
Improved strip_tags and clarified documentation
Claude Paroz
2014-03-21
Removed PIL compatability layer per deprecation timeline.
Tim Graham
2014-03-21
Removed reading of old 'django_language' session variable per deprecation tim...
Tim Graham
2014-03-21
Removed fix_ampersands template filter per deprecation timeline.
Tim Graham
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
2014-02-13
Fixed #19496 -- Added truncatechars_html filter.
Jeremy
2014-02-12
Fixed #22017 -- Prevented RuntimeError on Python 3
Claude Paroz
[prev]
[next]