Changes between Initial Version and Version 1 of Ticket #15404, comment 1


Ignore:
Timestamp:
Feb 23, 2011, 1:14:50 PM (13 years ago)
Author:
Łukasz Rekucki

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15404, comment 1

    initial v1  
    1 Not all of those errors are related to unicode - most of them should disappear on lastest 1.2.X version. I runned Django's full test suite with {{{SECRET_KEY}}} being unicode and {{{DATABASES}}} containing unicode keys and only errors I get are related to {{{SECRET_KEY}}}. IMHO, there is anything to fix here, because {{{SECRET_KEY}}} ''should be'' a byte-string - after all it's a series of random bytes.
     1Not all of those errors are related to unicode - most of them should disappear on lastest 1.2.X version. I runned Django's full test suite with {{{SECRET_KEY}}} being unicode and {{{DATABASES}}} containing unicode keys and only errors I get are related to {{{SECRET_KEY}}}. IMHO, there is nothing to fix here, because {{{SECRET_KEY}}} ''should be'' a byte-string - after all it's a series of random bytes.
    22
    33Could you provide an easy way to reproduce an error related to DATABASES setting ?
Back to Top