From 109d078510d1cf56dc497d229f86997c804d2fac Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sat, 15 Aug 2020 10:30:35 +0200 Subject: [PATCH] Fixes doc code block --- docs/admin.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin.rst b/docs/admin.rst index aad6913b..a774c4c3 100644 --- a/docs/admin.rst +++ b/docs/admin.rst @@ -39,6 +39,7 @@ Customize the admin UI by creating your own ``admin.ModelAdmin`` class and use ` for example: .. code-block:: python + from django_q import models as q_models from django_q import admin as q_admin