From 4816dcdc4c56bb4f9979ead1b00b83d69e6b578a Mon Sep 17 00:00:00 2001 From: Keith Bussell Date: Fri, 4 Mar 2016 09:52:36 -0800 Subject: [PATCH] Docs: fix link to django-jsonfield project https://github.com/bradjasper/django-jsonfield/ is a different project that's called `jsonfield` in pypi. --- docs/source/data.rst | 2 +- docs/source/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/data.rst b/docs/source/data.rst index f1b284cc..abeb5378 100644 --- a/docs/source/data.rst +++ b/docs/source/data.rst @@ -10,7 +10,7 @@ settings.py to enable it. .. note:: - This feature requires that you have `django-jsonfield `_ installed + This feature requires that you have `django-jsonfield `_ installed You can send the custom data as extra keyword arguments to the ``action`` signal. diff --git a/docs/source/installation.rst b/docs/source/installation.rst index d86b9148..798bd267 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -63,7 +63,7 @@ Install it as you would normally and then modify your settings to use the deprec Add extra data to actions ------------------------- -If you want to use custom data on your actions, then make sure you have `django-jsonfield `_ installed +If you want to use custom data on your actions, then make sure you have `django-jsonfield `_ installed .. code-block:: bash