Skip to content
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

add django test matrix #40

Merged

Conversation

patroqueeet
Copy link
Collaborator

@patroqueeet patroqueeet commented Aug 22, 2024

due to related Django settings deprecation in v4.2 let's ensure all versions keep working

addresses #32

@patroqueeet
Copy link
Collaborator Author

@alexandernst @NachE ready to merge. good of you?

@NachE
Copy link
Member

NachE commented Aug 22, 2024

are these changes enough to consider django 5 supported? /cc @alexandernst

patroqueeet added a commit to patroqueeet/django-walletpass that referenced this pull request Aug 22, 2024
@patroqueeet
Copy link
Collaborator Author

are these changes enough to consider django 5 supported? /cc @alexandernst

I believe so. At least tests pass. Haven't run it in PROD env yet.

@alexandernst
Copy link
Member

alexandernst commented Aug 22, 2024

Up to Django 4.2 it wasn't possible to have multiple storages (not in an easy way). Starting with 4.2 django encourages users to actually use multiple storages, that's why we shouldn't asume the default storage. This should be configurable somehow. Maybe WALLETPASS['STORAGE_BACKEND'] = '<str>'?

@patroqueeet
Copy link
Collaborator Author

STORAGE_BACKEND

see 4f7df0c. good of for you?

@patroqueeet
Copy link
Collaborator Author

@NachE @alexandernst good to merge? any improvements reasonable?

@alexandernst
Copy link
Member

I think we're good! Feel free to merge 🙏

@patroqueeet patroqueeet merged commit 5a2d570 into Develatio:develop Aug 22, 2024
9 checks passed
@patroqueeet patroqueeet mentioned this pull request Aug 22, 2024
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