mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-05-12 09:13:15 +00:00
Fix README
This commit is contained in:
parent
eadb450d89
commit
25cbaceddd
1 changed files with 2 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ Simple app containing a mixin model that integrates modeltranslation
|
|||
...
|
||||
)
|
||||
|
||||
2. Use TranslationMixin to integrate django-modeltranslation with Wagtail admin:
|
||||
2. Use TranslationMixin in order to integrate django-modeltranslation with Wagtail admin:
|
||||
|
||||
from wagtail_modeltranslation.models import TranslationMixin
|
||||
|
||||
|
|
@ -29,10 +29,8 @@ Simple app containing a mixin model that integrates modeltranslation
|
|||
|
||||
- New methods;
|
||||
- Now supports required fields;
|
||||
- Fixed issue related to browser location;
|
||||
- Fixed issue related to browser locale;
|
||||
|
||||
### v0.0.2
|
||||
|
||||
**Features**:
|
||||
|
||||
- Prepopulated fields now works for translated fields (title and slug)
|
||||
Loading…
Reference in a new issue