- Language: en
59 results for add in version 2.0
-
SchemaEditor
- … add_index() BaseDatabaseSchemaEditor. add_index ( model , index ) [source] New in Django 1.11. Adds index to model …
-
GeoDjango Installation
- … Add django.contrib.gis to INSTALLED_APPS Like other Django contrib applications, you will only need to add …
-
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 …
-
contrib packages
- … add-ons – specifically, the add-ons that include either models or template tags – you’ll need …
-
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 …
-
The Django admin site
- … add them. Add django.contrib.auth.context_processors.auth and django.contrib.messages.context_processors.messages to the 'context_processors' option of the DjangoTemplates backend …
-
Model field reference
- … add a method to retrieve the human-readable name for the field’s current value …
-
The syndication feed framework
- … add to the root feed element ( feed / channel ). SyndicationFeed.add_root_elements(self, handler) Callback to add …
-
Related objects reference
- … add and post_add actions. Using add() on a relation that already exists won’t duplicate …