Alexander
Results
2
comments of
Alexander
Thanks! I have tried `fields = ()`, and I got the same exception. `ExtendedFlatPage` (is inherited from `FlatPage`) haven't `title` and `content` fields, but I attach translation fields (`title_*` and...
@dmarcelino Now I have my own models of flat pages, and the problem was gone :) When I used django-modeltranslations on Django's FlatPage, I wrote my own version of "update_translation_fields"...