- Language: en
216 results for add in the development version
-
The Django admin site
- … add another”. If save_as is True , “Save and add another” will be replaced by a “Save …
-
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 …
-
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 …
-
Making queries
- … add() method on the field to add a record to the relation. This example adds …
-
Writing your first Django app, part 7
- … Add another question”, you’ll get a popup window with the “Add question” form. If you add …
-
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 …