Skip to content

Releases: umutbozkurt/django-rest-framework-mongoengine

v3.4.1

02 Jan 13:42
4d32ee1
Compare
Choose a tag to compare

Add support for Django 3.0 and DRF 3.11 !!!

3.4.0: Merge pull request #268 from uoxiu/master

20 Sep 09:36
ced3b1d
Compare
Choose a tag to compare

New wave release.

Tested and compatible:

python == 3.6
Django == 1.11, 2.2
djangorestframework == 3.4
mongoengine == 0.16, 0.18

v3.3.0

22 Dec 11:15
Compare
Choose a tag to compare

New wave release.

Tested and compatible:

  • python == 2.7, 3.4
  • Django == 1.8, 1.9
  • djangorestframework == 3.3
  • mongoengine == 0.9, 0.10

v2.0.2

27 Jan 08:12
Compare
Choose a tag to compare

Browsable API fixed #62

v2.0

16 Jan 22:51
Compare
Choose a tag to compare

DRF 3 support

v1.5.3

30 Oct 10:12
Compare
Choose a tag to compare

-Depth argument now works as intented. @danpoland

v1.5.1

17 Sep 09:10
Compare
Choose a tag to compare

Fixed ObjectId serialization on ListField #31

v1.5

08 Sep 21:15
Compare
Choose a tag to compare

Django 1.7 compliant @neodark

v1.4

04 Sep 22:33
Compare
Choose a tag to compare

Viewsets & Router support @Korkki

v1.3.3

25 Aug 05:15
Compare
Choose a tag to compare

Solved main serializing issues