From 17f7e2f8924c548ea03a100eb8e4b33a7a829969 Mon Sep 17 00:00:00 2001 From: Diego Berrocal Date: Wed, 19 Nov 2014 02:49:08 -0500 Subject: [PATCH 1/2] Big typo fix for allow_inheritance page --- docs/guide/defining-documents.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/defining-documents.rst b/docs/guide/defining-documents.rst index 8db991c1..5b8327c3 100644 --- a/docs/guide/defining-documents.rst +++ b/docs/guide/defining-documents.rst @@ -704,7 +704,7 @@ document.:: class DatedPage(Page): date = DateTimeField() -.. note:: From 0.8 onwards you must declare :attr:`allow_inheritance` defaults +.. note:: From 0.8 onwards :attr:`allow_inheritance` defaults to False, meaning you must set it to True to use inheritance. Working with existing data From 285da0542ec3c840728cf805304a85a07851095c Mon Sep 17 00:00:00 2001 From: Diego Berrocal Date: Wed, 19 Nov 2014 09:39:51 -0500 Subject: [PATCH 2/2] Update AUTHORS with @cestdiego --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 6079ff43..d377d177 100644 --- a/AUTHORS +++ b/AUTHORS @@ -214,3 +214,4 @@ that much better: * Vyacheslav Murashkin (https://github.com/a4tunado) * André Ericson https://github.com/aericson) * Mikhail Moshnogorsky (https://github.com/mikhailmoshnogorsky) + * Diego Berrocal (https://github.com/cestdiego)