-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I'm using similar command like from your example, but it doesn't work:
messages.add_message(request, constants_messages.INFO_PERSISTENT, "Hola abc desde %s" %request.user, user=sally)
It produces this error: TypeError: add() got an unexpected keyword argument 'user'
It seems like there's no such parameter as user in Django messages framework. Also the functions within this app like persistant_info don't help since they're just wrapper ones and therefore behave the same.
So, can this be fixed? Thanks in advance!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels