fix: fixe la version de django sur une version compatible#45
Open
lvillanne-recia wants to merge 1 commit intoNoethys:mainfrom
Open
fix: fixe la version de django sur une version compatible#45lvillanne-recia wants to merge 1 commit intoNoethys:mainfrom
lvillanne-recia wants to merge 1 commit intoNoethys:mainfrom
Conversation
|
Il faut aussi set django-select2<7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bonjour,
Généralement dans les projets python la version des dépendances est fixé dans le fichier
requirements.txt, cela évite de se retrouver avec des versions incompatibles de dépendances avec le projet. Cela permet aussi de connaitre à l'avance les versions utilisés pour avoir un environnement reproductible.Avec cette PR je ne souhaite pas fixer toutes les dépendances, mais au moins éliminer les dépendances incompatible.
Le projet n'ayant pas l'air de fonctionner avec un Django 4 ou plus récent, je propose simplement de limiter la version de Django à une version < 4. Cela facilitera l'installation du projet car la version de Django qui permet de le faire tourner sera directement installé.