Skip to content

Releases: Brobin/drf-generators

Django 1.11, 2.2, 3.0

05 Feb 18:00
Compare
Choose a tag to compare
  • 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

13 Mar 19:26
b779a1c
Compare
Choose a tag to compare
Merge pull request #39 from jnegro/master

Django 2.0 compatibility, and better Python 3 support

Django 1.10 support

08 Mar 04:37
Compare
Choose a tag to compare
0.3.0

version bump 0.3.0

Django 1.9 support

05 Feb 04:32
Compare
Choose a tag to compare
  • Got Django 1.9 in the build matrix
  • Removed Py32 and Py33

0.2.7

13 Oct 16:17
Compare
Choose a tag to compare
  • Verified that Python 3.5 is supported
  • Verified that Django Rest Framework 3.2 is supported

0.2.6

20 Sep 16:37
Compare
Choose a tag to compare
  • Added the package drf_generators.management to setup.py to avoid missing __init__.py file when installing with pip.

0.2.5

24 Aug 18:03
Compare
Choose a tag to compare

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

30 Apr 16:14
Compare
Choose a tag to compare

Features

  • option (-d, --depth) added to set serialization depth

0.2.3

19 Apr 06:42
Compare
Choose a tag to compare

Options were not being parsed correctly in versions of Python < 3.4. Fixed to user optparse.

0.2.2

11 Apr 20:34
Compare
Choose a tag to compare

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.