From 9051af63359336f24592fb7b86ad3ead5dab798d Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 17 May 2024 13:17:57 +0200 Subject: [PATCH] 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. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ef66613..33dbf92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ django[argon2] django-colorfield django-multiupload 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://github.com/Chive/django-multiupload.git dbsettings