mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-14 08:03:10 +00:00
With several level of inheritance, custom managers with custom querysets, and a ManyToMany field with an explicit intermediary table. This reproduces bugs #389 and #413. |
||
|---|---|---|
| .. | ||
| management | ||
| static/modeltranslation | ||
| tests | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| decorators.py | ||
| fields.py | ||
| forms.py | ||
| manager.py | ||
| models.py | ||
| settings.py | ||
| translator.py | ||
| utils.py | ||
| widgets.py | ||