nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.django-sites: mark broken with django_4

Uses API functions deprecated in Django 3.0 and removed in 4.0.

+2
+2
pkgs/development/python-modules/django-sites/default.nix
··· 37 37 description = "Alternative implementation of django sites framework"; 38 38 homepage = "https://github.com/niwinz/django-sites"; 39 39 license = lib.licenses.bsd3; 40 + # has not been updated for django>=4.0 41 + broken = lib.versionAtLeast django.version "4"; 40 42 }; 41 43 }