- Language: en
177 results for add in version 2.0
-
FAQ: Databases and models
- … add database-specific options to my CREATE TABLE statements, such as specifying MyISAM as the table …
-
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 …
-
Django 1.8 release notes
- … add_arguments(cls, parser) class method on the test runner and call parser.add_argument to add …
-
Using the Django authentication system
- … add” form and add an object is limited to users with the “add” permission for that …
-
Django’s cache framework
- … add_key' , 'Initial value' ) >>> cache . add ( 'add_key' , 'New value …
-
Writing your first Django app, part 7
- … Add Another”, you’ll get a popup window with the “Add question” form. If you add …
-
Making queries
- … add() method on the field to add a record to the relation. This example adds …
-
The syndication feed framework
- … add to the root feed element ( feed / channel ). SyndicationFeed.add_root_elements(self, handler) Callback to add …
-
Django 1.7 release notes
- … add lookup operators for model fields. As an example it is possible to add day_lte operator …