django1/django/conf
Tim Graham ad393beeb7 Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.
Also removed support for passing a 3-tuple to include() and support for
setting an instance namespace without an application namespace.

Thanks Marten Kenbeek for completing the patch.
2017-01-17 20:52:00 -05:00
..
app_template Fixed #27171 -- Added unicode_literals and coding preamble to all files in startapp template on Python 2. 2016-09-03 12:00:00 -04:00
locale Fixed #27653 -- Added Ukrainian locale formats. 2016-12-29 07:31:32 -05:00
project_template Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04:00
urls Refs #21927 -- Removed include()'s app_name argument per deprecation timeline. 2017-01-17 20:52:00 -05:00
__init__.py Fixed #27625 -- Made LazySettings cache attributes in __dict__. 2016-12-23 10:58:06 -05:00
global_settings.py Fixed #15667 -- Added template-based widget rendering. 2016-12-27 17:50:10 -05:00