- Language: en
12 results for id in version 1.8
-
Django 1.8 release notes
- … id . The ModelAdmin.response_delete() method now takes a second argument named obj_id which is the serialized …
-
Django 1.2 release notes
- … id ): return get_object_or_404 ( Category , id = category_id ) # ... Additionally, the get_feed() method …
-
Django 1.7 release notes
- … id attributes, respectively. Each radio button or checkbox includes an id_for_label attribute to output …
-
Django 1.6 release notes
- … id_my_field" > My Field: </ label > < input id = "id …
-
Django 1.1 release notes
- … id_refs_id_5e8f10c132091d1e FOREIGN KEY ... Following this change, all platforms, regardless of word …
-
Django 1.4 release notes
- … id NOT IN (SELECT user_id FROM auth_user_groups WHERE group_id = %s )' ] params …
-
Porting your apps from Django 0.96 to 1.0
- … id connection.ops.last_insert_id backend.get_limit_offset_sql connection.ops.limit_offset_sql backend.get_max_name_length …
-
Django 1.3 release notes
- … id) – The province “Nanggroe Aceh Darussalam (NAD)” has been removed from the province list in favor …
-
Django 1.6.4 release notes
- … id of the LogEntry that’s created after a user password change in the admin …
-
Django 1.8.12 release notes
- … None ( #26324 ). Restored the functionality of the admin’s raw_id_fields in list_editable ( #26387 ). …
-
Django 1.7.2 release notes
- … id field to a model on SQLite ( #23702 ). Added a warning for duplicate models when …
-
Django 1.5 release notes
- … ID field – or you could completely replace the User with one totally customized for your …