Re: Django auto fill recipient in Django_messages

2014-11-13 Thread Ronaldo Bahia
Thanks for answering, but it was solve by myself as posted in here: http://stackoverflow.com/questions/26817483/django-cannot-assign-uusername-message-recipient-must-be-a-user-instanc *Ronaldo Bahia * Diretor | JobConvo.com Tel: 11 3280 6971 2014-11-12 18:57 GMT-02:00 Collin Anderson : > Hello

Re: Django auto fill recipient in Django_messages

2014-11-12 Thread Collin Anderson
Hello, What does your form_class look like? Thanks, Collin -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post t

Django auto fill recipient in Django_messages

2014-11-07 Thread Ronaldo Bahia
I'm building a job board and I'm using django_messages for private messages. It works great but I want to auto fill the recipient form field with the username and I don't know why. Some thoughts? http://stackoverflow.com/questions/26804088/django-auto-fill-recipient-in-django-messages Thanks