1
0
mirror of https://github.com/django/django.git synced 2025-01-12 11:26:23 +00:00
django/django/core
2010-01-12 02:29:45 +00:00
..
cache Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion 2010-01-10 18:36:20 +00:00
files Fixed non-standard introspection support in LazyObject. 2009-10-19 21:48:06 +00:00
handlers Fixed #6094 again -- fixed broken unit tests. Thanks, isagalaev 2010-01-10 18:48:08 +00:00
mail Modified the way EMAIL_BACKEND is specified to make it consistent with the new "use the class name" policy for backends. 2010-01-04 12:05:04 +00:00
management Fixed #11842 -- django-admin.py now displays usage information if invoked with no arguments. Thanks, bitprophet 2010-01-10 21:36:12 +00:00
serializers Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
servers Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion 2010-01-10 18:36:20 +00:00
__init__.py
context_processors.py Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
exceptions.py Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev. 2010-01-12 02:29:45 +00:00
paginator.py
signals.py
template_loader.py
urlresolvers.py Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion 2010-01-10 18:36:20 +00:00
validators.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
xheaders.py Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for patch and tests, isagalaev 2010-01-10 16:51:13 +00:00