scholrly / neo4django

Drop-in Neo4j/Django integration.
GNU General Public License v3.0
357 stars 83 forks source link

'super' object has no attribute 'save_form_data' #228

Open coffenbacher opened 10 years ago

coffenbacher commented 10 years ago

When validating or saving a ModelForm with single=True in a relationship, the form fails

Error: image

Stack trace and vars: image

Model definition: image

mhluongo commented 10 years ago

@coffenbacher sorry I've taken so long to respond to these! I'm looking into your pull request now.