django1/django/core
Tim Graham 3872a33132 Fixed #24979 -- Removed usage of inspect.getargspec(). 2015-06-15 13:43:22 -04:00
..
cache Refactored datetime handling in the database cache backend. 2015-05-17 09:40:33 +02:00
checks Fixed #24922 -- Added system check for templates setting 2015-06-06 19:40:26 -04:00
files Fixed #24979 -- Removed usage of inspect.getargspec(). 2015-06-15 13:43:22 -04:00
handlers Fixed #24733 -- Passed the triggering exception to 40x error handlers 2015-05-11 22:02:14 +02:00
mail Fixed #24416 -- Added support for lazy email addresses. 2015-03-13 12:33:49 -04:00
management Removed django.utils.functional.total_ordering() 2015-06-15 13:15:24 -04:00
serializers Fix for ticket 12685 2015-06-10 10:20:51 +01:00
servers Fixed typo in django.core.servers.basehttp message. 2015-02-19 19:31:49 -05:00
__init__.py
context_processors.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05: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 #24906 -- Fixed ResolverMatch.app_name for nested namespaces. 2015-06-06 10:44:43 -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