Skip to content
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

Implement "frozen" fields #2116

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on May 11, 2021

  1. Add support for frozen fields

    This adds to new fields to the BaseModelView: `allow_frozen_fields` and
    `excluded_frozen_fields`. Setting `allow_frozen_fields` to True adds
    another button to the create and the edit view which acts like
    "Save and Add Another", but "freezes" the fields (i.e.,
    doesn't reset their contents).
    
    `excluded_frozen_fields` can be used to specify fields
    which should always be cleared (e.g., password fields).
    falko17 committed May 11, 2021
    Configuration menu
    Copy the full SHA
    b7243d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    79d1c7c View commit details
    Browse the repository at this point in the history