-
Notifications
You must be signed in to change notification settings - Fork 95
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
Warning: Options.vitual_fields deprecated in Django 2.0 #81
Comments
do you plane to put it in a new release ?
|
The same thing. A couple of weeks ago I made a PR with Django 2.0 support, but @klen by some reasons tries to don't notice it. 🤔 Anyway, Django 2.0 just has been released, and I don't want to wait anymore. Let's remember old times when we were putting external dependencies into a "compat" directory :) |
This is a bit worrying. Back when we decided to use Mixer it looked like an actively developed project. Now thinking we probably should have stuck with FactoryBoy. |
When use mixer with Django and pytest, some warnings appear:
RemovedInDjango20Warning:
Options.virtual_fields
is deprecated, useprivate_fields
instead.The text was updated successfully, but these errors were encountered: