You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
Hello Surfer,
Will be great to have generic relation support also in create_update.py
from wadofstuff-django.views package.
I've made some changes in file (attached), and now i can use it with
generic relations:
form = {
'model': Band,
'form_class': BandForm,
'generic_inlines':[{
'form':MailForm,
'model':Mail,
'extra':1,
'max_num':1,
'can_delete':False,
}],
'post_save_redirect':'/band/%(id)s/'
}
Original issue reported on code.google.com by [email protected] on 12 Oct 2009 at 7:58
Original issue reported on code.google.com by
[email protected]
on 12 Oct 2009 at 7:58Attachments:
The text was updated successfully, but these errors were encountered: