tl-its-umich-edu / canvas-app-explorer

A Web application that presents a list of Canvas external (LTI) tools with details. When integrated within Canvas, the user can search for specific LTI tool(s), and add or remove those tools from Canvas courses.
Apache License 2.0
4 stars 6 forks source link

Avoid missing migration warnings about BigAutoField on packages #80

Closed jonespm closed 3 years ago

jonespm commented 3 years ago

We're getting some warnings that migrations are missing on some packages because they have a different AutoField.

It looks like we should just change the default back to AutoField and make our project BigAutoField to avoid these warnings.

https://docs.djangoproject.com/en/3.2/releases/3.2/#customizing-type-of-auto-created-primary-keys