--
Ticket URL: <https://code.djangoproject.com/ticket/28930>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "any_all.patch" added.
* stage: Unreviewed => Accepted
Comment:
Thanks, please provide a pull request.
--
Ticket URL: <https://code.djangoproject.com/ticket/28930#comment:1>
Old description:
New description:
What is the policy for taking this patch and raising a PR? Ofcourse, I
acknowledge the author.
I like this patch very much, i couldn't resist to raise a PR. If i break
the unspoken rules, please close the PR.
https://github.com/django/django/pull/9493
--
--
Ticket URL: <https://code.djangoproject.com/ticket/28930#comment:2>
Old description:
> What is the policy for taking this patch and raising a PR? Ofcourse, I
> acknowledge the author.
>
> I like this patch very much, i couldn't resist to raise a PR. If i break
> the unspoken rules, please close the PR.
>
> https://github.com/django/django/pull/9493
New description:
--
Comment (by Srinivas Reddy Thatiparthy):
What is the policy for taking this patch and raising a PR? Ofcourse, I
acknowledge the author.
I like this patch very much, i couldn't resist to raise a PR. If i break
the unspoken rules, please close the PR.
https://github.com/django/django/pull/9493
--
Ticket URL: <https://code.djangoproject.com/ticket/28930#comment:3>
* has_patch: 0 => 1
* component: Uncategorized => Core (Other)
* stage: Accepted => Ready for checkin
Comment:
That's fine. For future reference, the way to credit the patch author is
using `git commit --amend --author="Дилян Палаузов
<Dilyan....@db.com>"`. It would have been nice if you fixed up the
flake8 issues and the failing lists, but I've done that. I also reverted
changes to vendored code like `six.py` and an incorrect change in
`admin/utils.py` which changed behavior and broke a test.
--
Ticket URL: <https://code.djangoproject.com/ticket/28930#comment:4>
--
Ticket URL: <https://code.djangoproject.com/ticket/28930#comment:5>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"4c599ece57fa009cf3615f09497f81bfa6a585a7" 4c599ece]:
{{{
#!CommitTicketReference repository=""
revision="4c599ece57fa009cf3615f09497f81bfa6a585a7"
Fixed #28930 -- Simplified code with any() and all().
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28930#comment:6>
* status: closed => new
* resolution: fixed =>
Comment:
What happened to the changes in django/utils/translation/trans_real.py and
tests/schema/tests.py ?
--
Ticket URL: <https://code.djangoproject.com/ticket/28930#comment:7>
Comment (by Tim Graham <timograham@…>):
In [changeset:"5f456408a0f52dc16f627d4a89ced5f52c36ad2f" 5f45640]:
{{{
#!CommitTicketReference repository=""
revision="5f456408a0f52dc16f627d4a89ced5f52c36ad2f"
Refs #28930 -- Simplified schemas test with any().
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28930#comment:8>
* status: new => closed
* resolution: => fixed
Comment:
Changes were made to django/utils/translation/trans_real.py in the
original patch.
--
Ticket URL: <https://code.djangoproject.com/ticket/28930#comment:9>
* status: closed => new
* resolution: fixed =>
Comment:
I wrote django/utils/translation/trans_real.py but I meant
django/utils/http.py .
--
Ticket URL: <https://code.djangoproject.com/ticket/28930#comment:10>
* status: new => closed
* resolution: => fixed
Comment:
As the docstring indicates, that code is copied from cpython so I didn't
want to make substantial changes to it.
--
Ticket URL: <https://code.djangoproject.com/ticket/28930#comment:11>