From 6e775b946ad01e8b65d8ec04fd5c621f75bbcd6f Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 22 Jan 2016 16:27:04 -0600 Subject: [PATCH] Point to 1.9-compatible YAML field in requirements --- requirements.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 47aace33..095cc3dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,12 @@ django-crispy-forms>=1.5.1 # Page data, answer data, ... all represented in JSON. This makes that editable # in the Django admin. jsonfield>=1.0.3,<1.1 -django-yamlfield + +# django-yamlfield +# but for +# https://github.com/datadesk/django-yamlfield/pull/12 +# use +git+https://github.com/piotrpawlaczek/django-yamlfield.git@feature/dj-1.9.x # For easy content formatting: markdown>=2.6.3 -- GitLab