Re: Problem UnicodeDecodeError when run createsuperuser

2017-02-05 Thread Bhanu jamwal
or see indentation error On Sunday, February 5, 2017 at 3:28:28 AM UTC+5:30, Lucas Simon Rodrigues Magalhaes wrote: > > Hello everyone, > > I have a problem when run createsuperuser.py command in python 3.4. How > can I solve it definitely? > > Look the code: > > https://gist.github.com/lucassi

Re: Problem UnicodeDecodeError when run createsuperuser

2017-02-05 Thread Florian Apolloner
Please show the output of the locale command and your full settings. On Saturday, February 4, 2017 at 10:58:28 PM UTC+1, Lucas Simon Rodrigues Magalhaes wrote: > > Hello everyone, > > I have a problem when run createsuperuser.py command in python 3.4. How > can I solve it definitely? > > Look th

Re: Added signals that runs when adding an object to a Many-To-One relation

2017-02-05 Thread Tim Graham
Since you created a ticket [0], I assume you feel there is value is adding this signal even if the QuerySet.update() signal is added? Could you explain the rationale? What are the performance implications of additional (possibly redundant) signals? As Aymeric said on the pull request, "Performa