This commit is contained in:
Ross Lawley
2012-03-05 11:43:54 +00:00
parent 69251e5000
commit 7564bbdee8
3 changed files with 5 additions and 5 deletions

View File

@@ -539,8 +539,8 @@ convenient and efficient retrieval of related documents::
class DatedPage(Page):
date = DateTimeField()
.. note:: From 0.7 onwards you must declare `allow_inheritance` in the document
meta.
.. note:: From 0.7 onwards you must declare `allow_inheritance` in the document meta.
Working with existing data
--------------------------