--
Ticket URL: <https://code.djangoproject.com/ticket/33334>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Tim Graham):
There are some others out of order. Similar to TypedChoiceField following
ChoieField, TypedMultipleChoiceField follows MultipleChoiceField. Also
GenericIPAddressField is out of order. It probably followed IPAddressField
before its removal.
--
Ticket URL: <https://code.djangoproject.com/ticket/33334#comment:1>
* stage: Unreviewed => Accepted
Comment:
In models fields only `GenericIPAddressField` is unsorted, I think we
should also alphabetize it.
--
Ticket URL: <https://code.djangoproject.com/ticket/33334#comment:2>
* owner: nobody => Shivam Durgbuns
* status: new => assigned
Comment:
Will be fixing the document for :
There are some others out of order. Similar to TypedChoiceField following
ChoieField, TypedMultipleChoiceField follows MultipleChoiceField. Also
GenericIPAddressField is out of order. It probably followed IPAddressField
before its removal.
--
Ticket URL: <https://code.djangoproject.com/ticket/33334#comment:3>
* has_patch: 0 => 1
* stage: Accepted => Ready for checkin
Comment:
[https://github.com/django/django/pull/15145 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/33334#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"d75c387f46c55459a2daf071e5463bad0ad7dcbd" d75c387f]:
{{{
#!CommitTicketReference repository=""
revision="d75c387f46c55459a2daf071e5463bad0ad7dcbd"
Fixed #33334 -- Alphabetized form and model fields in reference docs.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33334#comment:5>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"306fbf197a742b4b79e4ed23c94f5bbdbec9afdc" 306fbf19]:
{{{
#!CommitTicketReference repository=""
revision="306fbf197a742b4b79e4ed23c94f5bbdbec9afdc"
[4.0.x] Fixed #33334 -- Alphabetized form and model fields in reference
docs.
Backport of d75c387f46c55459a2daf071e5463bad0ad7dcbd from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33334#comment:6>