django1/django/core
Jon Dufresne 24b2bc635e Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib. 2015-01-28 06:59:40 -05:00
..
cache Removed BaseMemcachedCacheMethods._get_memcache_timeout backwards compatibility shim. 2015-01-17 19:32:54 -05:00
checks Fixed #23765 -- Removed BooleanField default check which often yielded false positives. 2014-11-13 20:12:29 +01:00
files Fixed #9893 -- Allowed using a field's max_length in the Storage. 2015-01-12 09:09:18 -05:00
handlers Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib. 2015-01-28 06:59:40 -05:00
mail Removed compatibility with Python 3.2. 2015-01-17 09:00:17 -05:00
management Refs #16905 -- Replaced call to removed method in runserver 2015-01-19 12:26:00 +01:00
serializers Removed dumpdata --natural option and serializers use_natural_keys parameter. 2015-01-17 20:18:34 -05:00
servers Removed FastCGI support per deprecation timeline; refs #20766. 2015-01-17 08:32:31 -05:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
context_processors.py Moved context_processors from django.core to django.template. 2014-12-28 17:00:07 +01:00
exceptions.py Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions 2015-01-02 10:46:04 -05:00
paginator.py Ensured that Paginator.page_range works the same on Python 2 and 3. 2014-08-03 21:10:00 +02:00
signals.py Fixed #20349 -- Moved setting_changed signal to django.core.signals. 2014-12-24 07:18:43 -05:00
signing.py Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign(). 2014-11-15 19:36:33 +01:00
urlresolvers.py Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
validators.py Fixed #20003 -- Improved and extended URLValidator 2015-01-06 14:04:25 -05:00
wsgi.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00