django1/django/core
Malcolm Tredinnick c92b424e57 Fixed #8239 -- Google App Engine has a restricted "imp" module, which doesn't
include one of the methods we use when constructing management help commands.
So postpone the resolving of the method name until when we actually need it
(which isn't run as part of GAE). Patch from Guido van Rossum.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8425 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-17 17:35:33 +00:00
..
cache Fixed #5133 -- Explicitly close memcached connections after each request 2008-08-16 23:35:58 +00:00
files Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, who diagnosed the problem and pointed the way to a fix. 2008-08-11 16:51:18 +00:00
handlers 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
management Fixed #8239 -- Google App Engine has a restricted "imp" module, which doesn't 2008-08-17 17:35:33 +00:00
serializers Fixed #7676 -- Modified serializer registration to be thread safe. Thanks to mrts for the patch. 2008-08-15 11:53:49 +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 No, really: PermWrapper is not iterable. Fixes #8182. 2008-08-09 15:38:44 +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 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 Made NoReverseMatch exceptions more helpful. Thanks, mrts 2008-08-09 18:06:51 +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