-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Drop obsolete model_bakery.timezone.now
#141
Conversation
And use `django.utils.timezone.now` instead. Refs #35.
d513fcf
to
2ec3eac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! 🏆 If you think is worth it, we could also release a test version on Test Pypi and get feedback from the community.
@anapaulagomes now I wonder if this would target the right audience here. :) Also, we are not officially supporting it since long, haha, so I think this is just good to go as it is now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to merge this @amureki |
I decided to do smaller steps to tackle #35 :)
It should be simpler to review-iterate now.
P.S. I wonder if this should be considered as a breaking change, but I doubt anyone who switched to
model_bakery
was using Django 1.4 and was importing this method.P.P.S. Tests did fail due to the
setup.py
import issue. I put a separate PR for them: #142 and rebased this one on top of that branch. So the only meaningful here is the first commit: 2ec3eac. To simplify review, I changed base branch toabout
, which will be switched tomain
automatically after #142 would be merged.