wooey / Wooey

A Django app that creates automatic web UIs for Python scripts.
http://wooey.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.13k stars 184 forks source link

jsonfield > 2.0.2 is incompatible with django < 2.2 #310

Closed garfunkel closed 4 years ago

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 77.688% when pulling 43c08698e96d812cfa5742b0732d88f4bd1c22e8 on garfunkel:master into 514703788f70db353fa60663a2bde2196f525f7d on wooey:master.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 77.688% when pulling 43c08698e96d812cfa5742b0732d88f4bd1c22e8 on garfunkel:master into 514703788f70db353fa60663a2bde2196f525f7d on wooey:master.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 77.688% when pulling 43c08698e96d812cfa5742b0732d88f4bd1c22e8 on garfunkel:master into 514703788f70db353fa60663a2bde2196f525f7d on wooey:master.

Chris7 commented 4 years ago

Does specifying <3 work as well? Going off these notes: https://github.com/rpkilby/jsonfield/issues/250

Chris7 commented 4 years ago

Fixed via #311 thanks for the PR to point out what to fix.