- Fix deferred attribute for Django 3.0.
- Model fields always show verbose name if present.
- Model fields are skipped when they are already documented.
- Support "self" in foreign keys.
- Allow
:setting:
registration to fail - Fixed
runtests.py
for Django 2.2 - Reformatted all source code with black, isort and flake8
- Fixed Django 2.0 behavior when foreignkeys are strings.
- Fixed Python 2 issue with
list.clear()
.
- Fixed Django 2.0 support
- Fixed missing form fields
- Fixed handling of
ForeignKey('modelname')
- Fixed bad packaging of 0.2
- Support more Python versions (removed f-strings)
- Initial version