- Language: en
33 results for id in version 3.2
-
The Forms API
- … id . Its id , in turn, is generated by prepending 'id_' to the field name. The id …
-
Settings
- … ID Default: Not defined The ID, as an integer, of the current site in the django …
-
QuerySet API reference
- … id__exact = 14 ) Entry . objects . get ( id__exact = None ) SQL equivalents: SELECT ... WHERE id = 14 ; SELECT …
-
Widgets
- … id_for_label ( id_ ) [source] Returns the HTML ID attribute of this widget for use by a <label …
-
Model instance reference
- … id = 1 ) == MyModel ( id = 1 ) MyModel ( id = 1 ) != MyModel ( id = 2 ) # Primary keys are None …
-
The Django admin site
- … id_fields , radio_fields , or autocomplete_fields set. That’s because raw_id_fields , radio …
-
Form fields
- … id_age">Age?</label> <input id="id_age" name …
-
The “sites” framework
- … id ): try : a = Article . objects . get ( id = article_id , sites__id = get_current_site ( request …
-
The contenttypes framework
- … id ( id ) Lookup a ContentType by ID. Since this method uses the same shared cache …
-
Model field reference
- … id : the primary key of the relation. <containing_model>_id : the id of the model …