- Language: en
198 results for add in version 3.2
-
SchemaEditor
- … add_index() BaseDatabaseSchemaEditor. add_index ( model , index ) [source] Adds index to model ’s table. remove …
-
Django 1.6 release notes
- … add|change|delete)_permission model _meta methods Model._meta.get_(add|change|delete)_permission methods were deprecated …
-
GeoDjango Installation
- … Add django.contrib.gis to INSTALLED_APPS Like other Django contrib applications, you will only need to add …
-
Writing database migrations
- … add unique fields Applying a “plain” migration that adds a unique non-nullable field to a table …
-
Django 1.9 release notes
- … add() method of related managers To improve performance, the add() methods of the related managers …
-
Built-in template tags and filters
- … add Adds the argument to the value. For example: {{ value | add :"2" }} If value …
-
The flatpages app
- … Add 'django.contrib.flatpages' to your INSTALLED_APPS setting. Then either: Add an entry in your URLconf …
-
The redirects app
- … Add 'django.contrib.redirects' to your INSTALLED_APPS setting. Add 'django.contrib.redirects.middleware.RedirectFallbackMiddleware' to your MIDDLEWARE setting. Run the command …
-
contrib packages
- … add-ons – specifically, the add-ons that include either models or template tags – you’ll need …
-
Django 1.9.2 release notes
- … add” permission can create objects for ModelAdmin ’s with save_as=True If a ModelAdmin …