ojii / django-multilingual-ng

THIS PROJECT IS *NOT* SUPPORTED AND SHOULD NOT BE USED UNLESS YOU KNOW EXACTLY WHAT YOU'RE DOING!!!

Home Page:https://github.com/KristianOellegaard/django-hvad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flatpages still doesn't work

tfuuuu opened this issue · comments

I didn't touch flatpages or tested it since i have no use for it. that 'strange error'
is due to a hidden field not being filled in.

this fields actually can't be filled. i don't able to fill "title" and "content" fields

upgraded for new version. still doesn't work

did you at least 'convert' it to the new multilingual (using manage.py mlng_convert)?

nope. i drop all tables and trying to plug multilingual-ng from scratch

and also here is mistake in last commit (in flatpages/admin.py)

import multilingual.admin import MultilingualModelAdmin, MultilingualModelAdminForm

but correcting this didn't help anyway

merged that commit

is this still an issue? I'm actually considering dropping flatpages (since I don't really see a point for them..)

Not a problem for me, it's not a big problem rolling custom flatpages implementation when needed.

this is not an issue anymore. all works fine.
i don't know why you want to drop it. it's not a big problem rolling any implementation when needed, but this is already done and works well

i won't drop it. I was thinking about that because I thought I'll only have troubles with it. But it turns out it's actually a quite nice thing to have to test stuff.