mirror of
https://github.com/django/django.git
synced 2025-11-24 12:51:44 +00:00
Fixed #12074 -- Adding .as_p and as_ul methods to FormSet. Thanks arthurdebert and dpn for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14250 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
59952b6f9a
commit
c5df329996
3 changed files with 50 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ from widgets import tests as widgets_tests
|
|||
from formsets import tests as formset_tests
|
||||
from media import media_tests
|
||||
|
||||
|
||||
from formsets import FormsetAsFooTests
|
||||
from fields import FieldsTests
|
||||
from validators import TestFieldWithValidators
|
||||
from widgets import WidgetTests, ClearableFileInputTests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue