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
2007-10-22
Fixed #5183 -- Added __deepcopy__, pop() and popitem() to SortedDict. Based on
Malcolm Tredinnick
2007-10-21
Fixed #5560 -- Improved the way we create __str__ and __unicode__ methods in
Malcolm Tredinnick
2007-10-21
Fixed #2920 -- Removed _() from builtins.
Malcolm Tredinnick
2007-10-20
Fixed #3502 -- Added TTL support for RSS (not Atom) feeds. Patch from
Malcolm Tredinnick
2007-10-20
Fixed #5475 -- Added the Luhn check algorithm to django.utils.checksums so that
Malcolm Tredinnick
2007-10-20
Added datetime.date to the things ignored by strings_only in [6406].
Malcolm Tredinnick
2007-10-20
Fixed #5734 -- Fixed an omission where we weren't passing the "safe" argument
Malcolm Tredinnick
2007-10-19
Django coding style fixes.
Gary Wilson Jr
2007-10-14
Fixed #5744 -- Allowed SortedDict contructor to be passed a list of tuples to...
Gary Wilson Jr
2007-10-03
Fixed #5674 -- Fixed a typo in a docstring from [6446]. Thanks, ski.whitespac...
Malcolm Tredinnick
2007-10-03
Fixed #4796. Fixed a problem when using i18n support for the first time -- in
Malcolm Tredinnick
2007-09-28
Fixed #5557: URLs are now properly escaped in the cache_page decorator. Thank...
Jacob Kaplan-Moss
2007-09-28
Fixed #5047: patch_cache_control now respects existing max-age settings. Than...
Jacob Kaplan-Moss
2007-09-22
Fixed #5553 -- Fixed a serialization problem with datetime and time objects. ...
Russell Keith-Magee
2007-09-20
Fixed #5540 -- Made __repr__() for MultiValueDict more generic. Thanks, Thoma...
Adrian Holovaty
2007-09-17
Removed unused import.
Gary Wilson Jr
2007-09-17
Fixed #2675 -- Changed the `timeuntil` and `timesince` template filters to di...
Gary Wilson Jr
2007-09-16
Fixed #2633 -- Fixed timezone computation in O() format function, using fix f...
Malcolm Tredinnick
2007-09-16
Fixed #3993 -- Added some useful dictionary methods to SortedDict, plus an in...
Malcolm Tredinnick
2007-09-15
Made a small optimization to __deepcopy__ in [6276].
Malcolm Tredinnick
2007-09-15
Fixed #5487 -- Added deepcopying ability to lazy() objects, along with a test...
Malcolm Tredinnick
2007-09-15
Fixed #5470 -- Fixed the 'Z' time format marker in templates to handle timezo...
Malcolm Tredinnick
2007-09-15
Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk ...
Russell Keith-Magee
2007-09-15
Fixed a small bug in strings_only handling for force_unicode().
Malcolm Tredinnick
2007-09-15
Fixed #3088 -- Filter parameters are now translated in blocktrans. Thanks, pe...
Adrian Holovaty
2007-09-14
Fixed number #4076: django.utils.feedgenerator now corectly handles times wit...
Jacob Kaplan-Moss
2007-09-14
Fixed #4071 -- Fixed bug in cache_page decorator, which was setting the wrong...
Adrian Holovaty
2007-09-14
Fixed #5445: added some compatibility code for the lack of __iter__ in Jython...
Jacob Kaplan-Moss
2007-09-11
Refs #5138 -- Refactored implementation of __contains__ in HttpRequest introd...
Russell Keith-Magee
2007-08-24
Fixed #5237 -- Added an optional 'path' argument to get_svn_revision(). Thank...
Adrian Holovaty
2007-08-21
Fixed #5215 -- Added Subversion revision number to Django version string. Tha...
Adrian Holovaty
2007-08-15
Fixed #5156 -- Added some translation calls to a couple of missed words. Base...
Malcolm Tredinnick
2007-08-12
Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have it
Malcolm Tredinnick
2007-08-12
Fixed #4947 -- Avoid displaying uploaded file contents in the debug web page....
Malcolm Tredinnick
2007-08-06
Fixed #5077 -- django/utils/encoding.py no longer imports settings, as it doe...
Adrian Holovaty
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-25
Changed safe_join() docstring from [5750] to use active verbs. See also [5756]
Adrian Holovaty
2007-07-23
Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo...
Gary Wilson Jr
2007-07-21
Fixed #4402 -- Modified test client to allow multi-valued inputs on GET reque...
Russell Keith-Magee
2007-07-16
Cleaned up a couple unused imports and fixed docstrings to follow Python Styl...
Gary Wilson Jr
2007-07-16
Fixed #4199 -- Changed date formatting in HTTP expires header to be spec
Malcolm Tredinnick
2007-07-15
Fixed #4310 -- Fixed a regular expression bug in `strip_entities` function an...
Gary Wilson Jr
2007-07-12
Fixed #4768 -- Converted timesince and dateformat to use explicit floor divis...
Russell Keith-Magee
2007-07-10
Fixed #3760 -- Added the ability to manually set feed- and item-level id
Malcolm Tredinnick
2007-07-08
Fixed reverse URL lookup using functions when the original URL pattern was a
Malcolm Tredinnick
2007-07-07
Corrected misleading comment from [5619]. Not sure what I was smoking at the
Malcolm Tredinnick
2007-07-05
Fixed #1015 -- Fixed decorator_from_middleware to return a real decorator even
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-24
Fixed small bug in Python 2.3 fallback for itertools.groupby. Refs #4506.
Malcolm Tredinnick
2007-06-23
Fixed a Python 2.3 incompatibility I overlooked in [5516].
Malcolm Tredinnick
[prev]
[next]