-
Notifications
You must be signed in to change notification settings - Fork 8
Django 3 & reshape the repo #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reverts commit 16057a7.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also i see warning in the py39-dj32 tests
HINT: Configure the DEFAULT_AUTO_FIELD setting or the AppConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
readonly_app.Bus: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
We can skip this or update settings configuration
https://docs.djangoproject.com/en/3.2/releases/3.2/#customizing-type-of-auto-created-primary-keys
Fixed that in 35253dc |
@alyohea thanks for the comments ! I didn't see them before just now, and I was working on the app on my side and I believe I had independently found the same issues on my side :D Except the uniclde_literals, good catch. Well congratulations for a spot-on review, you caught all the important things :D |
Ready for review, all green ! |
@alyohea Please be my guest and merge :) |
🎈 |
No description provided.