-
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
While trying to work with django-planet with MySQL I've encountered two problems:
The Blog model requires the "url" will be both unique and with max_length of 1024. In MySQL this is not possible. URLFields (or actually any char field) can be unique only if it's 256 characters or less.
The second problem is that mysql limits prefix support to 767, and planet requires more. I don't understand this completely but this is documented here: http://dev.mysql.com/doc/refman/5.1/en/create-index.html
search for 767
Metadata
Metadata
Assignees
Labels
No labels