forked from ojii/django-multilingual-ng
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
18 lines (14 loc) · 767 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
======================
Django Multilingual-NG
======================
Django-multilingual-ng is a branch of django-multilingual, compatible with
Django 1.2 (Beta 1) as well as providing admin UI improvements.
multilingual-ng tries to be compatible with django-multilingual whenever
possible. In the best case you can just replace django-multilingual-ng with
django-multilingual without having to change any code in your apps.
Note that since multilingual-ng does not use language_id's anymore, you'll have
to use the mlng_convert command to migrate your old apps to ng. For this you
need south installed.
DJANGO-MULTILINGUAL-NG DOES NOT WORK WITH DJANGO TRUNK AS OF DJANGO r12502!
This issue will be resolved as soon as a new official Django package is
released.