python.pkgs.django_1_10: will be dropped before 17.09

This commit is contained in:
Frederik Rietdijk 2017-06-05 13:14:28 +02:00
parent d25c87c36d
commit 01e19386f7

View file

@ -9806,6 +9806,9 @@ in {
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 {
gdal = self.gdal;
};