From a5005c29be0199ab9249812476743acfe7720968 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 9 Jan 2006 02:06:00 +0000 Subject: [PATCH] Fixed #1100 -- Admin RelatedObjectLookup JavaScript now works with OneToOneField. Thanks, Joseph Kocherhans git-svn-id: http://code.djangoproject.com/svn/django/trunk@1881 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/templates/widget/one_to_one.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 django/contrib/admin/templates/widget/one_to_one.html diff --git a/django/contrib/admin/templates/widget/one_to_one.html b/django/contrib/admin/templates/widget/one_to_one.html new file mode 100644 index 0000000000..151fe04f30 --- /dev/null +++ b/django/contrib/admin/templates/widget/one_to_one.html @@ -0,0 +1 @@ +{% include "widget/foreign" %}