Open nvbn opened 12 years ago
What is the value of your CURRENCIES
setting? And which countries are available in your shop? The country field only allows 3 characters; I mostly use django-countries
, which stores only the ISO code and not the full country name.
Please reopen if you have further information about this problem. Thanks!
CURRENCIES = ('RUS',) And it works with mysql and sqlite, but not with postgresql.
This sounds like a discrepancy between byte and character counting. Which database encoding / charset are you using?
Encoding is ru_RU.UTF-8
When i try to create the order, i saw:
And that: