umutbozkurt / django-rest-framework-mongoengine

Mongoengine support for Django Rest Framework
MIT License
616 stars 167 forks source link

Will it support django2.x in the future? #267

Closed cmdedj closed 4 years ago

cmdedj commented 5 years ago

Will it support django2.x in the future?

BurkovBA commented 5 years ago

I'm sorry, I'm very much out of time to work on this project lately. It's pretty low on my priorities list now, so I can't promise I will update it in the next few months. Take care.

cmdedj commented 5 years ago

I'm sorry, I'm very much out of time to work on this project lately. It's pretty low on my priorities list now, so I can't promise I will update it in the next few months. Take care.

i know, thank you~

uoxiu commented 5 years ago

@cmdedj hi, I use this package in django 2.x. ViewSets, DocumentSerializer and GenericApiView works well

cmdedj commented 5 years ago

@uoxiu thank you very much~ >.<

uoxiu commented 4 years ago

Successfully tested on Django 2.2, last DRF and me 0.18 https://travis-ci.org/umutbozkurt/django-rest-framework-mongoengine

cmdedj commented 4 years ago

@uoxiu nice,thank you on behalf of everyone.