.. |
cache
|
[1.8.x] Fixed typo in django/core/cache/backends/base.py docstring.
|
2015-09-16 09:35:14 -04:00 |
checks
|
[1.8.x] Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settings are defined.
|
2015-07-13 17:55:19 -04:00 |
files
|
[1.8.x] Fixed #24979 -- Removed usage of inspect.getargspec().
|
2015-10-25 06:02:21 -04:00 |
handlers
|
[1.8.x] Sorted imports with isort; refs #23860.
|
2015-02-09 14:24:06 -05:00 |
mail
|
[1.8.x] Sorted imports with isort; refs #23860.
|
2015-02-09 14:24:06 -05:00 |
management
|
[1.8.x] Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_APPS.
|
2015-10-19 20:41:48 +02:00 |
serializers
|
[1.8.x] Fixed import order in django/core/serializers/json.py
|
2015-07-22 07:01:03 -04:00 |
servers
|
[1.8.x] Fixed #25204 -- Added missing space in runserver logging.
|
2015-08-01 08:31:32 -04:00 |
__init__.py
|
Imported Django from private SVN repository (created from r. 8825)
|
2005-07-13 01:25:57 +00:00 |
context_processors.py
|
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
|
2015-06-23 07:22:16 -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
|
[1.8.x] Corrected docstring in core.urlresolvers module.
|
2015-09-21 14:00:31 -04:00 |
validators.py
|
[1.8.x] Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the domain section.
|
2015-10-29 11:14:36 -04:00 |
wsgi.py
|
Stopped populating the app registry as a side effect.
|
2013-12-30 22:11:17 +01:00 |