- Language: en
58 results for add in version 1.11
-
The messages framework
- … add_message ( request , level , message , extra_tags='' , fail_silently=False ) [source] Adding a message To add …
-
Django Utils
- … add_never_cache_headers ( response ) [source] Adds a Cache-Control: max-age=0, no-cache …
-
Related objects reference
- … add ( *objs , bulk=True ) Adds the specified model objects to the related object set. Example …
-
QuerySet API reference
- … add to the ordering incurs a cost to your database. Each foreign key you add …
-
Model Meta options
- … adds a new database column, be sure to make and apply the appropriate migrations if 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 …
-
Signals
- … add , post_add , pre_remove and post_remove actions, this is a set of primary …
-
The contenttypes framework
- … adds methods for working with ContentType and for obtaining instances of ContentType for a particular …
-
Middleware
- … Adds a few conveniences for perfectionists: Forbids access to user agents in the DISALLOWED_USER …
-
Form and field validation
- … add_error ( 'cc_myself' , msg ) self . add_error ( 'subject' , msg ) The second …