You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No. Only Python 3.5 or newer is supported. We're using type hints. These do not work well under older versions of Python.
363
363
364
-
2. Does this package work with Django 1.X?
364
+
2. With what Django versions does this package work?
365
365
366
-
No. Only Django 1.11 or newer is supported. This is because we rely on Django's ``HStoreField`` and template-based widget rendering.
366
+
Only Django 1.11 or newer is supported, this includes Django 2.X. This is because we rely on Django's ``HStoreField`` and template-based widget rendering.
367
367
368
368
3. Does this package come with support for Django Admin?
0 commit comments