Skip to content

Fix plural form of study class

If you http://127.0.0.1:8000/admin/documents/, you will see that Django simply adds 's' to generate the plural form of a model. But it really should be Studies intead of Studys.

See: image

see: Coding style: Model style

Edited by Heinz-Alexander Fütterer