django1/django
Marten Kenbeek 1e82094f1b Fixed #21927 -- Made application and instance namespaces more distinct.
Made URL application namespaces be set in the included URLconf and
instance namespaces in the call to include(). Deprecated other ways
to set application and instance namespaces.
2015-06-08 15:12:20 -04:00
..
apps Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualified package names. 2015-05-22 11:08:25 -04:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
contrib Fixed #24929 -- Allowed permission_required decorator to take any iterable 2015-06-08 13:44:39 -04:00
core Fixed #24922 -- Added system check for templates setting 2015-06-06 19:40:26 -04:00
db Fixed #24859 -- Made QuerySet.get() with UUIDField raise TypeError on bad value. 2015-06-06 19:46:05 -04:00
dispatch Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
forms Made flatatt docstring match reality 2015-06-08 13:57:25 +02:00
http Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
middleware Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
template Fixed #23516 -- Added caching of include tag Template objects 2015-06-06 09:25:11 -04:00
templatetags Fixed #24230 -- Added translated language name for i18n template tag/filter. 2015-06-02 16:04:01 -04:00
test Fixed #16860 -- Added password validation to django.contrib.auth. 2015-06-07 19:31:20 +02:00
utils Fixed ImportError message in utils.module_loading.import_string() 2015-06-06 11:45:22 -04:00
views Ref #23643 -- Added plain text report of exception chain. 2015-06-01 08:23:54 -04:00
__init__.py Bumped version; master is now 1.9 pre-alpha. 2015-01-16 17:04:35 -05:00
shortcuts.py Fed tuples to startswith when appropriate 2015-03-13 21:58:28 +01:00