- Language: en
158 results for add in version 1.8
-
The “local flavor” add-ons
- … add-ons Historically, Django has shipped with django.contrib.localflavor – assorted pieces of code that are useful …
-
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 …
-
SchemaEditor
- … add_field BaseDatabaseSchemaEditor. add_field ( model , field ) [source] Adds a column (or sometimes multiple) to the model …
-
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 …
-
Writing database migrations
- … add unique fields Applying a “plain” migration that adds a unique non-nullable field to a table …
-
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_CLASSES setting. Run the command …
-
FAQ: Databases and models
- … add database-specific options to my CREATE TABLE statements, such as specifying MyISAM as the table …