yeah, there is a limit, and its set by the data type you use for the id 
field.  by default, id is set to IntegerField 
<https://docs.djangoproject.com/en/2.1/ref/models/fields/#django.db.models.IntegerField>
 which 
has a maximum value of 2147483647 

sounds like the issue with the ids jumping around like that is with your 
management command, not django or the db.  

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2716221c-ccfa-4123-a2f4-f77724ee497a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to