- Language: en
66 results for add in the development version
-
The messages framework
- … add_message ( request , level , message , extra_tags = '' , fail_silently = False ) [source] Adding a message To add …
-
Related objects reference
- … add and post_add actions. Using add() on a relation that already exists won’t duplicate …
-
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 …
-
Middleware
- … Adds a few conveniences for perfectionists: Forbids access to user agents in the DISALLOWED_USER …
-
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 …
-
Admin actions
- … add' : ModelAdmin.has_add_permission() 'change' : ModelAdmin.has_change_permission() 'delete' : ModelAdmin.has_delete_permission() 'view' : ModelAdmin.has_view …
-
Signals
- … add and post_add actions, this is a set of primary key values that will …
-
TemplateResponse and SimpleTemplateResponse
- … add_post_render_callback () [source] Add a callback that will be invoked after rendering has taken …