Renamed to "Page models"

I think this is a good place to add some general usage docs so made the name more generic.
pull/1778/merge
Karl Hobley 2015-09-21 16:13:02 +01:00 zatwierdzone przez Matt Westcott
rodzic e1bb391625
commit 86c01bdf7b
3 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -14,7 +14,7 @@ Below are some useful links to help you get started with Wagtail.
* **Creating your Wagtail site**
* :doc:`topics/creating_pages`
* :doc:`topics/pages`
* :doc:`topics/writing_templates`
* :doc:`topics/images/index`
* :doc:`topics/search/index`

Wyświetl plik

@ -5,7 +5,7 @@ Topics
.. toctree::
:maxdepth: 2
creating_pages
pages
writing_templates
images/index
search/index

Wyświetl plik

@ -1,6 +1,6 @@
====================
Creating page models
====================
===========
Page models
===========
Each page type (a.k.a Content type) in Wagtail is represented by a Django model. All page models must inherit from the :class:`wagtail.wagtailcore.models.Page` class.