disqus / gargoyle

Feature switches in Django
http://engineering.disqus.com
Apache License 2.0
748 stars 112 forks source link

Increase max field-length of Switch keys #56

Closed estebistec closed 11 years ago

estebistec commented 11 years ago

32 chars is small when you want to do even two levels of namespacing in a larger site. Here is a reasonable increase from 32 to 64 chars.

Updated schema migrations are included.

estebistec commented 11 years ago

Thanks again!