jacobtoppm
|
12d5edcef6
|
Add heading option to panels reference
|
2020-03-19 16:10:30 +00:00 |
|
Dan Swain
|
5a8c4edba5
|
Documentation - add StreamFieldPanel to available panel types
|
2019-12-01 19:13:11 +10:00 |
|
DanAtShenTech
|
56f29a0825
|
Clarify explanation of ParentalKey within InlinePanel (#5070)
Make it clear that the relationship to relate a cluster of objects to a page is called ParentalKey.
|
2019-02-13 16:32:22 +00:00 |
|
Sergey Fedoseev
|
47465197a9
|
Use intersphinx for Django references when possible. (#4896)
|
2018-11-14 11:48:32 +00:00 |
|
Matt Westcott
|
a9a69bedf5
|
Move HelpPanel documentation to avoid redefinition of wagtail.admin.edit_handlers module
|
2018-05-15 14:57:07 +01:00 |
|
Matt Westcott
|
5ce14841d8
|
Remove ancient versionchanged notes
|
2018-05-15 14:54:41 +01:00 |
|
DanAtShenTech
|
8c686b6a6b
|
Typo
|
2018-04-11 13:22:45 +01:00 |
|
Kevin Chung
|
d188576af8
|
Adds a new HelpPanel (#4374)
|
2018-03-15 16:46:34 +01:00 |
|
LB
|
70eb2b6ae3
|
add on_delete argument to ParentalKey & ForeignKey
|
2017-12-15 10:33:09 +00:00 |
|
Matt Westcott
|
9610c2d3af
|
Make InlinePanel heading independent of label. Original commit by @Adrian-Turjak
|
2017-11-30 12:08:19 +00:00 |
|
Karl Hobley
|
f29ce6c1f9
|
Renamed wagtail.wagtailforms to wagtail.contrib.forms
Conflicts:
docs/reference/contrib/forms/customisation.rst
docs/reference/contrib/forms/index.rst
wagtail/contrib/forms/tests/test_forms.py
wagtail/contrib/forms/tests/test_models.py
wagtail/contrib/forms/tests/test_views.py
wagtail/contrib/forms/views.py
wagtail/contrib/forms/wagtail_hooks.py
wagtail/tests/settings.py
wagtail/tests/testapp/models.py
|
2017-11-26 22:43:47 +00:00 |
|
Karl Hobley
|
1ecf48fb3f
|
Rename wagtail.wagtailsnippets to wagtail.snippets
Conflicts:
docs/advanced_topics/settings.rst
docs/getting_started/integrating_into_django.rst
docs/topics/pages.rst
docs/topics/snippets.rst
gulpfile.js/config.js
wagtail/contrib/wagtailstyleguide/views.py
wagtail/project_template/project_name/settings/base.py
wagtail/snippets/tests.py
wagtail/snippets/views/chooser.py
wagtail/snippets/views/snippets.py
wagtail/snippets/wagtail_hooks.py
wagtail/tests/settings.py
wagtail/tests/snippets/models.py
wagtail/tests/testapp/models.py
|
2017-11-26 22:43:47 +00:00 |
|
Karl Hobley
|
bf0f3e02ba
|
Rename wagtail.wagtailimages to wagtail.images
Conflicts:
docs/advanced_topics/api/v2/configuration.rst
docs/advanced_topics/jinja2.rst
docs/advanced_topics/settings.rst
docs/getting_started/integrating_into_django.rst
docs/getting_started/tutorial.rst
docs/topics/pages.rst
docs/topics/streamfield.rst
gulpfile.js/config.js
tox.ini
wagtail/admin/tests/test_compare.py
wagtail/admin/tests/test_edit_handlers.py
wagtail/api/v2/signal_handlers.py
wagtail/contrib/wagtailstyleguide/views.py
wagtail/core/tests/test_streamfield.py
wagtail/documents/tests/test_models.py
wagtail/images/models.py
wagtail/images/permissions.py
wagtail/images/tests/test_admin_views.py
wagtail/images/tests/test_image_operations.py
wagtail/images/tests/test_models.py
wagtail/images/tests/test_signal_handlers.py
wagtail/images/views/chooser.py
wagtail/images/views/images.py
wagtail/images/views/multiple.py
wagtail/images/wagtail_hooks.py
wagtail/images/widgets.py
wagtail/project_template/project_name/settings/base.py
wagtail/tests/demosite/models.py
wagtail/tests/non_root_urls.py
wagtail/tests/settings.py
wagtail/tests/testapp/migrations/0001_initial.py
wagtail/tests/testapp/migrations/0008_inlinestreampage_inlinestreampagesection.py
wagtail/tests/testapp/migrations/0009_defaultstreampage.py
wagtail/tests/urls.py
|
2017-11-26 22:43:47 +00:00 |
|
Karl Hobley
|
78b1372cd4
|
Rename wagtail.wagtaildocs to wagtail.documents
Conflicts:
docs/advanced_topics/i18n/index.rst
docs/advanced_topics/settings.rst
docs/getting_started/integrating_into_django.rst
gulpfile.js/config.js
wagtail/admin/tests/test_collections_views.py
wagtail/api/v2/signal_handlers.py
wagtail/contrib/wagtailstyleguide/views.py
wagtail/core/tests/test_collection_permission_policies.py
wagtail/documents/permissions.py
wagtail/documents/tests/test_admin_views.py
wagtail/documents/tests/test_collection_privacy.py
wagtail/documents/tests/test_models.py
wagtail/documents/views/chooser.py
wagtail/documents/views/documents.py
wagtail/documents/views/serve.py
wagtail/documents/wagtail_hooks.py
wagtail/documents/widgets.py
wagtail/project_template/project_name/urls.py
wagtail/tests/demosite/models.py
wagtail/tests/non_root_urls.py
wagtail/tests/settings.py
wagtail/tests/testapp/models.py
wagtail/tests/urls.py
|
2017-11-26 22:43:47 +00:00 |
|
Karl Hobley
|
062d05189b
|
Rename wagtail.wagtailadmin to wagtail.admin
Conflicts:
docs/advanced_topics/customisation/admin_templates.rst
docs/advanced_topics/customisation/page_editing_interface.rst
docs/advanced_topics/i18n/duplicate_tree.rst
docs/advanced_topics/jinja2.rst
docs/advanced_topics/settings.rst
docs/getting_started/integrating_into_django.rst
docs/getting_started/tutorial.rst
docs/reference/hooks.rst
docs/reference/pages/panels.rst
docs/topics/pages.rst
docs/topics/streamfield.rst
wagtail/admin/blocks.py
wagtail/admin/checks.py
wagtail/admin/edit_handlers.py
wagtail/admin/forms.py
wagtail/admin/rich_text.py
wagtail/admin/search.py
wagtail/admin/site_summary.py
wagtail/admin/templatetags/wagtailadmin_tags.py
wagtail/admin/tests/test_admin_search.py
wagtail/admin/tests/test_buttons_hooks.py
wagtail/admin/tests/test_compare.py
wagtail/admin/tests/test_edit_handlers.py
wagtail/admin/tests/test_page_chooser.py
wagtail/admin/tests/test_pages_views.py
wagtail/admin/tests/test_rich_text.py
wagtail/admin/tests/test_widgets.py
wagtail/admin/tests/tests.py
wagtail/admin/urls/__init__.py
wagtail/admin/views/account.py
wagtail/admin/views/chooser.py
wagtail/admin/views/collection_privacy.py
wagtail/admin/views/collections.py
wagtail/admin/views/home.py
wagtail/admin/views/page_privacy.py
wagtail/admin/viewsets/model.py
wagtail/admin/wagtail_hooks.py
wagtail/admin/widgets.py
wagtail/contrib/settings/registry.py
wagtail/contrib/wagtailsearchpromotions/wagtail_hooks.py
wagtail/contrib/wagtailstyleguide/wagtail_hooks.py
wagtail/project_template/project_name/settings/base.py
wagtail/project_template/project_name/urls.py
wagtail/tests/non_root_urls.py
wagtail/tests/settings.py
wagtail/tests/snippets/models.py
wagtail/tests/testapp/models.py
wagtail/tests/testapp/wagtail_hooks.py
wagtail/tests/urls.py
wagtail/wagtaildocs/models.py
wagtail/wagtaildocs/views/chooser.py
wagtail/wagtaildocs/wagtail_hooks.py
wagtail/wagtailembeds/wagtail_hooks.py
wagtail/wagtailforms/models.py
wagtail/wagtailforms/tests/test_views.py
wagtail/wagtailforms/views.py
wagtail/wagtailforms/wagtail_hooks.py
wagtail/wagtailimages/models.py
wagtail/wagtailimages/views/chooser.py
wagtail/wagtailimages/wagtail_hooks.py
wagtail/wagtailredirects/forms.py
wagtail/wagtailredirects/wagtail_hooks.py
wagtail/wagtailsites/forms.py
wagtail/wagtailsites/views.py
wagtail/wagtailsites/wagtail_hooks.py
wagtail/wagtailsnippets/tests.py
wagtail/wagtailsnippets/wagtail_hooks.py
wagtail/wagtailusers/forms.py
wagtail/wagtailusers/views/groups.py
wagtail/wagtailusers/wagtail_hooks.py
|
2017-11-26 22:43:47 +00:00 |
|
Karl Hobley
|
4300e19da2
|
Rename wagtail.wagtailcore to wagtail.core
|
2017-11-26 22:43:47 +00:00 |
|
Matt Westcott
|
8aa316c575
|
Correct description of 'title' class on FieldPanel - fixes #2990
|
2016-09-15 17:02:25 +01:00 |
|
Matt Westcott
|
b0aa210078
|
Recognise classname parameter on InlinePanel. Fixes #1316
|
2016-09-15 16:44:51 +01:00 |
|
dirtycoder
|
959723eddb
|
Create a panel to display informations about the submissions for form pages, fix #406
|
2016-09-01 15:22:30 +01:00 |
|
Matt Westcott
|
bdaf696cd2
|
Release note / docs for #2257
|
2016-06-10 14:26:30 +01:00 |
|
Tim Heap
|
facd66cf82
|
Use code-block:: python for a code example in docs
|
2016-05-08 04:59:34 +02:00 |
|
Philipp Dieter
|
d247fe9bf6
|
Fix name of ForeignKey object
|
2016-05-08 04:50:37 +02:00 |
|
Matt Westcott
|
c025e1d3e5
|
Add a can_choose_root flag to PageChooserPanel.
This restores the previous behaviour, since there are plausible scenarios where choosing the root might be appropriate.
|
2015-11-02 15:12:42 +00:00 |
|
Matt Westcott
|
c21800b7b0
|
Merge branch 'inline-panel-min-max' of https://github.com/kaedroho/wagtail into kaedroho-inline-panel-min-max
Conflicts:
wagtail/wagtailadmin/edit_handlers.py
|
2015-10-09 15:42:54 +01:00 |
|
Matt Westcott
|
7d67e4b448
|
Minor copyediting on the Pages docs
|
2015-10-05 21:07:09 +01:00 |
|
Karl Hobley
|
1b282d49bc
|
Work on "Page models"
|
2015-10-05 21:07:09 +01:00 |
|
Karl Hobley
|
e1bb391625
|
editing_api => panels
|
2015-10-05 21:07:08 +01:00 |
|