magopian / django-data-exports

Model data exports for Django
http://django-data-exports.rtfd.org
BSD 3-Clause "New" or "Revised" License
39 stars 12 forks source link

Make Column label max_length longer than 50 #9

Closed oTree-org closed 10 years ago

oTree-org commented 10 years ago

On a few occasions I have had the issue that some of my field names are longer than 50 chars. Or, I would like a label that is longer than 50 chars, since it's an attribute on an FK model (like "my_model.another_model.field_on_that_model"). Since the column itself can be 255 chars, I wonder if it would make sense to up the limit on the label to 255 as well.

oTree-org commented 10 years ago

Not high priority for me anymore. I removed my dependency on django-data-exports since I needed some custom functionality.

magopian commented 10 years ago

hi @wickens, I'm happy that you found a solution to your problem, even thought it's without data-exports ;)

I'm sorry I didn't have time to answer nor look into this request earlier, I hope to carve some time out for this, but no clue when.

Anyway, thanks for the report!