mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Changed the requirements to have mptt just greater than 0.2
This commit is contained in:
parent
c479cc6ad9
commit
50bf7e1896
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
__version_info__ = {
|
||||
'major': 0,
|
||||
'minor': 2,
|
||||
'micro': 1,
|
||||
'micro': 2,
|
||||
'releaselevel': 'final',
|
||||
'serial': 0
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
django-mptt>=0.3
|
||||
django-mptt>=0.2
|
||||
Loading…
Reference in a new issue