1 { lib, fetchPypi, buildPythonPackage, django, pytestCheckHook, pytest-django }:
3 buildPythonPackage rec {
9 sha256 = "0yl828cd0m8jsyr4di6hcjdqmi31ijh5vk57mbpfl7p2gmcq8kky";
12 checkInputs = [ pytestCheckHook pytest-django ];
14 preCheck = "export DJANGO_SETTINGS_MODULE=tests.settings";
16 propagatedBuildInputs = [ django ];
19 description = "Reusable model field that allows you to store validated JSON, automatically handling serialization to and from the database";
20 homepage = "https://github.com/rpkilby/jsonfield/";
21 license = licenses.mit;
22 maintainers = with maintainers; [ mrmebelman ];