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

Fix: model cleanups for the Admin #2078

Merged
merged 2 commits into from
May 3, 2024
Merged

Fix: model cleanups for the Admin #2078

merged 2 commits into from
May 3, 2024

Commits on May 3, 2024

  1. fix(models): allow SecretNameField to be blank

    since it is not a required field on many models
    
    overriding blank=False made it so a model could not be
    saved in the Admin without providing a value
    thekaveman committed May 3, 2024
    Configuration menu
    Copy the full SHA
    20ce4c2 View commit details
    Browse the repository at this point in the history
  2. fix(models): override display string for AuthProvider

    so it gets a more normal label in Admin screens
    thekaveman committed May 3, 2024
    Configuration menu
    Copy the full SHA
    9915910 View commit details
    Browse the repository at this point in the history