Releases: Brobin/drf-generators
Releases · Brobin/drf-generators
Django 1.11, 2.2, 3.0
- Now supports both LTS versions of Django as well as 3.0
- Updated test matrix for DRF 3.11
- Updated test matrix for Python 3.6, 3.7, 3.8
- Updated URLs for the new
path
syntax
Django 2.0 Support
Merge pull request #39 from jnegro/master
Django 2.0 compatibility, and better Python 3 support
Django 1.9 support
- Got Django 1.9 in the build matrix
- Removed Py32 and Py33
0.2.7
- Verified that Python 3.5 is supported
- Verified that Django Rest Framework 3.2 is supported
0.2.6
- Added the package
drf_generators.management
to setup.py
to avoid missing __init__.py
file when installing with pip.
0.2.5
Minor fixes
- Only include depth in serializers when >0, "modelviewset" in format list - jeverling
- Removed blank lines from start/end of files and unused imports - jeverling
0.2.4
Features
- option (
-d
, --depth
) added to set serialization depth
0.2.3
Options were not being parsed correctly in versions of Python < 3.4. Fixed to user optparse.
0.2.2
There were a couple bugs to iron out with the way django treats argparse in 1.7 and 1.8. Now compatible with both versions.