From 38f4a69db8f71cb52b9e7fd8d6e20e7d052a5b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 10 Feb 2016 01:13:17 +0100 Subject: Add ChangeLog for 2.6.1 --- docs/recipes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/recipes.rst') diff --git a/docs/recipes.rst b/docs/recipes.rst index df86bac..a627e8b 100644 --- a/docs/recipes.rst +++ b/docs/recipes.rst @@ -88,7 +88,7 @@ When a :class:`UserFactory` is instantiated, factory_boy will call Example: Django's Profile -""""""""""""""""""""""""" +~~~~~~~~~~~~~~~~~~~~~~~~~ Django (<1.5) provided a mechanism to attach a ``Profile`` to a ``User`` instance, using a :class:`~django.db.models.OneToOneField` from the ``Profile`` to the ``User``. -- cgit v1.2.3