Skip to content

Commit a849866

Browse files
committed
Make it more clear Django 2.X is supported
1 parent 5e58bc6 commit a849866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,9 @@ Frequently asked questions (FAQ)
361361

362362
No. Only Python 3.5 or newer is supported. We're using type hints. These do not work well under older versions of Python.
363363

364-
2. Does this package work with Django 1.X?
364+
2. With what Django versions does this package work?
365365

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.
367367

368368
3. Does this package come with support for Django Admin?
369369

0 commit comments

Comments
 (0)