Opened 8 years ago
Closed 8 years ago
#28287 closed Bug (invalid)
Change in admin's ForeignKeyRawIdWidget not documented
| Reported by: | David Ventura | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.11 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The method label_for_value renaming/change for the method label_and_url_for_value in contrib.admin.widgets.py class ForeignKeyRawIdWidget, should be documented in relase notes
Change History (1)
comment:1 by , 8 years ago
| Component: | contrib.admin → Documentation |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
label_for_value()is an undocumented, private API. Release notes are required only for public API changes.