Re: Fellow Reports - June 2019

2019-06-16 Thread Mariusz Felisiak
Week ending June 16, 2019. Updated MariaDB to 10.2.24 on Jenkins. *Triaged:* https://code.djangoproject.com/ticket/30557 - order_by() a parent model crash when Meta.ordering contains expressions. (accepted) https://code.djangoproject.com/ticket/30559 - Django 2.2 | Auto-reload doesn't detect ch

Re: GDAPS

2019-06-16 Thread Benny
Long time lurker first time poster; could this possibly be addressed with something along the lines of SECRET_KEY? It seems to me that no more of a namespace would be needed than a uniquely identifying hash per app/module. Not so much in settings or app_config as __init__, maybe? Hi, Benny > O

Re: GDAPS

2019-06-16 Thread Curtis Maloney
[forgive me for typing as I think... but sometimes it's the best way to think ;) ] On 6/17/19 5:19 AM, Christian González wrote: Am 16.06.19 um 10:06 schrieb Adam Johnson: * What do you think are the implications for Django core? Is there anything Django could do better to support this and all

Re: Django 2.2 and the watchman reloader

2019-06-16 Thread Tom Forbes
Just an update to this: I've made a WIP PR to add watchdog support here: https://github.com/django/django/pull/11480 I'd like to disable it on Windows and MacOS, and there are some tricky issues to resolve around how events are triggered (watchdog uses a number of threads internally, and we need t

Re: GDAPS

2019-06-16 Thread Christian González
Am 16.06.19 um 10:06 schrieb Adam Johnson: > * Your “homepage” link on PyPI is example.com . > The usual thing to do here is link to your source host or docs. Set > this as url in your setup.py. Sure. Forgot this when switching from setup.py to setup.cfg. Corrected, thanks. > *

Re: GDAPS

2019-06-16 Thread Adam Johnson
Hi Christian, Welcome to the django developers list. I have had a quick look over GDAPS and have some comments and questions back for you: * Your “homepage” link on PyPI is example.com. The usual thing to do here is link to your source host or docs. Set this as url in your setup.py. * I see you l