Rik

Results 6 comments of Rik

I would rebase this if I could. 👍

Almost the same problem here. Found this issue page by googling "NameEmailSettingsPanel". In my case the custom user model contains no name fields. I've managed to remove those fields from...

Thank you for this issue. I'm having the **exact** same problem and thought I was going mad. Hereby confirming that this issue is not solved yet.

For anyone running into this issue, this is how I worked around it in our custom `dumpdata` wrapper. Make sure to use the ruamel library. ``` # Workaround for Django/Wagtail...

Hmm, I guess you're right. Output is `darwin` as expected. I created two fresh new virtualenvs and installation only fails on Python 3: **Python 2** ``` (wdbtest) [13:06:48] rik@rikmbp:[~]: pip...

Using `pip3`: ``` (wbdpy32) [13:32:04] rik@rikmbp:[~]: pip3 install wdb Collecting wdb Using cached wdb-3.0.6-py3-none-any.whl Collecting importmagic (from wdb) Collecting uncompyle6 (from wdb) Using cached uncompyle6-2.6.2-py2.py3-none-any.whl Collecting log-colorizer>=1.8.3 (from wdb) Using...