Davide
Davide
Just had the same problem. `paginate` overrides Rails' render method. This override is skipped if the application serves the cached results, so in order to get the correct (full) headers...
Hi! Thanks for your prompt answer: 1) I'm on 1.11 2) yes it added to INSTALLED_APPS: is there a specific position I have to place it? I currently have: ```python...
I tried to rename widget2 in widget.html w/ any luck. I copy and paste here below the relevant sections of the mentioned files: **views.py** ```python def forum_new_thread(request): form = ForumThreadForm()...
slighty different but I think it should be the same: ```python from markdownx.fields import MarkdownxFormField from django import forms class ForumThreadForm(forms.Form): content = MarkdownxFormField() ``` `makemigations` and `migrate` return `No...
I get the following html: ```html Content: ``` The `textarea` is correctly rendered and and I don't get any error in Django or JS console, but I would expect to...
Many thanks for your answer; now i'm travelling, i can check and followup tomorrow morning!
Even the small hack does not solve my issue, I really think it's about Django not locating the template. I share with you my tree, maybe you notice something I'm...
I ended up doing the whole thing in CSS, but if I could override the field template everything would have been easier! So the issue is still pending
They are related to [Django Autocomplete Light](https://django-autocomplete-light.readthedocs.io/en/master/)
It would be great to have it