You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MessagesViewSet.create, the loop to look for maintainers disregards the recipients specified in the JSON. Instead it parses again the mbox, creating another MboxMessage. This is inefficient and slightly incorrect when the input to POST is not text/plain.
The text was updated successfully, but these errors were encountered:
bonzini
added
django
This issue is about the way Patchew uses Django
and removed
django
This issue is about the way Patchew uses Django
labels
Jul 27, 2018
In MessagesViewSet.create, the loop to look for maintainers disregards the recipients specified in the JSON. Instead it parses again the mbox, creating another MboxMessage. This is inefficient and slightly incorrect when the input to POST is not text/plain.
The text was updated successfully, but these errors were encountered: