Re: auth_permission column lengths

2012-06-19 Thread Greg Aker
Good to know about native migrations, and the interim solution seems reasonable. Thanks so much! On Tuesday, June 19, 2012 10:56:38 AM UTC-5, Andrew Godwin wrote: > > On 19/06/12 16:13, Greg Aker wrote: > > Florian: > > > > I don't think waiting for migrations

Re: auth_permission column lengths

2012-06-19 Thread Greg Aker
Florian: I don't think waiting for migrations in the Django core is totally necessary to fix a bug like this (or others that might be similar). With proper documentation in the release/upgrade notes, I think it's completely reasonable to expect someone working with Django to be able to run a m

auth_permission column lengths

2012-06-19 Thread Greg Aker
I wanted to bring up this bug: https://code.djangoproject.com/ticket/17763 as it's bitten me on a couple of projects recently Summarizing the ticket: == Django automatically generates a name that is longer than what the default field length can hold. INSERT INTO "auth_permission"