index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
utils
Age
Commit message (
Expand
)
Author
2008-08-26
Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-aware
Malcolm Tredinnick
2008-07-23
Removed some potentially misleading code (it isn't executed) after the changes
Malcolm Tredinnick
2008-07-22
Fixed a bunch of Python 2.3 test failures.
Malcolm Tredinnick
2008-07-13
Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat...
Russell Keith-Magee
2008-07-11
Fixed #7303 -- Clarified a test case that was dependent on dict ordering. Tha...
Russell Keith-Magee
2008-03-17
Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when ca...
Gary Wilson Jr
2007-11-29
Fixed #6050 -- Handled edge-case of duplicate keys being passed when
Malcolm Tredinnick
2007-10-20
Fixed #5475 -- Added the Luhn check algorithm to django.utils.checksums so that
Malcolm Tredinnick
2007-09-17
Fixed #2675 -- Changed the `timeuntil` and `timesince` template filters to di...
Gary Wilson Jr
2007-07-15
Fixed #4310 -- Fixed a regular expression bug in `strip_entities` function an...
Gary Wilson Jr