Home
last modified time | relevance | path

Searched defs:draft_title (Results 1 – 7 of 7) sorted by relevance

/dports/www/py-wagtail/wagtail-2.14.2/wagtail/tests/testapp/fixtures/
H A Dtest_specific.json7 "draft_title": "Root", string
24 "draft_title": "Welcome to the Wagtail test site!", string
41 "draft_title": "Events", string
65 "draft_title": "Christmas", string
107 "draft_title": "Tentative Unpublished Event", string
136 "draft_title": "Someone Else's Event", string
165 "draft_title": "About us", string
189 "draft_title": "Other events", string
213 "draft_title": "Special event", string
H A Dtest_explorable_pages.json7 "draft_title": "Root", string
24 "draft_title": "Welcome to testserver!", string
52 "draft_title": "About us", string
80 "draft_title": "Welcome to example.com!", string
108 "draft_title": "Content", string
137 "draft_title": "Page 1", string
166 "draft_title": "Page 2", string
195 "draft_title": "Other Content", string
224 "draft_title": "Child 1 of Page 2", string
253 "draft_title": "Welcome to example2.com!", string
H A Dtest.json7 "draft_title": "Root", string
45 "draft_title": "Events", string
69 "draft_title": "Christmas", string
99 "draft_title": "Saint Patrick", string
204 "draft_title": "About us", string
230 "draft_title": "Contact us", string
256 "draft_title": "Ameristralia Day", string
355 "draft_title": "Secret plans", string
379 "draft_title": "Steal underpants", string
406 "draft_title": "My locked page", string
[all …]
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/core/migrations/
H A D0040_page_draft_title.py7 def draft_title(apps, schema_editor): function
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/tests/modeladmintest/fixtures/
H A Dmodeladmintest_test.json94 "draft_title": "Root", string
111 "draft_title": "Welcome to the Wagtail test site!", string
128 "draft_title": "Events", string
152 "draft_title": "Christmas", string
179 "draft_title": "Santa's Grotto", string
203 "draft_title": "Santa's Workshop", string
227 "draft_title": "Claim your free present!", string
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/tests/demosite/fixtures/
H A Ddemosite.json7 "draft_title": "Root", string
30 "draft_title": "Home page", string
53 "draft_title": "Events index", string
76 "draft_title": "Blog index", string
99 "draft_title": "Standard index", string
122 "draft_title": "Event 1", string
145 "draft_title": "Event 2", string
191 "draft_title": "Contact page", string
214 "draft_title": "James Joyce", string
283 "draft_title": "Blog post", string
[all …]
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/core/models/
H A D__init__.py190 draft_title = models.CharField( variable in Page