From dcdeb4e9a29e3f12feb868b70656efd643cad078 Mon Sep 17 00:00:00 2001 From: Kaitlyn Crawford Date: Tue, 18 Dec 2018 14:02:01 +0200 Subject: [PATCH] Update imports in examples in docs --- docs/implementation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/implementation.rst b/docs/implementation.rst index 93b3208..7ddd568 100644 --- a/docs/implementation.rst +++ b/docs/implementation.rst @@ -37,7 +37,7 @@ Rules consist of two important elements, the model's fields and the ``test_user` A very simple example of a rule would look something like this:: from django.db import models - from wagtail.wagtailadmin.edit_handlers import FieldPanel + from wagtail.admin.edit_handlers import FieldPanel from personalisation import AbstractBaseRule class MyNewRule(AbstractBaseRule):