Opened 16 years ago

Closed 11 years ago

Last modified 11 years ago

#9045 closed Bug (fixed)

PhoneNumberField listed in ModelForm docs as a Model field, but PhoneNumberField moved.

Reported by: Eric Vander Weele Owned by: Eric Vander Weele
Component: Forms Version: dev
Severity: Normal Keywords: modelform
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In the documentation, http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#field-types, PhoneNumberField is listed under the Model field type of which was removed from the Model documentation and causes confusion.

I propose to either:
1) Remove that entire row completely
2) Annotate that where it has moved to like the Form field type.

Attachments (1)

9045.diff (709 bytes ) - added by Eric Holscher 15 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 by Eric Vander Weele, 16 years ago

Status: newassigned

comment:2 by (none), 15 years ago

milestone: post-1.0

Milestone post-1.0 deleted

comment:3 by Eric Holscher, 15 years ago

Triage Stage: UnreviewedAccepted

I don't know the correct resolution, I'd say we should remove it since there are lots of phone number fields, and they are documented in the local flavor docs.

by Eric Holscher, 15 years ago

Attachment: 9045.diff added

comment:4 by Luke Plant, 13 years ago

Severity: Normal
Type: Bug

comment:5 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:6 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:7 by Claude Paroz <claude@…>, 11 years ago

Resolution: fixed
Status: assignedclosed

In 8248d1402982041490b5d6bb45514ffdba0e18d3:

Removed US localflavor-specific tests from core

Also fixes #9045.

comment:8 by Claude Paroz <claude@…>, 11 years ago

In fce779475e221e322a25dbf30dc25003e831afc2:

[1.5.x] Removed US localflavor-specific tests from core

Also fixes #9045.
Backport of 8248d1402 from master.

Note: See TracTickets for help on using tickets.
Back to Top