[Patchew-devel] [PATCH 03/10] update jsonfield to 3.0.x

Paolo Bonzini pbonzini at redhat.com
Thu May 31 10:03:27 UTC 2018


This fork is required to support multi-table inheritance.  The original has a bug
(https://github.com/dmkoch/django-jsonfield/issues/101).

Signed-off-by: Paolo Bonzini <pbonzini at redhat.com>
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index ac668e5..1b40ecd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,6 +4,6 @@ Markdown>=2.6.6
 django-debug-toolbar==1.8
 gunicorn>=19
 djangorestframework>=3.0.0
-jsonfield >= 2.0.2, <3.0
+jsonfield2 >= 3.0, < 4.0
 drf-nested-routers
 coreapi-cli
\ No newline at end of file
-- 
2.17.0





More information about the Patchew-devel mailing list