sv0/django-markdown-app

9.3.1 doesn't support multiple markdown fields in admin.

Closed this issue · 3 comments

Interesting problem I've found is, If I have multiple markdown fields in my model and thus in my admin, only the first field will have the editor initialized. There's multiple jsons embedded in the html with the same id which is the main problem. Also because I have multiple markdown fields in the admin, webpage tries to load same js file over and over too. This was not the case in 0.9.2 but you removed that version from pypi and my production servers are having serious issues right now. I can't deploy any new server with 0.9.2 and 0.9.3.1 breaks the admin. What should I do?

sv0 commented

Hey man,
I'll check it out and let you know.

sv0 commented

@Cediddi
I do not know what Django version you do use in your project.
The bug you writes about was fixed by @rspeed in commit 4a53b13

If you need ver 0.9.2, you can still install it using direct link to ver 0.9.2:

pip install -e git+https://github.com/sv0/django-markdown-app.git@0.9.2#egg=django_markdown_app