little object name fix
replace little object name HtmlPost with TextPost that is the one used on the example
This commit is contained in:
parent
94eac1e79d
commit
c82b26d334
@ -81,7 +81,7 @@ Some simple examples of what MongoEngine code looks like::
|
|||||||
|
|
||||||
>>> len(BlogPost.objects)
|
>>> len(BlogPost.objects)
|
||||||
2
|
2
|
||||||
>>> len(HtmlPost.objects)
|
>>> len(TextPost.objects)
|
||||||
1
|
1
|
||||||
>>> len(LinkPost.objects)
|
>>> len(LinkPost.objects)
|
||||||
1
|
1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user