Caram, I don't see any issue here. As far as I'm aware you're using the 
auto-created primary key. If you want to get rid of warnings and avoid 
unwanted migrations in the future, set DEFAULT_AUTO_FIELD 
<https://docs.djangoproject.com/en/3.2/ref/settings/#std:setting-DEFAULT_AUTO_FIELD>
 
to AutoField 
<https://docs.djangoproject.com/en/3.2/ref/models/fields/#django.db.models.AutoField>
.

See release notes 
<https://docs.djangoproject.com/en/3.2/releases/3.2/#customizing-type-of-auto-created-primary-keys>
 
for more details.

#32367 is about inherited PKs, so it's not related with your report. 

Best,
Mariusz

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/475b0c2d-14f8-4a1e-8889-87783557cdc2n%40googlegroups.com.

Reply via email to