django1/django/utils
Malcolm Tredinnick 92c35a0617 Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code
to return Decimal instances in Python for this field. Backwards incompatible
change.

Added a real FloatField (stores floats in the database) and support for
FloatField and DecimalField in newforms (analogous to IntegerField).

Included decimal.py module (as django.utils._decimal) from Python 2.4. This is
license compatible with Django and included for Python 2.3 compatibility only.

Large portions of this work are based on patches from Andy Durdin and Jorge
Gajon.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@5302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-21 01:29:58 +00:00
..
simplejson Fixed #3320: upgraded django.utils.simplejson to simplejson version 1.5. Thanks, Lawrence Oluyede. 2007-01-30 22:34:15 +00:00
translation Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +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
_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 Removed a bunch of annoying trailing whitespace. 2007-04-25 07:25: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 Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00
dateformat.py Fixed #2998 -- Wrapped a couple more strings for translation. Thanks, Jannis 2007-03-11 10:15:35 +00:00
dates.py fixed #1817: added translation hooks for 3-letter month names 2006-05-16 07:38:23 +00:00
decorators.py Fixed #878 -- URLconf regex captures no longer have to be named groups. Old URLconfs (with named groups) still work. This is backwards-incompatible if you've defined custom middleware with a process_view function. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges 2005-11-27 22:08:51 +00:00
encoding.py Added a FIXME that I forgot to include earlier. 2007-04-04 13:25:53 +00:00
feedgenerator.py Fixed #3958 -- Added lastBuildDate element to RSS feeds. Thanks, 2007-04-09 12:25:31 +00:00
functional.py Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00
html.py Backed out a portion of [4919] until I can make it worth smoothly with 2007-04-05 14:52:33 +00:00
images.py Fixed #194 -- thanks, steadicat! 2005-07-25 22:16:30 +00:00
itercompat.py Fixed #2823 -- Fixed Python 2.3 compatibility problem pointed out by Alex Dedul. 2006-09-26 10:08:03 +00:00
stopwords.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +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 Removed some trailing whitespace that had smuggled itself aboard in [4870]. 2007-03-30 12:00:38 +00:00
timesince.py Fixed #4137 -- Added translation markup to a couple of missed strings. Thanks, 2007-04-25 08:32:31 +00:00
tzinfo.py Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, Sune 2005-10-22 21:37:59 +00:00
xmlutils.py Eliminated lots of mutable default arguments (since they are bugs 2006-06-03 13:37:34 +00:00