asifpy / django-crudbuilder

Generic CRUD implementation in Django
https://django-crudbuilder.readthedocs.org/en/latest/index.html
Apache License 2.0
193 stars 67 forks source link

Pluralization seems broken #84

Open TheKayThatWasOrange opened 8 months ago

TheKayThatWasOrange commented 8 months ago

If I have a model named Delivery and feed it into CRUD Builder Django correctly assembles the url as:

/crud/models/deliveries/

But everything in CRUD Builder itself says:

Deliverys

Same for Box -> Boxs and so on and so forth.

If Django can get it right, why isn't this library using the same names?