Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 908 Bytes

CHANGELOG.md

File metadata and controls

29 lines (16 loc) · 908 Bytes

CHANGELOG

0.374.3 - 2023-04-06

Correctly pluralizes the "UserStatus" model as "User statuses" in Django Admin.

Without this change, Django Admin automatically uses the string "User statuss" as the verbose plural name.

Achieved by overriding the Meta (Django model subclass) attribute verbose_name_plural.

Contributed by Justin Masayda via PR #368

0.374.2 - 2023-03-25

This release fixes release bot.

Contributed by ניר via PR #355

0.374.1 - 2023-03-24

This release just updates dependencies.

Contributed by ניר via PR #354