-
Notifications
You must be signed in to change notification settings - Fork 24
Adding delete to ProfileAvatar #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
added get user to view
& make tests consistant
Avatar Delete refactor Tests changed
|
@meshy Please review |
|
Tests fail |
|
I've restarted the build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this step required?
user = User.objects.get(pk=user.pk)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I missed it
|
The |
Added assert for avatar = None
|
Bump |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stray print here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dang, sorry it's friday!
|
Sorry still looks like you need the |
|
Merge? |
|
You haven't responded to this comment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ian-foote I updated the doc string here. I read that comment but there was nothing for me to add.
|
@ian-foote Please take another look |
Adding delete to ProfileAvatar
No description provided.