From 6d27bb3334c62dd07f2adc6625ef3f8984ea38a6 Mon Sep 17 00:00:00 2001 From: Damian Mastylo Date: Thu, 13 Sep 2018 17:59:41 -0400 Subject: [PATCH] Fix typo in admin.rst --- docs/admin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin.rst b/docs/admin.rst index caea29b..288daa6 100644 --- a/docs/admin.rst +++ b/docs/admin.rst @@ -1,7 +1,7 @@ Django admin integration ======================== -Off course, it's possible to register individual polymorphic models in the Django admin interface. +Of course, it's possible to register individual polymorphic models in the Django admin interface. However, to use these models in a single cohesive interface, some extra base classes are available. Setup