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-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
2014-02-13
Fixed #19496 -- Added truncatechars_html filter.
Jeremy
2014-02-12
Fixed #22017 -- Prevented RuntimeError on Python 3
Claude Paroz
2014-02-09
Fixed #21482 -- Uplifted restriction of collectstatic using symlink option in...
Jannis Leidel
2014-02-09
Fixed #21247 -- Made method_decorator play nicely with descriptors
Marc Tamlyn
2014-02-09
Merge pull request #1997 from dpwrussell/method_decorator_args_fix
Marc Tamlyn
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-02-06
Fixed #21731 -- Made javascript_quote escapes '</'.
Vajrasky Kok
2014-02-05
Revert "Fixed #20296 -- Allowed SafeData and EscapeData to be lazy"
Baptiste Mispelon
2014-01-26
Fixed #21823 -- Upgraded six to 1.5.2
Tim Graham
2014-01-26
Fixed #21880 -- Added missing items to django.utils.timezone.__all__.
Aymeric Augustin
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-12
Add further workarounds for HTMLParser with Python 3.4.
Marc Tamlyn
2014-01-12
Used a regular lock for app registry population.
Aymeric Augustin
2014-01-10
Fixed #21513 -- Added method_decorator support for argumented decorator
dpwrussell
2013-12-31
Fixed #21714 -- Moved logging configuration to global setup()
Claude Paroz
2013-12-28
Fixed #20346 -- Made cache middleware vary on the full URL.
ijl
2013-12-26
Made the AppConfig API marginally more consistent.
Aymeric Augustin
2013-12-26
Removed a few gratuitous lambdas.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Fixed #21651 -- Remove recapitalize.
Marc Tamlyn
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-22
Added a context manager to hold the import lock.
Aymeric Augustin
2013-12-16
Removed unnecessary function-level import.
Baptiste Mispelon
2013-12-16
Removed unnecessary call to force_text in utils.html.clean_html.
Vajrasky Kok
2013-12-15
Fixed #21621 -- Removed kqueue autoreloader.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
[next]