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

1694: added stipulations to program electives causes 500 error in Django admin #1751

Commits on Jul 12, 2023

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

Commits on Jul 14, 2023

  1. Program django admin validation error messages

    Errors messages are displayed for:
    - Minimum # of" operator must have Value equal to 1 or more.
    - Minimum # of" operator must have Value equal to 1 or more.
    - Minimum # of" operator must have Value equal to or less than the number of elective courses in the section.
    - Section must have a Title.
    This also adds operator_value and elective_flag to the default requirements section in order to allow the user to change the section to an elective section.
    collinpreston committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f4c8fb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d54f55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b61410b View commit details
    Browse the repository at this point in the history
  4. Improve commenting

    collinpreston committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7e90b1c View commit details
    Browse the repository at this point in the history