summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2015-10-20 23:26:52 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2015-10-20 23:26:52 +0200
commitdc7d02095fff8124aaeccf8f08958fa6797b6ce6 (patch)
tree01a710ec87d3821cfef76786bad702175a233357 /docs
parent1e1adebe92397b405563dc141c853f62feca6c82 (diff)
downloadfactory-boy-dc7d02095fff8124aaeccf8f08958fa6797b6ce6.tar
factory-boy-dc7d02095fff8124aaeccf8f08958fa6797b6ce6.tar.gz
mogo: Stop using deprecated .new (Closes #219)
This method has been deprecated in `mogo.model.Model` since 2012. Thanks to @federicobond for spotting this!
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 24c01aa..d38c06a 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -22,6 +22,7 @@ ChangeLog
- :issue:`201`: Properly handle custom Django managers when dealing with abstract Django models.
- :issue:`212`: Fix :meth:`factory.django.mute_signals` to handle Django's signal caching
- :issue:`228`: Don't load :func:`django.apps.apps.get_model()` until required
+ - :issue:`219`: Stop using :meth:`mogo.model.Model.new()`, deprecated 4 years ago.
.. _v2.5.2: