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-12-11
Minor style fixes.
Gary Wilson Jr
2007-12-04
Removed comma splices in max_length DeprecationWarning and elsewhere in the m...
Adrian Holovaty
2007-12-03
Fixed #5657 -- Use string.ascii_letters instead of ascii.letters in the urlize
Malcolm Tredinnick
2007-12-02
Fixed #6071 -- Fixed another infinite recursion problem in SafeString and
Malcolm Tredinnick
2007-12-02
Changed use of `maxlength` to issue a `DeprecationWarning` instead of `Pendin...
Gary Wilson Jr
2007-12-01
Fixed #6021 -- Removed some brain damage from SafeString. Not quite sure what I
Malcolm Tredinnick
2007-12-01
Edited docstring changes from [6714]
Adrian Holovaty
2007-11-29
Fixed #6050 -- Handled edge-case of duplicate keys being passed when
Malcolm Tredinnick
2007-11-29
Fixed #6023 -- Fixed daylight savings determination for years beyond 2038 on
Malcolm Tredinnick
2007-11-29
Fixed #5813 -- Taught the CacheMiddleware to respect any max-age HTTP header
Malcolm Tredinnick
2007-11-25
Made `MultiValueDict`'s `get` and `getlist` method docstrings more descriptive.
Gary Wilson Jr
2007-11-25
Minor styling fix in `DotExpandedDict.__init__`.
Gary Wilson Jr
2007-11-25
Changed several hardcoding of `dict` method calls in `django.utils.datastruct...
Gary Wilson Jr
2007-11-25
In `MergeDict` class, changed variable names to not clash with `dict` builtin.
Gary Wilson Jr
2007-11-19
Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and re...
Gary Wilson Jr
2007-11-19
Some minor changes to the `patch_vary_headers` function:
Gary Wilson Jr
2007-11-19
Removed `vary_delim_re` in `django/utils/cache.py` in favor of existing `cc_d...
Gary Wilson Jr
2007-11-17
Fixed #5960 -- Fixed some Python 2.3 incompatibilities.
Malcolm Tredinnick
2007-11-17
Fixed some missed auto-escaping and URL quoting cases in the urlize filter.
Malcolm Tredinnick
2007-11-17
Translating safe strings should return a safe result.
Malcolm Tredinnick
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-11-12
Simplified `SortedDict.__deepcopy__` now that the its constructor can take a ...
Gary Wilson Jr
2007-11-04
Fixed #5640 -- Added some extra error reporting when smart_unicode() or
Malcolm Tredinnick
2007-11-04
Fixed #5869 -- Corrected documentation for `now` template tag's "r" format ch...
Gary Wilson Jr
2007-10-31
Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie...
Gary Wilson Jr
2007-10-28
Corrected a typo and made some style fixes.
Gary Wilson Jr
2007-10-26
i18n security fix. Details will be posted shortly to the Django mailing lists...
Jacob Kaplan-Moss
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
[next]