.. |
simplejson
|
|
|
translation
|
Fixed #3088 -- Filter parameters are now translated in blocktrans. Thanks, permon
|
2007-09-15 05:14:16 +00:00 |
__init__.py
|
|
|
_decimal.py
|
Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code
|
2007-05-21 01:29:58 +00:00 |
_os.py
|
Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have it
|
2007-08-12 12:49:01 +00:00 |
_threading_local.py
|
|
|
autoreload.py
|
|
|
cache.py
|
Fixed #5557: URLs are now properly escaped in the cache_page decorator. Thanks, eriks.
|
2007-09-28 22:34:27 +00:00 |
daemonize.py
|
|
|
datastructures.py
|
Fixed #5540 -- Made __repr__() for MultiValueDict more generic. Thanks, Thomas Guttler
|
2007-09-20 01:56:02 +00:00 |
dateformat.py
|
Fixed #2633 -- Fixed timezone computation in O() format function, using fix from [6300].
|
2007-09-16 11:59:56 +00:00 |
dates.py
|
Merged Unicode branch into trunk (r4952:5608). This should be fully
|
2007-07-04 12:11:04 +00:00 |
decorators.py
|
Corrected misleading comment from [5619]. Not sure what I was smoking at the
|
2007-07-07 18:39:23 +00:00 |
encoding.py
|
Fixed #5553 -- Fixed a serialization problem with datetime and time objects. Thanks to pigletto for the patch.
|
2007-09-22 13:21:54 +00:00 |
feedgenerator.py
|
Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk for the original patch.
|
2007-09-15 08:29:56 +00:00 |
functional.py
|
Made a small optimization to __deepcopy__ in [6276].
|
2007-09-15 11:13:21 +00:00 |
html.py
|
Cleaned up a couple unused imports and fixed docstrings to follow Python Style Guide.
|
2007-07-16 05:28:13 +00:00 |
http.py
|
Fixed #4402 -- Modified test client to allow multi-valued inputs on GET requests. Thanks for the suggestion, eddymul@gmail.com.
|
2007-07-21 05:17:20 +00:00 |
images.py
|
|
|
itercompat.py
|
Fixed #5445: added some compatibility code for the lack of __iter__ in Jython 2.2. Thanks, Leo Soto.
|
2007-09-14 19:55:24 +00:00 |
maxlength.py
|
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms FormField s and db model Field s. This is fully backwards compatible at the moment since the legacy maxlength argument is still supported. Using maxlength will, however, issue a PendingDeprecationWarning when used.
|
2007-08-05 05:14:46 +00:00 |
stopwords.py
|
Merged Unicode branch into trunk (r4952:5608). This should be fully
|
2007-07-04 12:11:04 +00:00 |
synch.py
|
Removed a bunch of annoying trailing whitespace.
|
2007-04-25 07:25:22 +00:00 |
termcolors.py
|
|
|
text.py
|
Fixed #5156 -- Added some translation calls to a couple of missed words. Based on a patch from dAniel hAhler.
|
2007-08-15 12:09:32 +00:00 |
timesince.py
|
Removed unused import.
|
2007-09-17 04:54:53 +00:00 |
tzinfo.py
|
Merged Unicode branch into trunk (r4952:5608). This should be fully
|
2007-07-04 12:11:04 +00:00 |
version.py
|
Fixed #5237 -- Added an optional 'path' argument to get_svn_revision(). Thanks, django@poelzi.org
|
2007-08-24 03:53:04 +00:00 |
xmlutils.py
|
|
|