summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2014-05-18 14:20:26 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2014-05-18 14:20:26 +0200
commitfd3d2583580fc18ff1531b5be02238c8c2addccc (patch)
tree2b338799ff277f86e879affa2236c566dc2fd829
parentc7b2ac71acd93b5afdf5cb4d958ffa1bbcd464e1 (diff)
downloadfactory-boy-fd3d2583580fc18ff1531b5be02238c8c2addccc.tar
factory-boy-fd3d2583580fc18ff1531b5be02238c8c2addccc.tar.gz
Update ChangeLog
-rw-r--r--docs/changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 47d1139..e5d76c7 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -12,6 +12,11 @@ ChangeLog
- Add support for :attr:`factory.fuzzy.FuzzyInteger.step`, thanks to `ilya-pirogov <https://github.com/ilya-pirogov>`_ (:issue:`120`)
- Add :meth:`~factory.django.mute_signals` decorator to temporarily disable some signals, thanks to `ilya-pirogov <https://github.com>`_ (:issue:`122`)
- Add :class:`~factory.fuzzy.FuzzyFloat` (:issue:`124`)
+ - Declare target model and other non-declaration fields in a ``class Meta`` section.
+
+*Deprecation:*
+
+ - Use of ``FACTORY_FOR`` and other ``FACTORY`` class-level attributes is deprecated and will be removed in 2.5.
.. _v2.3.1: