.. |
apps
|
Improved warning message when reloading models. Refs #23621.
|
2014-10-23 01:46:04 +07:00 |
bin
|
Started attackign the next flake8 violation
|
2013-10-31 08:42:28 -07:00 |
conf
|
Moved context_processors from django.core to django.template.
|
2014-12-28 17:00:07 +01:00 |
contrib
|
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
|
2014-12-28 17:02:31 +01:00 |
core
|
Fixed breakage by 6fb9dee4 under Python2+Windows.
|
2014-12-29 21:04:27 -03:00 |
db
|
Fixed #12118 -- Added shared cache support to SQLite in-memory testing.
|
2014-12-30 10:14:33 -05:00 |
dispatch
|
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
|
2014-12-13 12:45:58 -05:00 |
forms
|
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
|
2014-12-23 10:54:25 -05:00 |
http
|
Fixed #23977 -- Added setdefault() method to HttpResponse
|
2014-12-11 13:56:56 -05:00 |
middleware
|
Fixed #23531 -- Added CommonMiddleware.response_redirect_class.
|
2014-11-04 17:56:57 -05:00 |
template
|
Explained the structure of django.template.
|
2014-12-28 17:02:31 +01:00 |
templatetags
|
Cleaned up the django.template namespace.
|
2014-12-28 14:47:31 +01:00 |
test
|
Fixed #12118 -- Added shared cache support to SQLite in-memory testing.
|
2014-12-30 10:14:33 -05:00 |
utils
|
Cleaned up the django.template namespace.
|
2014-12-28 14:47:31 +01:00 |
views
|
Deprecated TEMPLATE_LOADERS.
|
2014-12-28 17:02:30 +01:00 |
__init__.py
|
Simplified get_version() in django/__init__.py
|
2014-11-24 07:02:29 -05:00 |
shortcuts.py
|
Deprecated current_app in TemplateResponse and render(_to_response).
|
2014-12-28 17:02:29 +01:00 |