--
Ticket URL: <https://code.djangoproject.com/ticket/23103>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* needs_better_patch: => 0
* owner: nobody => petraszd
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:1>
* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted
Comment:
Makes sense to me.
--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
https://github.com/django/django/pull/2963
--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:3>
* status: closed => new
* has_patch: 0 => 1
* resolution: fixed =>
--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:4>
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:5>
* needs_better_patch: 0 => 1
Comment:
I think it might be better to move the link to the 3rd item ("Submit
patches...") instead of creating a new one.
--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:6>
Comment (by petraszd):
Done. I've merged newly added item with "Submit patches" one.
Pull request is the same: https://github.com/django/django/pull/2963
--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:7>
* needs_better_patch: 1 => 0
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:8>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"5a311d2ccc48cb3a89858c92e449ffbfd9cbfb00"]:
{{{
#!CommitTicketReference repository=""
revision="5a311d2ccc48cb3a89858c92e449ffbfd9cbfb00"
Fixed #23103 -- Added contributing tutorial link to contributing index.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:9>
Comment (by Tim Graham <timograham@…>):
In [changeset:"8b7347220f3d86b46f5f87270c6cdcb9960895fd"]:
{{{
#!CommitTicketReference repository=""
revision="8b7347220f3d86b46f5f87270c6cdcb9960895fd"
Fixed #23103 -- Annotated ImageField file with image and content_type
attributes.
Thanks Jeremy Dunck for the suggestion and Nick Sanford for review.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:10>