- Language: en
126 results for id in version 3.2
-
Performing raw SQL queries
- … id': None, 'id': 54360982}, {'parent_id': None, 'id': 54360880}] >>> cursor …
-
Working with forms
- … id_subject" > Subject: </ label > < input id = "id_subject" type …
-
django.db.models.query
- … IDs to the object with that ID. If `id_list` isn't provided, evaluate …
-
The “sites” framework
- … id ): try : a = Article . objects . get ( id = article_id , sites__id = get_current_site ( request …
-
django.utils.feedgenerator
- … id' : to_str ( unique_id ), 'unique_id_is_permalink' : unique_id_is_permalink …
-
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 …
-
Writing your first Django app, part 2
- … id_c5b4b260_fk_polls_question_id" FOREIGN KEY ( "question_id" ) REFERENCES "polls …
-
django.dispatch.dispatcher
- … id ( target . __self__ ), id ( target . __func__ )) return id ( target ) NONE_ID = _make_id ( None ) # A marker …
-
Writing your first Django app, part 4
- … id ): question = get_object_or_404 ( Question , pk = question_id ) try : selected_choice = question . choice …