I've been hacking on django-multilingual a bit in the last few days.

Fixes, so far:
* import it into git (OK, that's not a fix per se, but how would I
work on it otherwise?)
* language codes in the database instead of in settings.py. Yay!
* allow "unique" constraints in translated fields (they need to be per-
language, dammit)
* make it work with newer Django, including the order_by_related patch
(Django issue 2076)
* VERY rudimentary Debian packaging

Availability:
http://netz.smurf.noris.de/cgi/gitweb?p=django-multilingual.git (web
frontend)
http://netz.smurf.noris.de/git/django-multilingual.git/ (pull via "git
clone")
NB: You want the "base" branch; "origin" is Upstream, and "master"
some local changes.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to