- Bugfix for models detection and more unit tests. (PR #13)
- Skip proxy, abstract and not managed model. (Issue #11 by @xjlin0)
- Update meta information in setup.py.
- Add comments to tables based on verbose_name of model. (PR #5 by @ssatoh17)
- Add psqlextra.backend to ALLOWED_ENGINES. (PR #4 by @shuribuzz)
- Fix case, when help_text or verbose_name use ugettext_lazy from django. (PR #1 by @ErhoSen)
- First release on PyPI.