diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-03 20:59:58 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-03 21:38:46 +0100 |
commit | e8dc25b5db5b470a64cc6a89259d476269fcebb5 (patch) | |
tree | 2fb60dde8f60dd3c2689c90f13436f637e28a312 /docs | |
parent | f248ebda408faee17f32c8f260bcf2d5df27b83d (diff) | |
download | factory-boy-e8dc25b5db5b470a64cc6a89259d476269fcebb5.tar factory-boy-e8dc25b5db5b470a64cc6a89259d476269fcebb5.tar.gz |
Get rid of the FACTORY_ABSTRACT rename.
This was just adding noise to an already complex release.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 2e7aaea..1e6d45b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -39,8 +39,6 @@ The following features have been deprecated and will be removed in an upcoming r - Usage of :meth:`~factory.Factory.set_creation_function` and :meth:`~factory.Factory.set_building_function` are now deprecated - - The :attr:`~factory.Factory.ABSTRACT_FACTORY` attribute has been renamed to - :attr:`~factory.Factory.FACTORY_ABSTRACT`. - Implicit associated class discovery is no longer supported, you must set the :attr:`~factory.Factory.FACTORY_FOR` attribute on all :class:`~factory.Factory` subclasses |