- Added `LocalizedIntegerField`
- Ensure that subwidgets in LocalizedFieldWidget are not all the same instance.
- Addresses an issue in the template for LocalizedFieldWidget that made it impossible to render third-party widgets in tabs.
- 54 Add experimental support for localized lookups
- 56 Avoid DoesNotExist error when creating model with user defined p
- 55 Add migration to enable HStore
- 60 Fixes a bug where LocalizedIntegerField would crash if the value in the database is NULL.
- Fixes 58 Translation required for any language leads to default language constraint
- Fixes 67 Javascript error in admin since Django 2.2
- Upgrades django-postgres-extra dependency to >=1.22
PyPi