Commit Graph

348 Commits

Author SHA1 Message Date
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
Bradley Ayers 9f02cff1ec {% render_table %} now supports queryset data directly, resolves #62. 2012-09-14 12:21:54 +10:00
Bradley Ayers cc2d2b299b RequestConfig now handles pagination errors silently by default. (relates to #68) 2012-09-12 10:07:54 +10:00
Bradley Ayers 5999ad9121 Silent pagination errors are now handled in RequestConfig, Table.paginate raises paginator exceptions. Resolves #68 2012-09-12 09:59:12 +10:00
Bradley Ayers fc76065ef6 When using SingleTableMixin, table pagination defaults to enabled. 2012-09-11 16:01:11 +10:00
Bradley Ayers c6153aab77 Cleanup docstrings 2012-09-11 15:58:45 +10:00
Bradley Ayers a1b17e5610 Add DateColumn and DateTimeColumn, resolves #84 2012-09-11 15:46:55 +10:00
Bradley Ayers 3fff8c7172 Reduce the number of queries made when rendering a table, resolves #87 2012-09-11 10:36:16 +10:00
Bradley Ayers 175ab533ae Refactor code a little, fix pylint complaints 2012-09-11 10:36:03 +10:00
Bradley Ayers 39aa9fa183 Remove obsolete test 2012-07-13 10:08:33 +10:00
Bradley Ayers 0a2fdce275 Tables now try to determine queryset ordering automatically. Resolves #77 2012-07-12 11:47:52 +10:00
Bradley Ayers 9ae713f111 Minor comments + style cleanup 2012-07-12 11:41:27 +10:00
Bradley Ayers 3bd5dac919 Make utils.segment handle prefixed aliases 2012-07-12 10:01:40 +10:00
Bradley Ayers 724c1d5f33 Add tests for column ordering from queryset 2012-07-11 09:07:47 +10:00
Bradley Ayers a0d2165fd3 Add "without" keyword to queryset template tag 2012-07-10 12:34:19 +10:00
Bradley Ayers 50361357f7 Add 'segment' function to translate flat ordering to column names 2012-07-05 10:12:05 +10:00
Bradley Ayers 4f7b2406d4 Fix tests on Python 2.6 2012-06-26 10:36:09 +10:00
Bradley Ayers be5d5906f7 Add 'value' and 'default' to TemplateColumn 2012-06-24 11:52:36 +10:00
Bradley Ayers d0666e32c1 Change default value from en to em dash. 2012-06-24 11:26:38 +10:00
Bradley Ayers 1f51bd9990 Fix typo in default template. 2012-06-24 11:07:30 +10:00
Bradley Ayers f7372a5779 Update changelog to include fix for #83 2012-06-24 10:50:50 +10:00
Bradley Ayers 315583bec5 Column defaults are now more sensible, resolves #64 2012-06-24 10:48:41 +10:00
Bradley Ayers 2db92e421b Accessor now honors .alters_data attributes, resolves #83. 2012-06-20 18:02:37 +10:00
Bradley Ayers 4b3330a84e When using model backed table, allow non-field values on the model to be specified in 'fields', resolves #82 2012-06-20 09:42:35 +10:00
Bradley Ayers 65230c777d Use   rather than   for {% nospaceless %} 2012-06-18 16:41:27 +10:00
Bradley Ayers 883c565668 Ignore test articles 2012-06-18 16:40:15 +10:00
Bradley Ayers 4d610da710 Preserve whitespace in headings and body of table HTML, resolves #80 2012-06-16 19:03:20 +10:00
Bradley Ayers fe5c187579 Setting Table.Meta.fields now affects default sequence of columns. Resolves #76 2012-06-16 11:36:30 +10:00
Bradley Ayers 486f588b53 Change tox.ini to use tarballs from github for latest releases, rather than checking out the entire repo 2012-05-23 10:28:17 +10:00
Bradley Ayers d5a2d0f62d Column.order_by now defaults to Column.accessor instead of Column.name, resolves issue #74 2012-05-19 19:33:05 +10:00
Bradley Ayers 7b49ac07cd Switch 'Helvetica' and 'Verdana' in CSS for table headings. 2012-05-17 09:58:05 +10:00
Bradley Ayers ec8328ea95 Turn warnings into errors when running tests, use latest Attest 2012-05-13 22:48:47 +10:00
Selwin Ong 044d1b559d Move ``bound_column.render_args`` to ``bound_column._render_args``. 2012-05-13 11:40:20 +10:00