Don't assume that profiles exist in datagrid code.
Review Request #6111 — Created July 17, 2014 and submitted
If a new user was created but the associated profile was not, loading the
dashboard would cause an error (because in 1.7.x,User.get_profile()
won't
create the profile). This is already fixed in the 2.0.x series, because we've
completely replacedUser.get_profile()
there.There are numerious other places where the profile is assumed to exist, but
this is the only one that we've encountered in production.
Ran unit tests.
Description | From | Last Updated |
---|---|---|
This isn't necessary. get_or_create will save it and then set this flag to True, so by now, it's in the … |
chipx86 |
- Commit:
-
005e56e63d9f25387dca2680d36243c373df79165046b9af725be64364d17da8c9d31b1c0ae60fd6
- Diff:
-
Revision 2 (+3 -1)