nessita
nessita
Thank you @yankyhoffman. I'm +1 to this change, though I can't succeed in testing it locally. In all fairness, I can't test it even with using the Django main repo....
> @nessita this file is made to aid with consumers of the django library, did you try in a new faux project where django is one of its dependencies? Thanks...
I found out what the issue is. As the script says, the autocompletion does not work for `python manage.py `, only works for `./manage.py `. So the issue I had...
Closing due to inactivity and because from my IRL testing, the current autocompletion already works for `./manage.py`. Feel free to re-open if that's not the case for you, if so...
Hello @baidoosik! I'm doing some PR cleanup. Would you have time to keep working on this? Specifically, if you could rebase onto the latest main, and also resolve conflicts, that...
Closing as discussed with the reporter.
Hello @carltongibson @kenballus! I arrived to this issue while trying to triage [Django ticket 35289](https://code.djangoproject.com/ticket/35289), which is about "Chunked transfer encoding is not handled correctly by MultiPartParser". In that ticket,...
> Hi @nessita! Just as a 🎗️, no rush. Any thoughts about [#16012 (comment)](https://github.com/django/django/pull/16012#issuecomment-1741925611) and [#16012 (comment)](https://github.com/django/django/pull/16012#discussion_r1342654481) ? To move forward and add more tests cases if its necessary. Thank...
> why does `make black` expects (at all code blocks): > > ``` > class MyView(TestMixin1, TestMixin2, View): ... > ``` > > instead of accepting: > > ``` >...
Hello @Hisham-Pak, thank you for your work on this! A few initial comments: * If this PR is based on PR #16107, the former author should be kept in the...