#4400: as_tr in newforms
-------------------------------------------+--------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Status: closed | Component:
django.newforms
Version: SVN | Resolution: wontfix
Keywords: newforms as_tr table row tr | Stage: Design
decision needed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
-------------------------------------------+--------------------------------
Changes (by mtredinnick):
* status: new => closed
* resolution: => wontfix
Comment:
The as_*() methods are just helper methods for the common case. If you
want further customisation, you can override them (or the _html_output()
method) in your Form subclass. So we're not going to make a change for
that purpose.
It's possible you are asking about some kind fo edit_inline equivalent,
but that doesn't exist yet at all in newforms, so it's not possible to ask
for an output method for it. It's being developed in newforms-admin,
though.
--
Ticket URL: <http://code.djangoproject.com/ticket/4400#comment:2>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---