Closed GoogleCodeExporter closed 9 years ago
This a duplicate of issue 10.
I am positive about changing modeltranslation to use per-app level
translations. The historical design decision to have a project wide was
probably not the wisest one. It just has to be assured that an app can be
unregistered in a similiar way as an admin app.
After a (short) look at your fork, resp. the hyperweek's one, i see a few
problems:
1) It seems to contain several other features. A patch which applies only the
per-app level translation would be handy.
2) 23 of 28 tests fail. Now this a big one. Either the tests have to be
updated, or some features are actually broken.
3) As you said it breaks backwards compatibility, but i don't consider this a
real problem. Just has to clear in the documentation.
Original comment by eschler
on 15 Apr 2012 at 11:14
Closed issue 10 in favour of this.
Original comment by eschler
on 10 May 2012 at 8:36
Issue 10 has been merged into this issue.
Original comment by eschler
on 10 May 2012 at 8:37
Original comment by eschler
on 7 Jul 2012 at 12:07
The recently released django-modeltranslation-wrapper by Jacek Tomaszewski
implements per app translations on top of modeltranslation and keeps backwards
compatibility.
I'm planning to merge this feature for 0.5. But the autodiscover should be
triggered in urls.py like Django's admin does to prevent race conditions as
reported in issue 19 and issue 56.
http://pypi.python.org/pypi/django-modeltranslation-wrapper/1.0
Original comment by eschler
on 7 Jul 2012 at 12:18
Decided to take this into the 0.4 release cycle, which will start with an alpha
release to test the new features.
Original comment by eschler
on 10 Jul 2012 at 3:29
Original comment by eschler
on 10 Jul 2012 at 9:16
Original issue reported on code.google.com by
hainea...@gmail.com
on 10 Apr 2012 at 6:49