django1/django/core
Russell Keith-Magee 7a87f5aeab Fixed #8053 -- Corrected a bug with reset and m2m intermediate tables. Thanks to d00gs for the report and fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8157 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-31 07:53:55 +00:00
..
cache Fixed #6413 -- Fixed a deadlock situation in the locmem culling implementation. 2008-07-26 05:27:59 +00:00
files Fixed #7658 -- Added some Windows-specific tempfile handling. The standard 2008-07-26 22:48:51 +00:00
handlers Fixed #7871 -- Added some more bullet-proofing in PATH_INFO determination, 2008-07-21 22:13:56 +00:00
management Fixed #8053 -- Corrected a bug with reset and m2m intermediate tables. Thanks to d00gs for the report and fix. 2008-07-31 07:53:55 +00:00
serializers Fixed #7990 -- Modified serializers to use StringIO, rather than cStringIO, due to potential unicode issues. 2008-07-30 10:40:37 +00:00
servers Fixed #6647 -- Add some more robustness to the development web server. 2008-06-30 11:32:50 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
context_processors.py Fixed #7072 -- More logical and robust language settings in the i18n context processor. 2008-07-06 05:25:55 +00:00
exceptions.py Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
mail.py Fixed #7966 -- Send email if it has "bcc" recipients and no "to" recipients. 2008-07-26 04:10:52 +00:00
paginator.py Fixed #6997 -- Corrected `num_pages` calculation when one item is in the object list and `allow_empty_first_page=False`, thanks to framos for the report. Also, made Page's `start_index()` return 0 if there are no items in the object list (previously it was returning 1, but now it is consistent with `end_index()`). As an added bonus, I threw in quite a few pagination tests. 2008-07-28 05:30:35 +00:00
signals.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
template_loader.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
urlresolvers.py Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or 2008-07-21 07:57:10 +00:00
validators.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
xheaders.py Fixed #4933 -- Fixed a typo and reformatted a fairly long line in passing. Thanks, Ludvig Ericson. 2007-08-12 10:29:59 +00:00