5monkeys / django-enumfield

Custom Django field for using enumerations of named constants
MIT License
205 stars 46 forks source link

Supporting Django 2? #44

Closed ADR-007 closed 6 years ago

ADR-007 commented 6 years ago

Now it fails with error AttributeError: module 'django.db.models' has no attribute 'SubfieldBase'

lengzuo commented 6 years ago

Please use pip install --pre django-enumfield==1.3b2 for Django >= 1.9.

Swamii commented 6 years ago

We don't officially support Django 2.0 yet (PRs welcome). 1.4rc1 might work, but it is not tested.

Swamii commented 6 years ago

Django 2.0 and 2.1 are now officially supported (1.5 and onwards). Please open a new issue if there's any problems with it.