Opened 18 years ago

Closed 18 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)

one_to_one_widget.diff (317 bytes ) - added by Joseph Kocherhans <jkocherhans@…> 18 years ago.

Download all attachments as: .zip

Change History (3)

by Joseph Kocherhans <jkocherhans@…>, 18 years ago

Attachment: one_to_one_widget.diff added

comment:1 by Joseph Kocherhans <jkocherhans@…>, 18 years ago

Summary: Allow RelatedObjectLookup js to work with OneToOneField[patch] allow RelatedObjectLookup js to work with OneToOneField

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1881]) Fixed #1100 -- Admin RelatedObjectLookup JavaScript now works with OneToOneField. Thanks, Joseph Kocherhans

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