- Language: en
181 results for add in version 2.1
-
Models
- … add the name of the module that contains your models.py . For example, if the models …
-
Writing custom django-admin commands
- … add_arguments ( self , parser ): parser . add_argument ( 'poll_id' , nargs = '+' , type …
-
Django 1.7 release notes
- … add lookup operators for model fields. As an example it is possible to add day_lte operator …
-
Writing your first Django app, part 2
- … Add field question to choice -- ALTER TABLE "polls_choice" ADD COLUMN "question …
-
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 …
-
Settings
- … add "subdomain.example.com" to this list. The setting also supports subdomains, so you could …
-
Django 1.10 release notes
- … add button, of course). This makes it easier to add custom tools in this case …
-
Django 1.4 release notes
- … add, change or delete relationships. Tools for cryptographic signing Django 1.4 adds both a low-level …
-
Migrations
- … add or remove columns. On slower hardware this can be worse than a minute per million …