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
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-30
Fixed SortedDict.__copy__()
Anssi Kääriäinen
2012-04-30
Fix a typo in a comment.
Alex Gaynor
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Moved version code out of __init__.py.
Adrian Holovaty
2012-04-29
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2012-04-29
Simplified timezones tests with settings_changed.
Aymeric Augustin
2012-04-29
Fixed #17992 -- Added a public API for localtime.
Aymeric Augustin
2012-04-29
Fixed #18224 -- Changed the dev version number.
Aymeric Augustin
2012-04-28
Whitespace formatting
Not Carl
2012-04-28
forgot the allow_lazy(phone2numeric)
Not Carl
2012-04-28
Modified phone2numeric to not use regular expression or lambdas
Not Carl
2012-04-11
Fixed #18071 -- Ignored case sensitivity in urlize utility. Thanks luke@creat...
Claude Paroz
2012-04-01
Fixed #18022 -- Fixed import of standalone Python 'json' module.
Ramiro Morales
2012-03-31
Fixed #18040 -- Removed so-called project-level locale trees from the list of...
Ramiro Morales
2012-03-31
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2012-03-30
Removed some Python < 2.6 compatibility code. Refs #17965.
Aymeric Augustin
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-22
Fixed #17937 -- Avoided an error in the timeuntil filter when it receives a d...
Aymeric Augustin
2012-03-12
Fixed #17873 -- Removed stale code from translation utilities that should hav...
Jannis Leidel
2012-03-03
Made django.utils.timezone.localtime a private API -- it's too specific to th...
Aymeric Augustin
2012-03-01
Fixed #17730 - Renamed django.utils.htmlparser to django.utils.html_parser to...
Carl Meyer
2012-02-26
Fixed #17715 -- Updated the tutorial for time zone support, plus a few other ...
Aymeric Augustin
2012-02-23
Improved get_random_string().
Paul McMillan
2012-02-23
Cleanup to use get_random_string consistently.
Paul McMillan
2012-02-18
Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the reque...
Jannis Leidel
2012-02-16
Use Python's changed comparisons, which makes this a bit more readable.
Alex Gaynor
2012-02-16
Fixed #17693. Input validation and tests for base36 conversion utils. Thanks ...
Paul McMillan
2012-02-12
Fixed AdminEmailHandler to format the subject message correctly when argument...
Jannis Leidel
2012-02-11
Fixed #17281 -- Prevented `AdminErrorHandler` from silently failing if the lo...
Julien Phalip
2012-02-11
Fixes #16827. Adds a length check to CSRF tokens before applying the santizin...
Paul McMillan
2012-02-10
Fixed #15237 (again). RSS feeds now include proper character encoding in the ...
Paul McMillan
2012-02-10
Updated a few localization formats to stop the changes done in r17473 from br...
Jannis Leidel
2012-02-09
Fixed #16416 -- Added two new date formatting options for timezones and ISO w...
Jannis Leidel
2012-02-09
Fixed #17634 -- Optimized the performance of MultiValueDict by using append i...
Aymeric Augustin
2012-02-05
Fixed #17641 -- Work around an issue in Python distributions that remove the ...
Jannis Leidel
2012-02-04
Fixed #17555 -- Added support for a missing trailing slash when redirecting b...
Jannis Leidel
2012-02-04
Fixed #17592 -- Handle URLs starting with a dot when using urlize. Thanks, Cl...
Jannis Leidel
2012-02-03
Small fix to comments in utils/html.py from [17347]
Adrian Holovaty
2012-02-02
Fixed #17481. pbkdf2 hashes no longer ommit leading zeros.
Paul McMillan
2012-01-31
Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...
Carl Meyer
2012-01-29
Fixed #5964 -- Added unicode-aware versions of urlunquote and urlunquote_plus.
Aymeric Augustin
2012-01-27
Fixed #15828 -- Removed explicit implementation of empty setUp / tearDown met...
Aymeric Augustin
2012-01-08
Reverted parts of r17359 that could cause false positives in URL detection, e...
Aymeric Augustin
2012-01-08
Fixed #11911 -- Made the urlize filter smarter with closing punctuation.
Aymeric Augustin
2012-01-08
Try to save memory and time when using lazy objects by refering to their func...
Alex Gaynor
2012-01-08
Fixed #16656 -- Changed the urlize filter to accept more top-level domains.
Aymeric Augustin
2012-01-08
Fixed #16395 -- Prevented urlize from highlighting some malformed URLs. Thank...
Aymeric Augustin
[prev]
[next]