Solved! It turned out the problem only occurred trying to uncheck the last
checkbox. I needed to set blank=True on the ManyToManyField.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails fro
Good day,
This is a somewhat contrived example, but I'm having the same problem in a
real project.
Assuming continents have many countries, and countries can belong to many
continents, I have a continent_country "junction" table in the database and
am using ManyToManyField as follows...
Model
2 matches
Mail list logo