Re: DEFAULT_AUTO_FIELD

2021-10-04 Thread אורי
Thank you. > In a future Django release the default value of DEFAULT_AUTO_FIELD >> >> will be changed to BigAutoField >>

Re: DEFAULT_AUTO_FIELD

2021-10-04 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
The startproject template already uses 64 bit integers, and the default will change in a future version. See the 3.2 release notes ( https://docs.djangoproject.com/en/3.2/releases/3.2/#customizing-type-of-auto-created-primary-keys ) : Starting with 3.2 new projects are generated with

Re: DEFAULT_AUTO_FIELD

2021-10-04 Thread Mariusz Felisiak
Hi, *Are there any intentions to make ... django.db.models.AutoField a 64-bit > integers in future versions of Django?* > `AutoField` is a completely valid field, I don't see a reason to remove it or make it an alias of the `BigAutoField`. > Are there any intentions to make

DEFAULT_AUTO_FIELD

2021-10-04 Thread אורי
Hi, Are there any intentions to make DEFAULT_AUTO_FIELD and django.db.models.AutoField a 64-bit integers in future versions of Django? If not, why not? Thanks, אורי u...@speedy.net -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions