- Language: en
59 results for add in version 2.0
-
Settings
- … add "subdomain.example.com" to this list. The setting also supports subdomains, so you could …
-
Django Utils
- … add_never_cache_headers ( response ) [source] Adds a Cache-Control: max-age=0, no-cache …
-
The messages framework
- … add_message ( request , level , message , extra_tags='' , fail_silently=False ) [source] Adding a message To add …
-
QuerySet API reference
- … add to the ordering incurs a cost to your database. Each foreign key you add …
-
Signals
- … add , post_add , pre_remove and post_remove actions, this is a set of primary …
-
The Django template language: for Python programmers
- … adds a variable to the context and a second processor adds a variable with the same …
-
Model Meta options
- … adds a new database column, be sure to make and apply the appropriate migrations if you add …
-
The contenttypes framework
- … adds methods for working with ContentType and for obtaining instances of ContentType for a particular …
-
Migration Operations
- … add this if you change the model’s name and quite a few of its fields …
-
Form and field validation
- … add_error ( 'cc_myself' , msg ) self . add_error ( 'subject' , msg ) The second …