Commit Graph

186 Commits

Author SHA1 Message Date
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
Bradley Ayers 4cc22c9d4c Bump version to 1.0.4 2015-05-10 09:09:55 +10:00
Bradley Ayers 31743f19a2 Merge pull request #245 from mvantellingen/feature/fix-django-1.8-issue
Handle retrieving field.verbose_name in a Django 1.8 compat way
2015-05-10 09:08:16 +10:00
Bradley Ayers 4ae58df1ad Remove setup.cfg as PyPI doesn't support it. 2015-05-10 09:05:03 +10:00
Bradley Ayers 9b5abf708e Bump version to 1.0.2 2015-05-10 09:00:05 +10:00
Bradley Ayers ef5351d92c Bump version to 1.0.1 2015-05-10 08:56:01 +10:00
Bradley Ayers 45ebe44f56 Bump version to 1.0.0 2015-05-10 08:45:30 +10:00
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
Bradley Ayers fdb8d1a3d0 Merge pull request #235 from NB-Dev/master
German translation
2015-04-20 20:28:51 +10:00
Bradley Ayers aba645a8f7 Drop support for Django 1.2 2015-04-20 04:16:58 +10:00
Bradley Ayers 5732cefcf3 Fix broken tests. 2015-04-20 03:51:26 +10:00
Bradley Ayers 8d7626855e Convert to py.test. 2015-04-19 22:29:42 +10:00
Bradley Ayers 0cc39bc18a Add Python 3.4 support, drop 2.6, add Django 1.7 and 1.8 testing. 2015-04-18 10:15:49 +10:00
Bradley Ayers 224d19e751 Change version to 0.16.1.dev0 to avoid setuptools warnings. 2015-04-18 08:04:38 +10:00
Bradley Ayers d19a7beb0e Merge pull request #228 from gertsteyn/master
Changed from SortedDict (deprecated) to OrderedDict
2015-04-15 09:36:36 +10:00
Tim Schneider 280304a07e German translation 2015-04-09 12:45:51 +02:00
Bradley Ayers e97c1a7bbc Bump to v0.16.1, add release instructions. 2015-04-07 20:56:58 +10:00
Bradley Ayers f46bbc241b Bump to v0.16.0 2015-04-07 20:53:14 +10:00
simion 96bb04a229 Django 1.8 compatibility 2015-04-07 13:14:31 +03:00
Gert Steyn cb71f869bb Changed from django.utils.datastructures.SortedDict (deprecated) to collections.OrderedDict 2015-03-19 12:20:42 +02:00
vertecx 6ed0c37cb1 Added Swedish translation 2014-12-04 10:38:35 +01:00
Bradley Ayers 006cc878ce Merge pull request #165 from ionelmc/master
Fix "silent" error handling in the TableData.__init__
2014-03-08 10:35:35 +11:00
Markus Bertheau bafce5887c Don't titlise explicitly specified verbose_name's 2014-02-14 17:05:09 +01:00
Bradley Ayers 7853b244e0 Bump to v0.16.0.dev 2014-02-02 20:08:13 +11:00
Bradley Ayers cd9891cada Release v0.15.0 2014-02-02 20:07:17 +11:00
Bradley Ayers 86056eedeb Add support for computed values. 2014-02-02 20:06:59 +11:00
Fabio C. Barrionuevo da Luz 8b0a19e7d2 added pt_BR translation 2014-02-02 00:46:02 -03:00
Bradley Ayers 2bf273a350 Fix #178 -- using unicode in `fields` option. 2013-12-14 12:11:45 +11:00
Andrii Pryz e07f96dc74 add UK and RU translatee 2013-12-10 10:00:34 +02:00
Ionel Cristian Mărieș a4eecf646e Replace the exception dance with light input validation. 2013-08-28 14:38:53 +03:00
Ionel Cristian Mărieș c76a2bea1e Ooops, forgot the parens. 2013-08-27 14:38:32 +03:00
Ionel Cristian Mărieș 3287aa2a18 Fix the syntax to be parseable under py3 2013-08-27 14:29:29 +03:00
Ionel Cristian Mărieș 66e1f35205 Fix "silent" error handling in the TableData.__init__ to prepend the complete traceback and show original exception for Python 2.x. Previously it was impossible to debug query-time issues with django_tables2. 2013-08-27 13:50:38 +03:00
Michał Pasternak 67f1d41072 Add Polish translation 2013-08-22 09:58:36 +02:00
Pablo Martín b1f2616b48 Adding spanish translations 2013-08-21 14:12:28 +02:00
Bradley Ayers 48182aa120 Bump to v0.14.0 2013-08-13 01:07:38 +10:00
Paulo Marques a65d8b2e86 Added Portuguese translation (pt_PT) 2013-04-16 12:28:20 +01:00
Bradley Ayers bf0ef5b311 Fix for Python 3.3 2013-03-29 21:13:37 +11:00
Bradley Ayers c9f3b9ac2a Fix tests for Python 2 2013-03-28 20:49:54 +11:00
Bradley Ayers 7e8fad55f0 All tests pass on Python 3.2 2013-03-28 09:20:35 +11:00
Bradley Ayers 80a6875cf9 Avoid using {% cycle %} for Django 1.2-1.6 compatibility 2013-03-28 09:20:35 +11:00
Bradley Ayers 184484f851 Merge pull request #136 from spapas/master
Added greek translation
2013-03-24 12:49:53 -07:00
Serafeim Papastefanos 738fc43e74 Added proper information to the hedaer of .po file 2013-03-24 12:17:30 +02:00
Bradley Ayers 5dce40758f Handle L10N column support in Django 1.2 2013-03-24 05:18:55 +11:00
Serafeim Papastefanos 6fbfdd434d Added greek translation 2013-03-19 21:58:10 +02:00
Bradley Ayers c739dc53f4 Remove cell_l10n.html 2013-02-28 03:22:44 +10:00
Bradley Ayers b300b7a25a Fix regression for Python 2 2013-02-28 03:22:29 +10:00
Bradley Ayers 7113cc701a Various compat changes for Python 3 2013-02-27 10:20:22 +10:00
Bradley Ayers df94ac6da0 Remove override_settings, use django_attest.settings instead 2013-01-09 20:12:09 +10:00
Bradley Ayers 984fcbcb8e Remove use of deprecated StrAndUnicode base class 2013-01-09 17:12:25 +10:00