- Language: en
65 results for add in version 5.0
-
Related objects reference
- … add and post_add actions. Using add() on a relation that already exists won’t duplicate …
-
Settings
- … add 'https://subdomain.example.com' to this list (and/or http://... if requests originate from an insecure page …
-
The messages framework
- … add_message ( request , level , message , extra_tags = '' , fail_silently = False ) [source] Adding a message To add …
-
The contenttypes framework
- … adds methods for working with ContentType and for obtaining instances of ContentType for a particular …
-
QuerySet API reference
- … add to the ordering incurs a cost to your database. Each foreign key you add …
-
The Django template language: for Python programmers
- … adds a variable to the context and a second processor adds a variable with the same …
-
Migration Operations
- … add this if you change the model’s name and quite a few of its fields …
-
Middleware
- … Adds a few conveniences for perfectionists: Forbids access to user agents in the DISALLOWED_USER …
-
Model Meta options
- … adds a new database column, be sure to make and apply the appropriate migrations if you add …
-
TemplateResponse and SimpleTemplateResponse
- … add_post_render_callback () [source] Add a callback that will be invoked after rendering has taken …