django1/django/core
Adrian Holovaty b6a7afd4bd Changed Flup (FastCGI) backend to set debug=False, to turn off tracebacks in case of error. Thanks, Jared Kuolt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4170 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-07 03:04:22 +00:00
..
cache Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instead of empty string, for stricter compliance with Python library reference. Thanks for the patch, Yasushi Masuda 2006-10-30 20:50:27 +00:00
handlers Fixed #2924 -- Development server no longer spins on an empty form post. Bug caused by [3805] 2006-11-29 22:51:24 +00:00
serializers Fixed #2894: XML deserializer now correctly handles null primary keys. 2006-11-07 05:01:35 +00:00
servers Changed Flup (FastCGI) backend to set debug=False, to turn off tracebacks in case of error. Thanks, Jared Kuolt 2006-12-07 03:04:22 +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 #2418 -- Fixed obsolete method call in PermLookupDict.__repr__. Thanks, 2006-09-23 08:35:10 +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 bug in [4058], in django/core/mail.py. Thanks, Igor Goryachev 2006-11-10 17:42:47 +00:00
management.py Fixed #2452: comments can now be put within initial SQL files. Thanks, Pawel J. Sawicki. 2006-11-07 04:31:35 +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 #2875: made urlresolvers.get_mod_func() deal with non-qualified callbacks better. Thanks, Matt McClanahan. 2006-11-07 05:05:16 +00:00
validators.py Fixed #2364: added NumberIsInRange validator. Thanks, Matt McClanahan. 2006-11-07 04:29:07 +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