- Language: en
121 results for id in version 1.11
-
django.db.models.base
- … id_field and here we ignore it. id_conflict = f . name == "id" and clash …
-
Widgets
- … id_for_label ( id_ ) [source] Returns the HTML ID attribute of this widget for use by a <label …
-
django.forms.boundfield
- … id if id_ : id_for_label = widget . id_for_label ( id_ ) if id_for_label …
-
django.db.models.fields.related
- … id and parent's id. So, use # instance.pk (that is, parent_ptr_id) when …
-
Making queries
- … id == other_entry . id If a model’s primary key isn’t called id , no problem …
-
The Django admin site
- … id_fields or radio_fields set. That’s because raw_id_fields and radio_fields …
-
Model instance reference
- … id = 1 ) == MyModel ( id = 1 ) MyModel ( id = 1 ) != MyModel ( id = 2 ) # Primay keys are None …
-
django.views.debug
- … id' : id ( tb ), 'pre_context' : pre_context , 'context_line' : context …
-
django.db.models.fields
- … id = self . system_check_removed_details . get ( 'id' , 'fields.EXXX' ), ) ] elif self …
-
django.db.models.query
- … id = True ) if isinstance ( inserted_id , list ): inserted_ids . extend ( inserted_id ) else : inserted_ids …