Revert "Revert "pythonPackages.django: clarify versions, remove django_lts attribute""

Every major version will have only a single LTS release, which is the
one we typically keep in Nixpkgs.

https://www.djangoproject.com/download/

This reverts commit af8a48c3c1.
This commit is contained in:
Frederik Rietdijk
2020-10-25 13:49:32 +01:00
parent af8a48c3c1
commit 89a60382e4
4 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
pyPkgs: fetchFromGitHub:
{
django_2_0 = pyPkgs.django_2_2.overridePythonAttrs (old: rec {
django_2_0 = pyPkgs.django_2.overridePythonAttrs (old: rec {
version = "2.0.12";
src = pyPkgs.fetchPypi {
inherit (old) pname;