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

Add proper string representation to database models #6

Open
toraritte opened this issue May 19, 2023 · 1 comment
Open

Add proper string representation to database models #6

toraritte opened this issue May 19, 2023 · 1 comment
Labels

Comments

@toraritte
Copy link
Member

Some actions are only possible through the admin page (e.g., to change the instructor of a SIP assignment), but most of the listings use the ID of the Django object as no string representation is provided (e.g., SIP assignments have obscure names such as "Assignment object (853)").

@toraritte toraritte added enhancement New feature or request backend frontend labels May 19, 2023
@toraritte
Copy link
Member Author

Take the __str__ methods in models.py as examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant