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/sorted section list 467 #790

Merged
merged 3 commits into from
Nov 8, 2023
Merged

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    9be07d3 View commit details
    Browse the repository at this point in the history
  2. Changed RegistrationForm to CustomUserCreationForm

    This is the same form that admin page uses when creating users.
    RegistrationForm is not affected by change in forms.py in commit:
    9be07d3
    and thereby did not get a sorted section list from previous change.
    I do not see the diffrence in accont creation between the two forms.
    hato1883 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1a9427c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Changed forms.py

    Changed so that section sorting occurs on all ModelForm's.
    This allows us to yet again use a custom ModelForm for admin page
    and another for the registration page.
    hato1883 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e1dad4e View commit details
    Browse the repository at this point in the history