[Django] #24456: Table of form and model field relationships should include links

33 views
Skip to first unread message

Django

unread,
Mar 7, 2015, 7:50:14 AM3/7/15
to django-...@googlegroups.com
#24456: Table of form and model field relationships should include links
-------------------------------+------------------------------
Reporter: EvilDMP | Owner: nobody
Type: Uncategorized | Status: new
Component: Documentation | Version: 1.7
Severity: Normal | Keywords: afraid-to-commit
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------+------------------------------
We should add links to the field reference docs:

* https://docs.djangoproject.com/en/1.7/topics/forms/modelforms/#field-
types

--
Ticket URL: <https://code.djangoproject.com/ticket/24456>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Mar 7, 2015, 8:01:49 AM3/7/15
to django-...@googlegroups.com
#24456: Table of form and model field relationships should include links
----------------------------------+--------------------------------------
Reporter: EvilDMP | Owner: PsiloLR
Type: Uncategorized | Status: assigned
Component: Documentation | Version: 1.7
Severity: Normal | Resolution:

Keywords: afraid-to-commit | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
----------------------------------+--------------------------------------
Changes (by PsiloLR):

* owner: nobody => PsiloLR
* needs_docs: => 0
* status: new => assigned
* needs_tests: => 0
* needs_better_patch: => 0


--
Ticket URL: <https://code.djangoproject.com/ticket/24456#comment:1>

Django

unread,
Mar 7, 2015, 8:04:43 AM3/7/15
to django-...@googlegroups.com
#24456: Table of form and model field relationships should include links
--------------------------------------+------------------------------------
Reporter: EvilDMP | Owner: PsiloLR
Type: Cleanup/optimization | Status: assigned
Component: Documentation | Version: 1.7
Severity: Normal | Resolution:
Keywords: afraid-to-commit | Triage Stage: Accepted

Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by timgraham):

* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted


--
Ticket URL: <https://code.djangoproject.com/ticket/24456#comment:2>

Django

unread,
Mar 8, 2015, 5:23:22 AM3/8/15
to django-...@googlegroups.com
#24456: Table of form and model field relationships should include links
--------------------------------------+------------------------------------
Reporter: EvilDMP | Owner: PsiloLR
Type: Cleanup/optimization | Status: assigned
Component: Documentation | Version: 1.7

Severity: Normal | Resolution:
Keywords: afraid-to-commit | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by PsiloLR):

* has_patch: 0 => 1


Old description:

> We should add links to the field reference docs:
>
> * https://docs.djangoproject.com/en/1.7/topics/forms/modelforms/#field-
> types

New description:

We should add links to the field reference docs:

* https://docs.djangoproject.com/en/1.7/topics/forms/modelforms/#field-
types

--

--
Ticket URL: <https://code.djangoproject.com/ticket/24456#comment:3>

Django

unread,
Mar 8, 2015, 5:23:59 AM3/8/15
to django-...@googlegroups.com
#24456: Table of form and model field relationships should include links
--------------------------------------+------------------------------------
Reporter: EvilDMP | Owner: PsiloLR
Type: Cleanup/optimization | Status: assigned
Component: Documentation | Version: 1.7

Severity: Normal | Resolution:
Keywords: afraid-to-commit | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------

Comment (by PsiloLR):

Please see my pull request: https://github.com/django/django/pull/4271

--
Ticket URL: <https://code.djangoproject.com/ticket/24456#comment:4>

Django

unread,
Mar 8, 2015, 5:25:31 AM3/8/15
to django-...@googlegroups.com
#24456: Table of form and model field relationships should include links
--------------------------------------+------------------------------------
Reporter: EvilDMP | Owner: PsiloLR
Type: Cleanup/optimization | Status: closed
Component: Documentation | Version: 1.7
Severity: Normal | Resolution: fixed

Keywords: afraid-to-commit | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by PsiloLR <salber04@…>):

* status: assigned => closed
* resolution: => fixed


Comment:

In [changeset:"866e71140f9612e45087b8acafefa2e51ffc4a29"]:
{{{
#!CommitTicketReference repository=""
revision="866e71140f9612e45087b8acafefa2e51ffc4a29"
Fixed #24456 -- Update modelforms.txt table of Form/Model refs

Added links to the Form/Model table to the field reference docs to
point to their individual field references
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/24456#comment:5>

Django

unread,
Mar 8, 2015, 5:25:31 AM3/8/15
to django-...@googlegroups.com
#24456: Table of form and model field relationships should include links
--------------------------------------+------------------------------------
Reporter: EvilDMP | Owner: PsiloLR
Type: Cleanup/optimization | Status: closed
Component: Documentation | Version: 1.7

Severity: Normal | Resolution: fixed
Keywords: afraid-to-commit | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------

Comment (by Daniele Procida <daniele@…>):

In [changeset:"180f75c2a0d15e54a7088bd5cb7a57342da5661d"]:
{{{
#!CommitTicketReference repository=""
revision="180f75c2a0d15e54a7088bd5cb7a57342da5661d"
Merge pull request #4271 from PsiloLR/ticket_24456

Fixed #24456 -- Update modelforms.txt table of Form/Model refs
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/24456#comment:6>

Django

unread,
Mar 9, 2015, 8:54:17 PM3/9/15
to django-...@googlegroups.com
#24456: Table of form and model field relationships should include links
--------------------------------------+------------------------------------
Reporter: EvilDMP | Owner: PsiloLR
Type: Cleanup/optimization | Status: closed
Component: Documentation | Version: 1.7

Severity: Normal | Resolution: fixed
Keywords: afraid-to-commit | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"6819cab5d66b4acb7d9cb1a3f1cb8bfa23bc6fbe"]:
{{{
#!CommitTicketReference repository=""
revision="6819cab5d66b4acb7d9cb1a3f1cb8bfa23bc6fbe"
[1.7.x] Fixed #24456 -- Added links to topics/forms/modelforms.txt.

Backport of 866e71140f9612e45087b8acafefa2e51ffc4a29 from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/24456#comment:8>

Django

unread,
Mar 9, 2015, 8:54:17 PM3/9/15
to django-...@googlegroups.com
#24456: Table of form and model field relationships should include links
--------------------------------------+------------------------------------
Reporter: EvilDMP | Owner: PsiloLR
Type: Cleanup/optimization | Status: closed
Component: Documentation | Version: 1.7

Severity: Normal | Resolution: fixed
Keywords: afraid-to-commit | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"b25e542ecde4982602a96747fef581b79fceede7"]:
{{{
#!CommitTicketReference repository=""
revision="b25e542ecde4982602a96747fef581b79fceede7"
[1.8.x] Fixed #24456 -- Added links to topics/forms/modelforms.txt.

Backport of 866e71140f9612e45087b8acafefa2e51ffc4a29 from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/24456#comment:7>

Reply all
Reply to author
Forward
0 new messages