1
0
mirror of https://github.com/django/django.git synced 2025-10-22 21:29:11 +00:00

5 Commits

Author SHA1 Message Date
Joseph Kocherhans
b28be9b04d newforms-admin: Fixed a stupid typo.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6245 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14 23:03:34 +00:00
Joseph Kocherhans
ff2a2884a1 Fixed #4867. FormSet.is_valid() now returns False when the FormSet is not bound. Thanks John Shaffer.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6052 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-07 02:32:03 +00:00
Joseph Kocherhans
3eab964332 newforms-admin: Cleaned up FormSet internals and renamed formset.form_list to formset.forms. Better, but still not quite there.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@5325 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-24 03:38:26 +00:00
Joseph Kocherhans
4336591395 newforms-admin: Merged to [5243]. There are 3 failing tests in regressiontests.serializers_regress.tests.SerializerTests, but they fail in trunk also.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@5244 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-15 03:37:41 +00:00
Joseph Kocherhans
203f93a7aa newforms-admin: Rewrote most of FormSets and associated tests. They now handle an arbitrary number of extra forms, and deletion and ordering at the same time. BaseFormSet still needs some cleanup, but the tests pass.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@4953 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-07 05:56:42 +00:00