1
0
mirror of https://github.com/django/django.git synced 2025-10-15 09:49:21 +00:00

5 Commits

Author SHA1 Message Date
Brian Rosner
c349ba4cfc newforms-admin: Fixed #7541 -- RelatedFieldWidgetWrapper now wraps the widget and not the just the render function which caused some stale values. Thanks lukas and Doug Napoleone.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7771 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-26 16:53:53 +00:00
Brian Rosner
f914b0a71b newforms-admin: Fixed #5731 -- Implemented ModelAdmin.radio_fields to match trunk's radio_admin. Removed legacy code and added tests. Thanks Karen Tracey for the initial work.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7626 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-12 20:13:27 +00:00
Brian Rosner
937c6e1054 newforms-admin: Fixed #6866 -- ModelAdmin.get_form and InlineModelAdmin.get_formset now uses BaseModelAdmin.form so the form class can be changed out very easily.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-24 23:46:24 +00:00
Joseph Kocherhans
c323623361 newforms-admin: Collapsed some of the add/change hooks into a single get method that takes an optional obj argument. Backwards incompatible.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7275 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-17 23:51:23 +00:00
Joseph Kocherhans
76473864b5 newforms-admin: Added incredibly sparse tests for ModelAdmin. It's a start.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6106 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-12 02:44:27 +00:00