Skip to content

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

Merged
merged 37 commits into from
Jan 17, 2022
Merged

Django 3 & reshape the repo #19

merged 37 commits into from
Jan 17, 2022

Conversation

ewjoachim
Copy link
Contributor

No description provided.

@ewjoachim ewjoachim requested a review from a team as a code owner January 17, 2022 11:05
Copy link
Contributor

@alyohea alyohea left a 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

@ewjoachim
Copy link
Contributor Author

Also i see warning in the py39-dj32 tests

Fixed that in 35253dc

@ewjoachim
Copy link
Contributor Author

@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

@ewjoachim
Copy link
Contributor Author

Ready for review, all green !

@ewjoachim
Copy link
Contributor Author

@alyohea Please be my guest and merge :)

@alyohea alyohea merged commit 999be9b into master Jan 17, 2022
@alyohea
Copy link
Contributor

alyohea commented Jan 17, 2022

🎈

@ewjoachim ewjoachim deleted the django3compat branch January 17, 2022 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants