django1/django/core
Gary Wilson Jr a41c03345e Changed imports to adhere to PEP 8.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5704 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-15 06:29:45 +00:00
..
cache Changed imports to adhere to PEP 8. 2007-07-15 06:29:45 +00:00
handlers Changed HttpRequest.path to be a Unicode object. It has already been 2007-07-07 17:15:54 +00:00
serializers Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save processing, and modified serializers to use a raw-save. This enables serialization of DateFields with auto_now/auto_now_add. Also modified serializers to invoke save() directly on the model baseclass, to avoid any (potentially order-dependent, data modifying) behavior in a custom save() method. 2007-07-12 07:45:35 +00:00
servers Backed out the changes in [5482] for a bit whilst some more investigation into 2007-06-22 07:15:04 +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 #1278 -- Added a context processor that puts MEDIA_URL in the context, and added that context processor to the default set. Thanks to Ubernostrum for the patch. 2007-05-29 11:09:24 +00:00
exceptions.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
handler.py Added WSGI support. Created core.handlers package. Moved ALL mod_python-specific code to django.core.handlers.modpython. Note that django.core.handler is still a valid mod_python handler but IS DEPRECATED. Use django.core.handlers.modpython, instead. 2005-07-18 06:30:26 +00:00
mail.py Fixed #4781 -- Typo fix. Pointed out by Simon Litchfield. 2007-07-06 06:53:27 +00:00
management.py Fixed #4731 -- Changed management.setup_environ() so that it no longer assumes 2007-07-14 14:47:14 +00:00
paginator.py Fixed #2575: ObjectPaginator now accepts a "orphans" option to prevent pages with only a few items. Thanks, SmileyChris. 2006-11-07 04:44:27 +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 Fixed #4839 -- Added __repr__ methods to URL classes that show the pattern they 2007-07-13 09:14:51 +00:00
validators.py Fixed #4807 -- Fixed a couple of corner cases in decimal form input validation. 2007-07-13 09:09:59 +00:00
xheaders.py Fixed bug in [3786]. django/core/xheaders.py no longer assumes request.user exists 2006-11-23 04:34:45 +00:00