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

Package claims to support Django 5.0 but requirement specifier blocks it #18

Open
sveetch opened this issue Sep 21, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@sveetch
Copy link
Owner

sveetch commented Sep 21, 2024

This is a typographic error on specifier:

Django>=4.2,<5.0{% if cookiecutter.include_api %}

Instead it should have been:

    Django>=4.2,<5.1

Tox suite from generated project is well configured but it probably fails because of invalid specifier with environment target or maybe not, but it has to be tested also. Sadly the Tox suite from the cookie template does not run project tox suite so this bug has passed through the quality tasks..

@sveetch sveetch added the bug Something isn't working label Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant