summaryrefslogtreecommitdiff
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2013-06-14 23:34:47 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2013-06-14 23:34:47 +0200
commit251ae29b4beedd7e9af721ceabb82a03f2d55bab (patch)
treebbc8de04b7b952a131ae4dbcc69b55c44062781b /docs/changelog.rst
parent2cb136cfb8ef1d4b3a2cb68c4cbc23547bfc395f (diff)
downloadfactory-boy-251ae29b4beedd7e9af721ceabb82a03f2d55bab.tar
factory-boy-251ae29b4beedd7e9af721ceabb82a03f2d55bab.tar.gz
doc: Add :issue: markup
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index a08330f..6489176 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -19,11 +19,13 @@ ChangeLog
*Bugfix*
- - Properly handle non-integer pks in :class:`~factory.django.DjangoModelFactory` (#57).
+ - Properly handle non-integer pks in :class:`~factory.django.DjangoModelFactory` (:issue:`57`).
+ - Disable :class:`~factory.RelatedFactory` generation when a specific value was
+ passed (:issue:`62`, thanks to `Gabe Koscky <https://github.com/dhekke>`_)
*Deprecation:*
- - Rename :class:`~factory.RelatedFactory`'s ``name`` argument to ``factory_related_name`` (See #58)
+ - Rename :class:`~factory.RelatedFactory`'s ``name`` argument to ``factory_related_name`` (See :issue:`58`)
2.0.2 (2013-04-16)
------------------
@@ -57,7 +59,7 @@ ChangeLog
through :attr:`~factory.django.DjangoModelFactory.FACTORY_DJANGO_GET_OR_CREATE`.
- Add support for :mod:`~factory.fuzzy` attribute definitions.
- The :class:`Sequence` counter can be overridden when calling a generating function
- - Add :class:`~factory.Dict` and :class:`~factory.List` declarations (Closes #18).
+ - Add :class:`~factory.Dict` and :class:`~factory.List` declarations (Closes :issue:`18`).
*Removed:*