berinhard / model_mommy

No longer maintained, please migrate to model_bakery
http://model-bakery.readthedocs.org/
Other
903 stars 141 forks source link

Can you push the latest master branch to PyPi? #249

Closed aaronlelevier closed 9 years ago

aaronlelevier commented 9 years ago

Can you push the latest master branch to PyPi?

When you run:

pip install -U model_mommy

and then use model_mommy it gives Django 1.9 deprecation errors.

But when installing from git as:

pip install git+https://github.com/vandersonmota/model_mommy.git

there are no deprecation errors.

vandersonmota commented 9 years ago

https://pypi.python.org/pypi/model_mommy/1.2.5

;-)

aaronlelevier commented 9 years ago

Great! And thank you for this awesome library. It has made testing in Django so much easier!