Dirk Eschler
Dirk Eschler
Is django-responsive supposed to work with Django 1.11? All i get from device info is: `` {u'width': None, u'pixelratio': None, u'type': None, u'height': None} `` The setup worked before with...
_Original author: [email protected] (November 14, 2010 14:26:39)_ Currently it is so, that you have to go through all your models to find untranslated items, and it is counterproductive if you...
Add support for `readonly_fields` in tabbed translation fields. This turns out to be not as easy as it sounds. `ModelAdmin` doesn't render readonly fields as form fields. As `tabbed_translation_fields.js` is...
We currently force `null=True` on all translation fields (except for `BooleanField` which has no such option) through the `TranslationField` constructor. Is it really wise to do so? Shouldn't we better...
I'm wondering if we can (and should) actively prevent the underlying value of the original field from being updated. With 0.5 we defined [the state of the original field](https://django-modeltranslation.readthedocs.org/en/latest/usage.html#the-state-of-the-original-field) as...
**Describe the bug** Trying to open a remote file through GNOMEs file manager Nautilus fails and results in an error. **To Reproduce** Steps to reproduce the behavior: 1. Have Gnome...
After upgrading to version 3.5.3 placeholders don't work for me anymore. FileBrowseFields with empty values just return an empty string rather than the placeholder fb_version. Relevant filebrowser settings: ``` FILEBROWSER_DIRECTORY...
Searching for a quoted string like "foo bar" fails with a QueryError for me. Perhaps needless to say - it only happens when the search string is actually indexed. I'm...