Changes between Initial Version and Version 1 of Ticket #15404, comment 1
- Timestamp:
- Feb 23, 2011, 1:14:50 PM (14 years ago)
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.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 nothing to fix here, because {{{SECRET_KEY}}} ''should be'' a byte-string - after all it's a series of random bytes. 2 2 3 3 Could you provide an easy way to reproduce an error related to DATABASES setting ?