8000 Documenation: Add 'prepopulated_fields' to ignored options list on CMSPluginBase by jeroenpeters1986 · Pull Request #6667 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

Documenation: Add 'prepopulated_fields' to ignored options list on CMSPluginBase #6667

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 8, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add 'prepopulated_fields' to ignore list
Added `prepopulated_fields` to the list of options that will be ignored when creating a custom DjangoCMS plugin with CMSPluginBase (which is based on ModelAdmin)
  • Loading branch information
jeroenpeters1986 authored Apr 8, 2019
commit d46318ed6ca27083ad224f5753bcd11491028b71
1 change: 1 addition & 0 deletions docs/how_to/custom_plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ that are ignored by the CMS are:
* ``list_per_page``
* ``ordering``
* ``paginator``
* ``prepopulated_fields``
* ``preserve_fields``
* ``save_as``
* ``save_on_top``
Expand Down
0