blag

Results 283 comments of blag

Looks like this was merged? https://github.com/pinax/django-user-accounts/blob/master/account/migrations/0004_auto_20170416_1821.py This PR can probably be closed.

Has anybody had time to do this?

The wysihtml5 project is no longer maintained and has basically been renamed/forked into [wysihtml](https://github.com/Voog/wysihtml). It looks pretty slick!

Are you using the `MultipleChoiceField` from DRF? > I can make a reproducible example using the DRF tutorial application as the base, if that would help. That would be great!

Sorry, I didn't mean to ignore you for two months. I've been busier than normal lately. I managed to reproduce your issue *once*. You are correct - the data is...

Hm, that's interesting. I have more questions for you then. 1. What OS? What version (be as specific as possible)? 2. What version of Python (x.y.z)? 3. What version of...

@stevepiercy Thanks for the additional information! The printed data there indicates that `to_representation` is being called over every character in the string. I suspect this is because some piece of...

Having done something in the past and then converted the cron job rule to a sensor, this will absolutely pollute your execution log, making it very difficult to dig through...

I can't fix this because it would break what other people expect `__str__` to serialize. Why can't you use integers instead of strings? Like so: ```python CHOICE1 = 1 CHOICE2...