Opened 20 years ago
Closed 20 years ago
#1100 closed enhancement (fixed)
[patch] allow RelatedObjectLookup js to work with OneToOneField
| Reported by: | Joseph Kocherhans | Owned by: | Adrian Holovaty | 
|---|---|---|---|
| Component: | contrib.admin | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
Copying django/contrib/admin/templates/widget/many_to_many.html to django/contrib/admin/templates/widget/one_to_one.html fixes this.
Attachments (1)
Change History (3)
by , 20 years ago
| Attachment: | one_to_one_widget.diff added | 
|---|
comment:1 by , 20 years ago
| Summary: | Allow RelatedObjectLookup js to work with OneToOneField → [patch] allow RelatedObjectLookup js to work with OneToOneField | 
|---|
comment:2 by , 20 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
(In [1881]) Fixed #1100 -- Admin RelatedObjectLookup JavaScript now works with OneToOneField. Thanks, Joseph Kocherhans