python311Packages.django_3: communicate end of life
Django 3 was supported until 2024-04-01, and we're taking it into NixOS 24.05 under the condition of people having to opt into its consumption. Related: #262907
This commit is contained in:
@@ -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."
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user