- Language: en
65 results for add in the development version
-
SchemaEditor
- … add_index() BaseDatabaseSchemaEditor. add_index ( model , index ) [source] Adds index to model ’s table. remove …
-
Built-in template tags and filters
- … add Adds the argument to the value. For example: {{ value | add :"2" }} If value …
-
GeoDjango Installation
- … Add django.contrib.gis to INSTALLED_APPS Like other Django contrib applications, you will only need to add …
-
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 …
-
The Django admin site
- … add another”. If save_as is True , “Save and add another” will be replaced by a “Save …
-
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 …
-
Django Utils
- … add_never_cache_headers ( response ) [source] Adds an Expires header to the current date/time. Adds …
-
Settings
- … add 'https://subdomain.example.com' to this list (and/or http://... if requests originate from an insecure page …