File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 6565- Google Maps Plugin now uses the version 3 of their API, no longer requiring an API Key.
6666
6767
68- ==== 2.3.0 (in development) ====
68+ ==== 2.3.0 ====
6969
7070- Compatibility with Django 1.3.1 and 1.4 (1.2 support dropped)
7171- Lazy admin page tree loading
8181- django-reversion dependency upgraded to 1.6
8282- django-sekizai dependency upgraded to 0.6.1 or higher
8383- django-mptt dependency upgraded to 0.5.1 or higher
84+
85+ ==== 2.3.1 ====
86+
87+ - pinned version of django-mptt to 0.5.1 or 0.5.2
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- __version__ = '2.3.post0 '
2+ __version__ = '2.3.1 '
33
44# patch settings
55try :
Original file line number Diff line number Diff line change 3232 'django-classy-tags>=0.3.4.1' ,
3333 'south>=0.7.2' ,
3434 'html5lib' ,
35- 'django-mptt>=0.5.1,<0.6 ' ,
35+ 'django-mptt>=0.5.1,<0.5.3 ' ,
3636 'django-sekizai>=0.6.1' ,
3737 ],
3838 tests_require = [
You can’t perform that action at this time.
0 commit comments