debian-django-tables2/django_tables2/columns
Michael van Tellingen 5792fb93ea Handle retrieving field.verbose_name in a Django 1.8 compat way
If a field is a ManyToOneRel instance then retrieve the verbose_name of
the related field.
2015-04-30 12:36:43 +02:00
..
__init__.py added TimeColumn import 2012-10-29 10:36:55 +01:00
base.py Handle retrieving field.verbose_name in a Django 1.8 compat way 2015-04-30 12:36:43 +02:00
booleancolumn.py All tests pass on Python 3.2 2013-03-28 09:20:35 +11:00
checkboxcolumn.py All tests pass on Python 3.2 2013-03-28 09:20:35 +11:00
datecolumn.py Fix #102, #101 2012-09-30 12:57:36 +10:00
datetimecolumn.py Fix #102, #101 2012-09-30 12:57:36 +10:00
emailcolumn.py Fix #102, #101 2012-09-30 12:57:36 +10:00
filecolumn.py Fix #102, #101 2012-09-30 12:57:36 +10:00
linkcolumn.py All tests pass on Python 3.2 2013-03-28 09:20:35 +11:00
templatecolumn.py Fix #102, #101 2012-09-30 12:57:36 +10:00
timecolumn.py time column similar as datecolumn 2012-10-28 22:25:04 +01:00
urlcolumn.py Fix #102, #101 2012-09-30 12:57:36 +10:00