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

Rename obj variables #558

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

david-venhoff
Copy link
Member

Short description

This pr renames obj variables to be more descriptive.
I did not change obj variables if they can be more than a single
model type.
Also instances of obj variables in methods that overwrite a
super method are kept the same.

Proposed changes

  • Rename variables to be more descriptive

Resolved issues

Fixes: #514

I did not change obj variables if they can be more than a single
model type.
Also instances of `obj` variables in methods that overwrite a
super method are kept the same.
Comment on lines -35 to -36
:param disc: Discipline instance
:type disc: ~lunes_cms.cms.models.discipline.Discipline
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am pretty sure that this is a copy-and-paste error from the discipline_serializer

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

Successfully merging this pull request may close these issues.

Rename "obj" in parameter
1 participant