Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RemovedInDjango110Warning: SubfieldBase has been deprecated #77

Open
aswinkp opened this issue Sep 15, 2016 · 3 comments
Open

RemovedInDjango110Warning: SubfieldBase has been deprecated #77

aswinkp opened this issue Sep 15, 2016 · 3 comments

Comments

@aswinkp
Copy link

aswinkp commented Sep 15, 2016

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

@kavdev
Copy link
Contributor

kavdev commented Sep 15, 2016

@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
Copy link
Author

aswinkp commented Sep 20, 2016

@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
Copy link
Contributor

kavdev commented Sep 20, 2016

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants