0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs/reference/contrib/modeladmin
Andy Babic 37bbbb9dba Improved code separation in contrib.modeladmin (#3467)
* Split `helpers.py` into separate `url.py`, `permission.py` and `button.py`, dedicated to those separate concerns and update the docs accordingly

* Move `ThumbnailMixin` out to `mixins.py` and update documentation accordingly

* Ad #NOQA to import lines to hush pep errors

* Alphabetise helper import order

* - Delete `helpers/helpers.py`
- wagtal -> wagtail in docs
2017-03-28 10:34:03 +01:00
..
chooseparentview.rst Fix whitespace errors in docs 2016-11-28 13:41:35 +00:00
create_edit_delete_views.rst Add exclude_fields to ModelAdmin and ModelFormView, tests and doc 2017-02-22 11:41:44 +00:00
index.rst `Added support for 'exclude_from_explorer' attribute on ModelAdmin class 2016-11-23 16:51:08 +00:00
indexview.rst Improved code separation in contrib.modeladmin (#3467) 2017-03-28 10:34:03 +01:00
inspectview.rst Reduce modeladmin’s dependency on wagtail.wagtailimages and wagtail.wagtaildocs 2017-03-03 15:33:17 +00:00
menu_item.rst Fix whitespace errors in docs 2016-11-28 13:41:35 +00:00
primer.rst Improved code separation in contrib.modeladmin (#3467) 2017-03-28 10:34:03 +01:00