python.pkgs.django_1_10: will be dropped before 17.09
This commit is contained in:
parent
d25c87c36d
commit
01e19386f7
@ -9806,6 +9806,9 @@ in {
|
|||||||
gdal = self.gdal;
|
gdal = self.gdal;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO: Django 1.10 will be maintained until the end of the year. Therefore,
|
||||||
|
# it will be dropped before 17.09.
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/25375#issuecomment-298522597
|
||||||
django_1_10 = callPackage ../development/python-modules/django/1_10.nix {
|
django_1_10 = callPackage ../development/python-modules/django/1_10.nix {
|
||||||
gdal = self.gdal;
|
gdal = self.gdal;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user