.. |
simplejson
|
Fixed #7131 -- Updated included simplejson code to match the simplejson-1.9.2
|
2008-07-27 23:38:28 +00:00 |
translation
|
Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or
|
2008-07-21 07:57:10 +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
|
Made auto-reloading for the dev server a little more friendly in the Jython
|
2008-08-08 17:54:35 +00:00 |
cache.py
|
Fixed typo in comment.
|
2008-08-15 16:38:41 +00:00 |
checksums.py
|
Fixed #5475 -- Added the Luhn check algorithm to django.utils.checksums so that
|
2007-10-20 13:40:20 +00:00 |
daemonize.py
|
Fixed #6994 -- For fastcgi, set a more sensible default umask.
|
2008-06-30 11:22:41 +00:00 |
datastructures.py
|
Fixed #7331 -- Made `QueryDict.iteritems` behave like `QueryDict.items`, thanks jurev.
|
2008-08-16 02:17:55 +00:00 |
dateformat.py
|
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien
|
2008-07-22 03:24:09 +00:00 |
dates.py
|
Merged Unicode branch into trunk (r4952:5608). This should be fully
|
2007-07-04 12:11:04 +00:00 |
datetime_safe.py
|
Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to SmileyChris, Chris Green, Fredrik Lundh and others for patches and design help
|
2008-07-18 03:47:27 +00:00 |
decorators.py
|
Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when calling a middleware's
|
2008-03-17 17:47:34 +00:00 |
encoding.py
|
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien
|
2008-07-22 03:24:09 +00:00 |
feedgenerator.py
|
Fixed #8219 -- More robust date to string conversion in syndication feeds.
|
2008-08-15 22:13:50 +00:00 |
functional.py
|
Put back [8120] along with a small tweak. Fixed #6217.
|
2008-07-28 00:45:04 +00:00 |
hashcompat.py
|
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashlib module when available. Patch from Karen Tracey.
|
2008-08-02 05:56:57 +00:00 |
html.py
|
Fixed #6965 -- Sped up the urlize and urlizetrunc filters. A nice patch from Andrew Badr.
|
2008-07-19 18:05:22 +00:00 |
http.py
|
Fixed #7723 - implemented a secure password reset form that uses a token and prompts user for new password.
|
2008-07-31 20:47:53 +00:00 |
itercompat.py
|
Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compatibility, and modified test cases to import the function when required.
|
2008-07-13 08:48:18 +00:00 |
safestring.py
|
Fixed #6071 -- Fixed another infinite recursion problem in SafeString and
|
2007-12-02 20:17:10 +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 #2070: refactored Django's file upload capabilities.
|
2008-07-01 15:10:51 +00:00 |
thread_support.py
|
Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or
|
2008-07-21 07:57:10 +00:00 |
timesince.py
|
Removed unused import.
|
2007-09-17 04:54:53 +00:00 |
tree.py
|
Redo the changes in [7773] in a better way.
|
2008-07-04 06:42:58 +00:00 |
tzinfo.py
|
Fixed #8142 -- Removed an unnecessary parameter in a superclass init call.
|
2008-08-08 18:33:02 +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 |