cc-archive / open-ledger

Prototype code and examples for work on the Creative Commons "CC Search" project
MIT License
48 stars 23 forks source link

Form saves for owned Lists aren't persisting to db #151

Closed lizadaly closed 7 years ago

lizadaly commented 7 years ago

Probably since #135, there's a regression in saving changes to user forms: the save appears to work, as the page shows the changes after save, but refreshing (or returning to the list by other means) show the changes have been dropped.

lizadaly commented 7 years ago

n.b. dig around the https://docs.djangoproject.com/en/1.10/ref/class-based-views/mixins-editing/#modelformmixin methods to see what's happening under the hood on save.

lizadaly commented 7 years ago

Fixed.