- Language: en
32 results for addition in the development version
-
Formsets
- … additional forms to show in addition to the number of forms it generates from the initial …
-
Making queries
- … Additional methods to handle related objects In addition to the QuerySet methods defined in “Retrieving …
-
Security in Django
- … addition, if you are using the template system to output something other than HTML, there …
-
Customizing authentication in Django
- … addition to the same arguments given to the associated django.contrib.auth.models.User functions, the backend auth functions …
-
Creating forms from models
- … additional forms with JavaScript or send additional POST data. See Preventing new objects creation on how to do this …
-
Django’s cache framework
- … additional arguments to control caching behavior. These arguments are provided as additional keys in the CACHES …
-
Testing tools
- … additional data useful for test code to verify. Specifically, a Response object has the following …
-
Logging
- … additional arguments, they can be provided as additional keys in the filter configuration dictionary. In this …
-
Multiple databases
- … additional steps. See also See Multi-database support for information about testing with multiple databases …
-
How to install Django
- … Additionally, Django follows the WSGI spec ( PEP 3333 ), which allows it to run on a variety …