django-tablib
django-tablib copied to clipboard
django-tablib is a helper library for Django that allows Django models to be used to generate tablib datasets with introspection of the fields on the models if no headers are provided. If headers are...
When I use callables in list_display as is explained in https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_display, django-tablib just ignores this field. I think, that's wrong behaviour and it should also export the result of the...
Perhaps you could set the title to the model name. That way when people use multiple sheets in a databook the sheet names are something sensible. cheers, Oliver # business_data...
Hi, I'm using TablibAdmin to export from the django admin (on google app engine with django-nonrel if that matters) and a user is complaining that they need the dates in...
In TablibAdmin you've got: change_list_template = 'tablib/change_list.html' Shouldn't this default to (at least until this becomes a tablib extension)?: change_list_template = 'django_tablib/change_list.html'
This isn't an issue, but a discussion. If there's a better place to do this, let me know. I'm hoping to add the `tablib.ext` (or `tablibext`) namespace to Tablib soon,...