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 pluralizations of models on admin page #2354

Closed
betaveros opened this issue Mar 16, 2017 · 7 comments · Fixed by #3197
Closed

Fix pluralizations of models on admin page #2354

betaveros opened this issue Mar 16, 2017 · 7 comments · Fixed by #3197
Assignees
Labels

Comments

@betaveros
Copy link
Member

Kind of related to #1321, but at least we should tell Django that (for example) the plural of "category" is "categories". I don't think Meta class changes would require database migrations or anything of that sort? Basically just do this: https://docs.djangoproject.com/en/1.8/ref/models/options/#verbose-name-plural

@betaveros
Copy link
Member Author

Oh I guess I should link #2357 to this.

(I wouldn't mind leaving these pluralizations as tiny changes for people to learn how to contribute with, but I think I can find more minor issues eventually.)

@Nickatak
Copy link

Nickatak commented Jan 7, 2018

Hello! Is this still an existing issue?

@milescalabresi
Copy link
Contributor

Yes, please feel free to address it if you'd like. I dropped the ball

@Nickatak
Copy link

Nickatak commented Jan 8, 2018

Ofcourse. I'm stuck on something else at the moment, so I will start this tomorrow when I have time (I also need time to read through the docs/readme's to make sure I'm doing this right, as I'm pretty new). :D

@Nickatak
Copy link

Nickatak commented Jan 9, 2018

@milescalabresi Do you happen to have a list of which ones are/are not completed? Or would you prefer me to just go through each one and check?

@milescalabresi
Copy link
Contributor

I don't, sorry. I remember them being pretty easy to notice, though.

@Nickatak
Copy link

Nickatak commented Jan 11, 2018

Erm, I understand what must be done here, but I have no good way to test this (I have a win box only right now). I spent the last day or so trying to get this to run, but I think I'm going to have to decline this due to not having a proper testing environment available for it, sorry :C

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

Successfully merging a pull request may close this issue.

4 participants