w-
w-
Just got bitten by this. Interesting that the DRF docs which are usually very comprehensive do not cover this at all. If TemplateHTMLRenderer is not meant to work in certain...
@micjabbour Thank you very much for your detailed writeup. Your soln solved the issue for me as well. Not sure, but this issue may be related to https://github.com/yourlabs/django-autocomplete-light/issues/602
> And the code to generate it is > > ``` > from selenium.webdriver import Firefox, FirefoxProfile > from selenium.webdriver.firefox.options import Options > > profile = FirefoxProfile( "c:/firefox/profiles/test") > profile.DEFAULT_PREFERENCES['frozen']['extensions.autoDisableScopes']...
> Error started back up in mine, very strange. On my profile `about:addons` opened to the "recommendations` tab, so I had to modify your workaround. > > ```python > def...
super old bug that apparently is still happening. SuperPuTTY 1.4.0.9 putty 0.70 windows 10 pro x64 installed super putty and putty using choclatey in case that matters. [SuperPuTTY.20190303_160601.log](https://github.com/jimradford/superputty/files/2922921/SuperPuTTY.20190303_160601.log)
This happens as part of this change in 1.7 > The tags rendered by Textarea now include a maxlength attribute if the TextField model field has a max_length. It looks...
thanks @derek-schaefer. For my own understanding, is it inappropriate for JSONFormField to inherit from django.forms.fields.CharField instead of fields.Field?
there is already a PR i've submitted for this. just waiting for it to be accepted ='( https://github.com/derek-schaefer/django-json-field/pull/41
@DougWoodCDS Thank you
@hoegertn I'd like to take you up on your offer. I spent a few hours trying to get this to work. i'm using jest. At one point i also tried...