debian-django-tables2/django_tables2/columns
Benjamin Dauvergne 423a74702c fix verbose_name handling with GenericForeignKey fields under Django 1.8
GenericForeignKey now lacks a verbose_name field.
2015-05-27 01:37:50 +02:00
..
__init__.py added TimeColumn import 2012-10-29 10:36:55 +01:00
base.py fix verbose_name handling with GenericForeignKey fields under Django 1.8 2015-05-27 01:37:50 +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