- Language: en
5 results for constant in version 3.2
-
Django 1.3 release notes
- … constants or variables as arguments – for example: { % extends "base.html" % } allows you to specify …
-
Django 2.1 release notes
- … constant is removed. The get_lookup() and get_lookups() methods of the Lookup Registration API may be suitable …
-
Django 1.7 release notes
- … constant. Previously it was stored with the key django_language and the LANGUAGE_SESSION_KEY constant …
-
Django version 0.95 release notes
- … constants now appear in the module namespace they were defined in. (Previously everything was magically …
-
Porting your apps from Django 0.96 to 1.0
- … constant moved from django.contrib.auth into the settings module. Instead of using from django.contrib.auth import LOGIN …