Commit Graph

480 Commits

Author SHA1 Message Date
Bradley Ayers ef3db2f579 Merge pull request #127 from mfogel/exception-on-no-request-context-processor
Complain loudly if missing request template context processor
2013-01-06 15:51:51 -08:00
Mike Fogel 562a83aa75 Complain if missing template context processor 2013-01-06 11:23:43 -08:00
Bradley Ayers afa6d264d4 Merge pull request #112 from aptivate/issue108
Add kwargs to table init call in SingleTableMixin
2012-12-24 16:56:33 -08:00
Bradley Ayers bcd2f46beb Merge pull request #113 from zdanozdan/master
__init__ missing TimeColumn added
2012-12-24 16:50:08 -08:00
Bradley Ayers 323050a572 Merge pull request #121 from slafs/localization
Localization support fixes #120
2012-12-24 16:47:19 -08:00
Bradley Ayers f1ce2793c3 Merge pull request #124 from mfogel/bug/correct-use-of-reverse
Pass required 'viewname' arg to reverse()
2012-12-19 16:51:52 -08:00
Mike Fogel e98beb51c9 Pass required 'viewname' arg to reverse() 2012-12-19 13:24:34 -08:00
Sławek Ehlert 8a54fa6bd7 some documentation about controlling localization 2012-12-03 19:46:42 +01:00
Sławek Ehlert 83d03fe901 support for localize in Table Meta class
with localize/unlocalize tuples
2012-12-03 19:30:06 +01:00
Sławek Ehlert 19ea775c97 some clarification 2012-12-03 18:36:33 +01:00
Sławek Ehlert e456281cdb support for localize in columns
The reason for cell_l10n.html is backwards compatibility with Django 1.2.
This template is included in the default `table.html` template
and this way we avoid errors of not finding the `l10n` tag library
2012-12-03 08:51:20 +01:00
Bradley Ayers 112cff6d27 Merge pull request #118 from dyve/master
Add request parameter to Table
2012-11-27 15:11:42 -08:00
Dylan Verheul efbb49398c Added optional request parameter to Table, for automatic calling of RequestConfig 2012-11-23 14:01:01 +01:00
Tomasz Zdanowski e77afcfd09 added missing import 2012-11-09 17:44:04 +01:00
Bradley Ayers 54699d46fb Merge pull request #111 from zdanozdan/master
__init__ TimeColumn import
2012-10-29 02:48:45 -07:00
Tomasz Zdanowski b0b458d8e7 added TimeColumn import 2012-10-29 10:36:55 +01:00
Bradley Ayers f1d2efb344 Merge pull request #109 from zdanozdan/master
Add TimeColumn, thanks zdanozdan
2012-10-28 16:01:29 -07:00
Tomasz Zdanowski f3c97e01ef time column similar as datecolumn 2012-10-28 22:25:04 +01:00
Mark Skipper 57caa5f14f Add kwargs to table init call in SingleTableMixin
Fixes: issue-108
2012-10-25 16:03:52 +01:00
Bradley Ayers 1bf3c5bca3 Update docs to clarify TEMPLATE_CONTEXT_PROCESSOR requirements, resolves #105 2012-10-20 08:16:15 +10:00
Bradley Ayers d16683a191 Bump to v0.13.0 2012-10-16 09:41:14 +10:00
Bradley Ayers f60a736b69 Remove py264-dj test env 2012-10-15 09:05:57 +10:00
Bradley Ayers 1e94f8d682 move test requirements from setup.py to tox.ini 2012-10-15 08:49:54 +10:00
Bradley Ayers 595c8d4505 Fix tests 2012-10-12 10:19:54 +10:00
Bradley Ayers 512b91ead4 Fix #102, #101 2012-09-30 12:57:36 +10:00
Bradley Ayers 0741abd31c Satisfy pylint, add Python 3.2 testenv to tox 2012-09-27 09:48:11 +10:00
Bradley Ayers 3c602a803b Fix tests on Django 1.2 2012-09-25 23:04:24 +10:00
Bradley Ayers 0d36f686a3 Fix tests on Django < 1.4 2012-09-25 22:29:27 +10:00
Bradley Ayers 9570fed564 Add FileColumn 2012-09-25 21:48:24 +10:00
Bradley Ayers cd00495839 Restructure columns.py into a package 2012-09-24 22:03:18 +10:00
Bradley Ayers 646f138e85 Merge pull request #100 from BertrandBordage/master
Compiles locales.
2012-09-22 14:50:51 -07:00
Bertrand Bordage 6b0ffabf3c Compiles locales. 2012-09-22 21:42:12 +02:00
Bradley Ayers 6c35b4f7dc Bump version 2012-09-21 13:41:24 +10:00
Bradley Ayers 95f706bf13 When resolving an accessor, *all* exceptions are smothered into None, resolves #98 2012-09-21 12:54:01 +10:00
Bradley Ayers bb4d2a11d0 Bump version 2012-09-18 16:47:37 +10:00
Bradley Ayers 7a16d5a8b8 Drop support for Django 1.1 2012-09-18 16:47:34 +10:00
Bradley Ayers 8571198769 More Python 2.6.4 fixes 2012-09-18 16:31:25 +10:00
Bradley Ayers f5c8d9f0c7 Fix Python 2.6.4 related bugs 2012-09-18 15:55:40 +10:00
Bradley Ayers 594664fdec Deprecate Attrs 2012-09-18 15:07:24 +10:00
Bradley Ayers 0df5c4d50f Add support for Django 1.2 (though 1.1 *might* work) 2012-09-18 15:02:15 +10:00
Bradley Ayers 5cf596510c Merge pull request #96 from BertrandBordage/master
Adds French translation.
2012-09-17 18:25:21 -07:00
Bertrand Bordage 94dc1faaf6 Adds French translation. 2012-09-18 03:12:38 +02:00
Bradley Ayers 9effe9efe8 Add cardinality to the pagination display, resolves #94 2012-09-15 08:53:59 +10:00
Bradley Ayers 38bfda136d Update the example app 2012-09-14 23:02:43 +10:00
Bradley Ayers 339c6e9d7e Start rewriting the docs 2012-09-14 23:02:34 +10:00
Bradley Ayers 52cabdf4b5 Add BooleanColumn, tests, and the column library 2012-09-14 22:55:14 +10:00
Bradley Ayers dff81f6f23 Merge 0.12 and 0.13 in changelog, got ahead of myself. 2012-09-14 12:27:52 +10:00
Bradley Ayers b3af753061 Cleanup various coding problems. 2012-09-14 12:25:11 +10:00
Bradley Ayers 3ed0c77a46 Fix bug with table data ordering 2012-09-14 12:22:00 +10:00
Bradley Ayers 7836c98231 Column classes are chosen intelligently when building a table based on a model, resolves #91 2012-09-14 12:21:59 +10:00