- Language: en
192 results for add in version 3.1
-
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 another”. If save_as is True , “Save and add another” will be replaced by a “Save …
-
Using the Django authentication system
- … add” form and add an object is limited to users with the “add” permission for that …
-
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 …
-
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 …