mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 05:24:45 +00:00
Put a space back
Accidentally removed by previous commit
This commit is contained in:
parent
1d878c6788
commit
8a8b440532
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ Each Wagtail page type is a Django model, represented in the database as a separ
|
|||
|
||||
Each page type can have its own set of fields. For example, a news article may have body text and a published date, whereas an event page may need separate fields for venue and start/finish times.
|
||||
|
||||
In Wagtail, you can use any Django field class. Most field classes provided bythird party apps should work as well.
|
||||
In Wagtail, you can use any Django field class. Most field classes provided by third party apps should work as well.
|
||||
|
||||
Wagtail also provides a couple of field classes of its own:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue