#13: Related objects interface should be tighter (edit_inline)
--------------------------------------+-------------------------------------
Reporter: adrian | Owner: barbuza
Status: assigned | Milestone: post-1.0
Component: Admin interface | Version: SVN
Resolution: | Keywords: nfa-someday
nfa-changelist
Stage: Accepted | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 1 |
--------------------------------------+-------------------------------------
Comment (by anonymous):
I'm running latest django svn trunk and I've applied inline-tabular.diff
patch.
I was getting a javascript syntax error and I've changed the 121 line in
django/contrib/admin/media/js/admin/InlineObjectsTabular.js to:
{{{
xmlhttp.open('POST', "delete-inline/"+name+'/'+id+'/', true);
}}}
But I can't see any change in the admin forms.
What should I do?
Thanks in advance.
--
Ticket URL: <http://code.djangoproject.com/ticket/13#comment:60>
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
-~----------~----~----~----~------~----~------~--~---