- Language: en
158 results for add in version 1.8
-
Django 1.7 release notes
- … add lookup operators for model fields. As an example it is possible to add day_lte operator …
-
Django Utils
- … add_never_cache_headers ( response ) [source] Adds headers to a response to indicate that a page …
-
The messages framework
- … add_message ( request , level , message , extra_tags='' , fail_silently=False ) [source] Adding a message To add …
-
Translation
- … add_arguments ( self , parser ): super ( Command , self ) . add_arguments ( parser ) parser . add_argument ( '--extra …
-
Settings
- … add another ALLOWED_HOSTS entry that included a trailing period. This entry could also be a subdomain …
-
Django 1.4 release notes
- … add, change or delete relationships. Tools for cryptographic signing Django 1.4 adds both a low-level …
-
Many-to-many relationships
- … add ( p1 , p2 ) >>> a2 . publications . add ( p3 ) Adding a second time is OK: >>> a2 . publications …
-
Advanced testing topics
- … add_arguments(cls, parser) class method and add custom arguments by calling parser.add_argument() inside …
-
Migrations
- … add or remove columns. On slower hardware this can be worse than a minute per million …
-
Django 1.3 release notes
- … add some information for translators, you can also add special translator comments in the source …