Changes between Initial Version and Version 1 of Ticket #16501, comment 15
- Timestamp:
- Nov 23, 2013, 12:27:22 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16501, comment 15
initial v1 10 10 }}} 11 11 12 As it turns out, it just doesn't work, Unicode alphanumerical characters are still rejected as invalid, and I have not the slightest idea why. A workaround I found was extending directly from `CharField`, but having to completely reimplement Django functionality just because I want to use more than ASCII not very nice at all.12 As it turns out, it just doesn't work, Unicode alphanumerical characters are still rejected as invalid, and I have not the slightest idea why. A workaround I found was extending directly from `CharField`, but having to completely reimplement Django functionality just because I want to use more than ASCII is not very nice at all.