Weird hanging sentence removed.

pull/422/merge
Dave Cranwell 2014-10-15 15:20:16 +01:00
rodzic 7fe1c0b09b
commit 4eabb3f928
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -167,7 +167,6 @@ Make your model names more friendly to users of Wagtail using Django's internal
When users are given a choice of pages to create, the list of page types is generated by splitting your model names on each of their capital letters. Thus a ``HomePage`` model would be named "Home Page" which is a little clumsy. ``verbose_name`` as in the example above, would change this to read "Homepage" which is slightly more conventional.
The above example also ensures the name of the
Helpful model descriptions
--------------------------