- Language: en
24 results for id in version 3.2
-
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 2.0 release notes
- … id = 1 ) Author . objects . create ( id = 1 ) If you don’t recreate the foreign key as DEFERRED …
-
Django 1.11.6 release notes
- … id ) in an Index ’s fields ( #28597 ). Fixed a regression in Django 1.9 where a custom …
-
Django 1.9.5 release notes
- … id_fields in list_editable ( #26387 ). Fixed a regression with abstract model inheritance and explicit …
-
Django 1.10.1 release notes
- … IDs of the created records so that many-to-many relationships can be used on the new objects …
-
Django 1.5 release notes
- … ID field – or you could completely replace the User with one totally customized for your …
-
Django 1.11.10 release notes
- … later one does ( #29071 ). Fixed crash when entering an invalid uuid in ModelAdmin.raw_id_fields ( #29094 ). …
-
Django 3.2 release notes
- … id = models . AutoField ( primary_key = True ) In anticipation of the changing default, a system check …
-
Django 1.7.2 release notes
- … id field to a model on SQLite ( #23702 ). Added a warning for duplicate models when …
-
Django 2.0.2 release notes
- … init__.py file ( #29091 ). Fixed crash when entering an invalid uuid in ModelAdmin.raw_id_fields ( #29094 ). …