fix: pin django-polymorphic to v4.0.0a
Updated the django-polymorphic package to a specific alpha version (v4.0.0a) directly from its Git repository. This change ensures compatibility with ongoing project requirements and addresses potential issues with the previously used version. It is important to monitor the stability and updates of this alpha version closely in the project's development environment.
This commit is contained in:
parent
458651c3cb
commit
9051af6335
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ django[argon2]
|
||||||
django-colorfield
|
django-colorfield
|
||||||
django-multiupload
|
django-multiupload
|
||||||
django-storages
|
django-storages
|
||||||
django-polymorphic
|
git+https://github.com/jazzband/django-polymorphic.git@v4.0.0a
|
||||||
git+https://git.private.coffee/kumi/django-multiselectfield.git
|
git+https://git.private.coffee/kumi/django-multiselectfield.git
|
||||||
git+https://github.com/Chive/django-multiupload.git
|
git+https://github.com/Chive/django-multiupload.git
|
||||||
dbsettings
|
dbsettings
|
||||||
|
|
Loading…
Reference in a new issue