Merge pull request #313501 from mweinelt/django3-eol

python311Packages.django_3: communicate end of life
This commit is contained in:
Weijia Wang
2024-05-22 02:26:31 +02:00
committed by GitHub
@@ -54,5 +54,8 @@ buildPythonPackage rec {
homepage = "https://www.djangoproject.com/";
license = licenses.bsd3;
maintainers = with maintainers; [ georgewhewell ];
knownVulnerabilities = [
"Support for Django 3.2 ended on 2024-04-01, see https://www.djangoproject.com/download/#supported-versions."
];
};
}