django1/django/core
Jacob Kaplan-Moss de91850944 Fixed #5563: `BooleanField(null=True)` now raises a validation warning telling users to use `NullBooleanField` instead. Thanks, SamBull.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-09 15:09:35 +00:00
..
cache Fixed #9644: fix a thread sync issue in the locmem cache. Thanks, mrts. 2009-04-01 17:05:19 +00:00
files Fixed #8900: Added errno=13 (permission denied) to the class of ignored OSErrors when attempting to delete the old file in file_move_safe. 2009-04-05 04:41:39 +00:00
handlers Reverted [10346] because it effectively breaks USE_I18N by forcing import of translation before settings are ready. 2009-04-01 21:58:38 +00:00
management Fixed #5563: `BooleanField(null=True)` now raises a validation warning telling users to use `NullBooleanField` instead. Thanks, SamBull. 2009-04-09 15:09:35 +00:00
serializers Fixed #8193: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett! 2009-03-18 16:55:59 +00:00
servers Fixed #8895: expose the debug setting to fastcgi. Thanks, paulegan. 2009-04-01 21:37:34 +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 No, really: PermWrapper is not iterable. Fixes #8182. 2008-08-09 15:38:44 +00:00
exceptions.py Removed oldforms, validators, and related code: 2008-08-27 07:19:44 +00:00
mail.py Fixed #9214: EmailMessage now respects the From header instead of blindly using from_email. Thanks, Tai Lee. 2009-02-16 20:47:39 +00:00
paginator.py Removed several deprecated features for 1.0 (refs #7830): 2008-08-02 04:56:11 +00:00
signals.py Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster. 2008-08-06 15:32:46 +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 Fixed #10065 -- Corrected an error message when an empty urlpattern object is provided. Thanks to Matthew Flanagan for the patch. 2009-04-04 06:54:56 +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