From f751d5b71348b4f86fcc81877d6b28d89ad03186 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Thu, 13 Nov 2008 19:03:44 +0000 Subject: Fixed #9498 -- Handle a formset correctly when the foreign key is not available (for now). This case pops up with generic foreign key inlines after [9297]. Added tests to handle future regressions with generic foreign key inlines in the admin. Thanks markus and danielr for patches. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9412 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/generic_inline_admin/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/regressiontests/generic_inline_admin/__init__.py (limited to 'tests/regressiontests/generic_inline_admin/__init__.py') diff --git a/tests/regressiontests/generic_inline_admin/__init__.py b/tests/regressiontests/generic_inline_admin/__init__.py new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.3