deschler / django-modeltranslation

Translates Django models using a registration approach.
BSD 3-Clause "New" or "Revised" License
1.34k stars 257 forks source link

#727 wip, added tests #729

Open benzkji opened 2 months ago

benzkji commented 2 months ago

I've added tests, but don't know how I could add migrations for the new models needed for testing.

benzkji commented 2 months ago

A few tests (5) fail now, because the test object cannot be deleted anymore ;)

benzkji commented 2 months ago

I can't get it to work properly. See my latest commit, that's how it's supposed to be setup?