File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ Changes in 1.4.1 (2017-08-01)
2
+ -----------------------------
3
+
4
+ * Fixed inheriting ``PolymorphicMPTTModel `` in an abstract model.
5
+ * Fixed ``PolymorphicMPTTQuerySet.as_manager() `` usage to return the proper manager.
6
+
7
+
1
8
Changes in 1.4 (2017-02-18)
2
9
---------------------------
3
10
Original file line number Diff line number Diff line change 1
1
# following PEP 440
2
- __version__ = "1.4"
2
+ __version__ = "1.4.1 "
Original file line number Diff line number Diff line change @@ -72,12 +72,14 @@ def find_version(*parts):
72
72
'Programming Language :: Python :: 2.7' ,
73
73
'Programming Language :: Python :: 3.3' ,
74
74
'Programming Language :: Python :: 3.4' ,
75
+ 'Programming Language :: Python :: 3.5' ,
76
+ 'Programming Language :: Python :: 3.6' ,
75
77
'Framework :: Django' ,
76
- 'Framework :: Django :: 1.6' ,
77
78
'Framework :: Django :: 1.7' ,
78
79
'Framework :: Django :: 1.8' ,
79
80
'Framework :: Django :: 1.9' ,
80
81
'Framework :: Django :: 1.10' ,
82
+ 'Framework :: Django :: 1.11' ,
81
83
'Topic :: Internet :: WWW/HTTP' ,
82
84
'Topic :: Internet :: WWW/HTTP :: Dynamic Content' ,
83
85
'Topic :: Software Development :: Libraries :: Python Modules' ,
You can’t perform that action at this time.
0 commit comments