9 buildPythonPackage rec {
10 pname = "django-modelcluster";
14 inherit pname version;
15 sha256 = "783d177f7bf5c8f30fe365c347b9a032920de371fe1c63d955d7b283684d4c08";
18 disabled = pythonOlder "3.5";
22 propagatedBuildInputs = [ pytz six ];
25 description = "Django extension to allow working with 'clusters' of models as a single unit, independently of the database";
26 homepage = "https://github.com/torchbox/django-modelcluster/";
27 license = licenses.bsd2;
28 maintainers = with maintainers; [ desiderius ];