Daniel Hillier
Daniel Hillier
Sounds like a good plan :)
I was having a look through the issues and found #315 which was a bit old and you had asked for a python test demonstrating the issue and thought I...
The fix just clears out asynchat inbound buffer in `ftp_AUTH` if a secure connection is being established. Not sure that is the proper fix and happy for you to choose...
Hi, I can't help with the original report raised but for the `Name 'settings.AUTH_USER_MODEL' is not defined` errors when user `cookiecutter-django`: I've also been getting these errors and they appear...
The cookiecutter-django errors should be gone in future releases with https://github.com/pydanny/cookiecutter-django/pull/2396 now merged. It now explicitly checks against `.users.models.User`.
See also: - A PR I made for MSSQL with a bit of background for other dbs in the PR text: https://github.com/kayak/pypika/pull/517 - #464 - #524
Hi, yeah that sounds like a good feature. It would be good if it was behind an option to keep the current behaviour by default. Thanks, Dan
Hi, Thanks for the PR! Life is pretty busy at the moment but I'll try and get to it before pycon UK starts. Looks like I will also have to...
Thanks for the bug report. I changed the way the extra fields were generated while making them extensible via subclassing. I'll have a look at how hard it would be...
Hi, That's a good idea. Thanks for the patch! I'll need to adjust some of the tests before I can merge it