diff options
Diffstat (limited to 'tests/regressiontests/inline_formsets/models.py')
| -rw-r--r-- | tests/regressiontests/inline_formsets/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/inline_formsets/models.py b/tests/regressiontests/inline_formsets/models.py index b22f5e297d..c00703852f 100644 --- a/tests/regressiontests/inline_formsets/models.py +++ b/tests/regressiontests/inline_formsets/models.py @@ -15,7 +15,7 @@ class Child(models.Model): __test__ = {'API_TESTS': """ ->>> from django.newforms.models import inlineformset_factory +>>> from django.forms.models import inlineformset_factory Child has two ForeignKeys to Parent, so if we don't specify which one to use |
