From 25cbaceddd4339fa56264b72423967c54e4c1241 Mon Sep 17 00:00:00 2001 From: Rui Manuel da Silva Martins Date: Tue, 19 May 2015 10:36:59 +0100 Subject: [PATCH] Fix README --- README.rst => README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename README.rst => README.md (86%) diff --git a/README.rst b/README.md similarity index 86% rename from README.rst rename to README.md index 4ac0fa9..1779ce1 100644 --- a/README.rst +++ b/README.md @@ -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)