- Language: en
158 results for add in version 1.8
-
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 …
-
Writing your first Django app, part 2
- … Add Another,” you’ll get a popup window with the “Add question” form. If you add …
-
Django 1.8 release notes
- … add_arguments(cls, parser) class method on the test runner and call parser.add_argument to add …
-
Model field reference
- … add a method to retrieve the human-readable name for the field’s current value …
-
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 custom django-admin commands
- … add_arguments ( self , parser ): parser . add_argument ( 'poll_id' , nargs = '+' , type …
-
The syndication feed framework
- … add to the root feed element ( feed / channel ). SyndicationFeed.add_root_elements(self, handler) Callback to add …
-
Making queries
- … add() method on the field to add a record to the relation. This example adds …
-
Django 1.7 release notes
- … add lookup operators for model fields. As an example it is possible to add day_lte operator …