- Language: en
56 results for add in the development version
-
Django 1.11 release notes
- … add code to avoid deprecation warnings. Following the release of Django 2.0, we suggest that …
-
Django 3.0 release notes
- … add_never_cache_headers() and never_cache() now add the private directive to Cache-Control …
-
Django 1.5 release notes
- … add a Twitter or Facebook ID field – or you could completely replace the User with …
-
Django 5.1 release notes
- … add "django.contrib.auth.middleware.LoginRequiredMiddleware" to your MIDDLEWARE setting. Minor features django.contrib.admin ModelAdmin.list_display now supports …
-
Django 3.1 release notes
- … add support for them in upcoming releases. Async views are ideal, however, if you are doing …
-
Django 1.2 release notes
- … adds the ability to use more than one database in your Django project. Queries can be issued …
-
Django 2.2 release notes
- … add|view|change|delete]_myproxy ) prior to upgrading to ensure the new access is appropriate …
-
Django 1.9.1 release notes
- … Add this line to your own apps.py files created using Django 1.9 if you want …
-
Django 5.0 release notes
- … adds support for accepting a mapping or a callable instead of an iterable, and also …
-
Django 2.1 release notes
- … add_permission() is now passed the parent object as the second positional argument, obj . Admin …