1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/django/core
2014-07-18 16:10:59 +00:00
..
cache Fixed #22845 -- Correctly handled memcached default timeout value. 2014-06-16 16:34:00 -04:00
checks Add missing spaces to implicitly joined strings 2014-06-29 22:56:21 +01:00
files Made the vendored NamedTemporaryFile work as a context manager. Refs #22680. 2014-06-12 08:07:34 +07:00
handlers Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised and DEBUG=True 2014-06-24 08:55:36 -04:00
mail
management Fixed #23028: Added unique_togther support to inspectdb. 2014-07-18 16:10:59 +00:00
serializers
servers
__init__.py
context_processors.py
exceptions.py Fixed #22915 -- Document backward incompatible changes in the ValidationError constructor. 2014-07-04 17:05:31 +07:00
paginator.py
signals.py
signing.py
urlresolvers.py Fixed #22223 -- Prevented over-escaping URLs in reverse() 2014-07-09 09:54:34 +02:00
validators.py Corrected domain max length for EmailValidator; refs #20631. 2014-07-04 20:50:28 -04:00
wsgi.py