.. |
simplejson
|
Fixed #3320: upgraded django.utils.simplejson to simplejson version 1.5. Thanks, Lawrence Oluyede.
|
2007-01-30 22:34:15 +00:00 |
translation
|
Merged Unicode branch into trunk (r4952:5608). This should be fully
|
2007-07-04 12:11:04 +00:00 |
__init__.py
|
Imported Django from private SVN repository (created from r. 8825)
|
2005-07-13 01:25:57 +00:00 |
_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
|
Fixed #2052 -- Fixed some threading issues for FreeBSD. Thanks, scott@clued-in.co.uk
|
2006-06-01 04:57:10 +00:00 |
autoreload.py
|
Fixed #2330 -- Added hack to stop KeyErrors from being thrown by the autoreloading development server if USE_I18N=False
|
2006-07-28 22:13:34 +00:00 |
cache.py
|
Fixed #4199 -- Changed date formatting in HTTP expires header to be spec
|
2007-07-16 03:50:22 +00:00 |
daemonize.py
|
Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, jcrasta@gmail.com
|
2006-06-20 05:24:19 +00:00 |
datastructures.py
|
Refs #5138 -- Refactored implementation of __contains__ in HttpRequest introduced in [6097] after a suggestion from Malcolm. Applied a similar refactor for MergeDict and Context which had comparable behavior.
|
2007-09-11 14:04:40 +00:00 |
dateformat.py
|
Fixed #4768 -- Converted timesince and dateformat to use explicit floor division (pre-emptive avoidance of Python 3000 compatibility problem), and removed a redundant millisecond check. Thanks, John Shaffer <jshaffer2112@gmail.com>.
|
2007-07-12 13:55:19 +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 #5077 -- django/utils/encoding.py no longer imports settings, as it doesn't use that module. Thanks, Collin Grady
|
2007-08-06 05:06:15 +00:00 |
feedgenerator.py
|
Fixed #3760 -- Added the ability to manually set feed- and item-level id
|
2007-07-10 12:33:55 +00:00 |
functional.py
|
Fixed reverse URL lookup using functions when the original URL pattern was a
|
2007-07-08 00:39:32 +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
|
Fixed #194 -- thanks, steadicat!
|
2005-07-25 22:16:30 +00:00 |
itercompat.py
|
Fixed small bug in Python 2.3 fallback for itertools.groupby. Refs #4506.
|
2007-06-24 12:38:11 +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
|
Second half of little cleanup tweaks suggested by pyflakes.
|
2006-07-21 20:39:17 +00:00 |
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
|
Fixed #4768 -- Converted timesince and dateformat to use explicit floor division (pre-emptive avoidance of Python 3000 compatibility problem), and removed a redundant millisecond check. Thanks, John Shaffer <jshaffer2112@gmail.com>.
|
2007-07-12 13:55:19 +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
|
Eliminated lots of mutable default arguments (since they are bugs
|
2006-06-03 13:37:34 +00:00 |