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-01-08
Fixed #12183 -- Made the urlize filter insert the nofollow attribute properly...
Aymeric Augustin
2012-01-07
Fixed #13704 -- Handled IDN properly in the urlize template filter. Thanks Cl...
Aymeric Augustin
2012-01-07
Fixed #9655 -- Prevented the urlize template filter from double-quoting URLs....
Aymeric Augustin
2012-01-03
Fixed #17492 -- Allow reversal of named backreferences. Thanks nate_b
Chris Beaven
2012-01-02
Fixed a stupid bug in the implementation of timezone.make_aware.
Aymeric Augustin
2012-01-02
Fixed #10931 -- Made `Truncator` handle newlines properly. Thanks to gsong an...
Julien Phalip
2011-12-30
Fixed #10725 -- When the child process spawned by the autoreloader gets kille...
Aymeric Augustin
2011-12-29
Fixed #17476 -- Ensure timezone-dependant cache keys only use ASCII character...
Aymeric Augustin
2011-12-27
Fixed a CacheKeyWarning under Windows.
Aymeric Augustin
2011-12-25
Fixed a few tests to run on Python 2.5. Thanks, Florian Apolloner.
Jannis Leidel
2011-12-24
Fixed #17414 -- Prevented numberformat from trying to group digits when the n...
Aymeric Augustin
2011-12-23
Fixed django.utils.timezone.__all__ to include correct function names.
Jannis Leidel
2011-12-23
Renovated password hashing. Many thanks to Justine Tunney for help with the i...
Paul McMillan
2011-12-22
Added yet another missing with_statement import. Thanks, Florian Apolloner.
Jannis Leidel
2011-12-22
Fixed a missing exception (`WindowsError`) when using the rmtree error handle...
Jannis Leidel
2011-12-22
Fixed #17042 -- Extended startproject and startapp management commands to bet...
Jannis Leidel
2011-12-17
Negligible spacing cleanup in utils/dateparse.py
Adrian Holovaty
2011-12-15
Fixed #16563 - Error pickling request.user
Luke Plant
2011-12-11
Made makemessages leave `'%%'` sequences untouched when extracting translatab...
Ramiro Morales
2011-12-11
Fixed #11240 -- Made makemessages i18n command escape % symbols in literals p...
Ramiro Morales
2011-11-27
Clean up the the locmem cache backend and utils.synch by using context manage...
Alex Gaynor
2011-11-25
Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e...
Aymeric Augustin
2011-11-21
Fixed #17274 -- Accepted TIME_ZONE = None when USE_TZ = True. Thanks pressure...
Aymeric Augustin
2011-11-18
Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...
Jannis Leidel
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-11-01
Made the cache locale-dependant when USE_L10N is True, even if USE_I18N is Fa...
Aymeric Augustin
2011-10-26
Fixed several problems that hid one another in the cache tests and code.
Aymeric Augustin
2011-10-23
Fixed #14202 -- made the atom:link element optional in feeds.
Aymeric Augustin
2011-10-21
move an mport out of a function
Alex Gaynor
2011-10-20
Fixed #17071 -- Made sure we report the right version of system-level {simple...
Ramiro Morales
2011-10-20
Fixed 16938 -- Ensured that the active locale's formats take precedence over ...
Julien Phalip
2011-10-19
Fixed #14806 -- Added support for contextual translations to the `trans` and ...
Julien Phalip
2011-10-14
Remove the usage of deprecated function in Django. Also simplify the fallback...
Alex Gaynor
2011-10-13
Fixed #16899 -- Backported the fix for http://bugs.python.org/issue9063 and a...
Aymeric Augustin
2011-10-11
Change some string literals to be unicode, because:
Alex Gaynor
2011-10-04
Fixed #16971 - Made the parsing of javascript files by 'makemessages' much fa...
Aymeric Augustin
2011-09-30
Fixed #14270 - related manager classes should be cached
Luke Plant
2011-09-25
Fixed #16924 -- Corrected `date` template filter handling of negative (West o...
Ramiro Morales
2011-09-22
Fixed #16909 -- Pass language to get_format_modules when calling it from get_...
Jannis Leidel
2011-09-16
Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error e...
Carl Meyer
2011-09-09
Switch to using explicit new-style division behavior, rather than relying on ...
Alex Gaynor
2011-09-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2011-09-09
Fixed #15237 -- Fixed a typo in specifying UTF-8 encoding in the feed generat...
Jannis Leidel
2011-09-09
Fixed a bunch of imports of the email stdlib module now that we are on Python...
Jannis Leidel
2011-09-08
Fixed #16003 -- Restored compatibility of the admin when using USE_ETAGS. Tha...
Jannis Leidel
2011-09-08
Fixed #16404 -- Fixed a regression in the localization changes in the humaniz...
Jannis Leidel
2011-09-08
Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ...
Jannis Leidel
2011-09-02
Fixed #16736 -- Enabled the merging of user-supplied arguments to format the ...
Julien Phalip
2011-08-28
Fixed #15525 -- Custom template tags loading breaks whenever templatetags is ...
Chris Beaven
2011-08-23
Fixed #15499 -- Ensure that cache control headers don't try to set public and...
Russell Keith-Magee
[prev]
[next]