Name |
Last commit
|
Last update |
---|---|---|
.. | ||
management | ||
migrations | ||
__init__.py | ||
admin.py | ||
models.py | ||
tests.py | ||
views.py |
1. Multiple save()s on the same model are now handled properly. We had to unmark model objects after the appropriate signals had fired. 2. There was a side-effect where we were saving the portal User object to the course_db with the using kw param, but models remember where they were last saved to, so a later save on that model object would go to the wrong database.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
management | Loading commit data... | |
migrations | Loading commit data... | |
__init__.py | Loading commit data... | |
admin.py | Loading commit data... | |
models.py | Loading commit data... | |
tests.py | Loading commit data... | |
views.py | Loading commit data... |