django1/django/core
Tim Graham 7da3923ba0 Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
..
cache Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
checks Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
files Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
handlers Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
mail Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
management Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
serializers Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
servers Fixed typo in django.core.servers.basehttp message. 2015-02-19 19:31:49 -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 Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04: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 Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
validators.py Fixed #24349 -- Limited domain name labels to 63 characters in EmailValidator 2015-04-17 18:08:33 -04:00
wsgi.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00