django-nonrel / djangotoolbox

Django tools for building nonrel backends
BSD 3-Clause "New" or "Revised" License
200 stars 125 forks source link

RemovedInDjango110Warning: SubfieldBase has been deprecated #77

Open aswinkp opened 7 years ago

aswinkp commented 7 years ago

in djangotoolbox/fields.py:238 RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead. class EmbeddedModelField(models.Field):

kavdev commented 7 years ago

@aswinkp: I have plans to create a separate package for use with modern Django. Best advise is to just ignore the warning for now.

aswinkp commented 7 years ago

@kavdev May I know how long would it take for you? Beacuse I am building a model layer for Couchbase. Once if your package is in PyPI, I would also start test and package my repo to PyPI.

kavdev commented 7 years ago

@aswinkp: I don't have a timeline for you. It's at the end of a long list of TODOs. Last time I checked, my fork of this works with 1.9