Mark Walker

Results 221 comments of Mark Walker

@ramonsaraiva You're right, it's just been extended in 4.0 - I knew there was something new recently... https://docs.djangoproject.com/en/4.0/ref/models/constraints/#expressions

@ramonsaraiva yeah that would be great!

@dwmorrison33 could you provide an example of what you mean please?

@dwmorrison33 Right, I'm with you - and I thought that was what you meant. I'm fairly sure the app can't do that, at least as it is now. My suggestion...

@dwmorrison33 Yeah that sounds like it'd be really useful. Create a branch from the 1.1.3 tag and when you come to a PR, target this new branch I've setup; https://github.com/groveco/django-sql-explorer/tree/release/1.1.4...

@dwmorrison33 ok, so not having permission is correct. The workflow for contributing is among the lines of... - fork the repo - clone your fork to your local machine -...

@avi-perl hi, celery 5 isn't supported. And I don't use the app with celery so updating the celery and boto parts of the app is something thats long overdue. I...

@lawson89 thats not a bad idea. I think the biggest issue I had when I started to look at upgrading the celery support was actually the boto api usage. If...

@lawson89 yeah that sounds great to me. The actual functionality in the celery tasks can be moved into utility functions which could then be called by the task, or a...

@lawson89 yeah celery 5 I think, though if we're just adding task decorators, 4 may have had shared tasks as well. In terms of boto, I'd just go with something...