Changes between Initial Version and Version 2 of Ticket #27376
- Timestamp:
- Oct 23, 2016, 9:28:27 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27376
- Property Summary Why Django 1.10.x not use plural format in settings.py → Why not use plural format MIDDLEWARES in settings.py in Django 1.10.x
-
Ticket #27376 – Description
initial v2 1 I know that we can implement a middleware using functions and classes in Django 1.10.x, so the related setting was renamed from "MIDDLEWARE_CLASSES" to "MIDDLEWARE".1 I know that we can implement a middleware using a function and a class in Django 1.10.x, so the related setting was renamed from "MIDDLEWARE_CLASSES" to "MIDDLEWARE". 2 2 3 3 In settings.py ALLOWED_HOSTS, INSTALLED_APPS,TEMPLATES,DATABASES are plural formats.