summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2015-03-26 23:52:41 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2015-03-26 23:52:41 +0100
commit140956f854b34164cce90bbaaa49255383a440c1 (patch)
tree9259ed24feb6413097acda6f18ff61726e1a2a67 /docs
parenta1e5ff13c0573feb95c810e7e27cd30de97b8f21 (diff)
downloadfactory-boy-140956f854b34164cce90bbaaa49255383a440c1.tar
factory-boy-140956f854b34164cce90bbaaa49255383a440c1.tar.gz
Clarify impacts of 2.5.0.
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 0554eb7..326e8f1 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -25,11 +25,16 @@ ChangeLog
- Avoid issues when using :meth:`factory.django.mute_signals` on a base factory class (see :issue:`183`).
- Fix limitations of :class:`factory.StubFactory`, that can now use :class:`factory.SubFactory` and co (see :issue:`131`).
+
*Deprecation:*
- Remove deprecated features from :ref:`v2.4.0`
- Remove the auto-magical sequence setup (based on the latest primary key value in the database) for Django and SQLAlchemy;
- this relates to issues :issue:`170`, :issue:`153`, :issue:`111`, :issue:`103`, :issue:`92`, :issue:`78`.
+ this relates to issues :issue:`170`, :issue:`153`, :issue:`111`, :issue:`103`, :issue:`92`, :issue:`78`. See https://github.com/rbarrois/factory_boy/commit/13d310f for technical details.
+
+.. warning:: Version 2.5.0 removes the 'auto-magical sequence setup' bug-and-feature.
+ This could trigger some bugs when tests expected a non-zero sequence reference.
+
.. _v2.4.1: