We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6a958 commit 87bb9e1Copy full SHA for 87bb9e1
setup.py
@@ -39,7 +39,7 @@ def find_version(*parts):
39
license='Apache 2.0',
40
41
install_requires=[
42
- 'django-fluent-utils>=1.1.4', # DRY utility code
+ 'django-fluent-utils>=1.2.3', # DRY utility code
43
'django-mptt>=0.5.5', # Still supporting Django 1.5, use mptt 0.6 for Python 3 support.
44
'django-parler>=1.4', # Needed for Django 1.8 compatibility
45
'django-polymorphic>=0.7', # Needed for Django 1.8 compatibility
0 commit comments