Remove django 1.10 from tests

This commit is contained in:
Charlie Denton
2017-10-29 00:17:47 +01:00
parent 1a4595f5ce
commit 96b11b50f9
3 changed files with 4 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Changelog
Changes in git
--------------
* **BACKWARDS INCOMPATIBILITY:** Dropped Django 1.8 support.
* **BACKWARDS INCOMPATIBILITY:** Dropped Django 1.8 and 1.10 support.
* **BACKWARDS INCOMPATIBILITY:** Removed old deprecated code from 1.0, thus:
* Import managers from ``polymorphic.managers`` (plural), not ``polymorphic.manager``.