-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: update template for django 3 #17
base: master
Are you sure you want to change the base?
Conversation
Thanks for the PR, looks good! Seems to me that it would break support of django < 1.10 though. But I guess it is not worth maintaining the package for those old versions. Just need to update the README. Making plugin translatable is also a good idea! |
fix: use default theme on add page
Codecov Report
@@ Coverage Diff @@
## master #17 +/- ##
=========================================
Coverage ? 86.46%
=========================================
Files ? 16
Lines ? 399
Branches ? 25
=========================================
Hits ? 345
Misses ? 41
Partials ? 13
Continue to review full report at Codecov.
|
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #17 +/- ##
=========================================
Coverage ? 86.46%
=========================================
Files ? 16
Lines ? 399
Branches ? 25
=========================================
Hits ? 345
Misses ? 41
Partials ? 13
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@rparent can you give us an update on integrating this please? thx! |
Hi @nschlemm @21adrian1996 @rparent For an internal project, I did fork the repo - see https://github.com/algoo/django-lock-tokens I also merge the current PR + upgraded dependencies to Python 3.12 / Django 5. |
No description provided.