From c17dee0e5d337578a522eed2fff99ed505a950e6 Mon Sep 17 00:00:00 2001 From: Bradley Ayers Date: Fri, 25 Mar 2011 13:19:51 +1000 Subject: [PATCH] Squashed commit of the following: commit c3a0de3791f178e6a653167eea315e467955f23d Author: Bradley Ayers Date: Fri Mar 25 12:59:32 2011 +1000 fixed missing include in MANIFEST.in commit 71a9ea5e40c4cbc1d5fc2537c8ab6725325a1f17 Author: Bradley Ayers Date: Fri Mar 25 12:50:13 2011 +1000 bumped version commit c743e17d0405b5b362fc0676a51b69eb76dbe0d4 Author: Bradley Ayers Date: Fri Mar 25 12:49:41 2011 +1000 added 'attrs' field on Table.Meta, updated documentation, added a paleblue theme. commit 127c210473ad250a8f2a27c3107952da9a62826b Author: Bradley Ayers Date: Thu Mar 24 13:12:57 2011 +1000 Fixed wrong dependency name in setup.py commit 11451794ec659b8ccd8bc24327dd45d5f096f6fe Author: Bradley Ayers Date: Thu Mar 24 13:07:49 2011 +1000 * Moved tests out of the app, and integrated them with setup.py * Added more tests for QuerySet data sources * Clarified documentation * Renamed BoundRow.data to BoundRow.record commit 7ccf79aabf68d92360b40b561b1948d4da2d4caa Author: Bradley Ayers Date: Wed Mar 23 09:15:07 2011 +1000 * Fixed bug in conf.py, where it was trying to use the old VERSION variable in django_tables. * Updated the documentation to clarify the use-cases for column formatters. commit 3a3c8fe8cd783ac08d5e06b4b3021cf611beb7e3 Author: Bradley Ayers Date: Mon Mar 21 16:30:59 2011 +1000 simplified setup.py commit c0292c03e10cb9e5b8ea1c5cd3195a4de54c7068 Author: Bradley Ayers Date: Sun Feb 27 23:45:20 2011 +1000 using QuerySets actually works now, added a relevant test that now uses django-attest commit b4d157013e984f5d29b1877fdecbc0482fd8fb9f Author: Bradley Ayers Date: Fri Feb 25 17:36:14 2011 +1000 added a test to reveal problem with using querysets as data sources commit ba9fa5a60ab0f511bd245674dacfaf4ee57859fc Author: Bradley Ayers Date: Fri Feb 25 03:03:50 2011 +1000 removed copyright commit c9913e928fe50221ccb1757194771b6f46d1312a Author: Bradley Ayers Date: Fri Feb 25 03:01:36 2011 +1000 upped version to 0.4.0 alpha 1 commit b26c1fc04093ccf1ede246803715fd57e8db41fb Author: Bradley Ayers Date: Fri Feb 25 02:54:02 2011 +1000 fixed up a lot of shitty documentation, and fixed some bugs while I was at it. commit efe955a1a86977cf9f392ce60ad2bd5ad43f4784 Author: Bradley Ayers Date: Wed Feb 23 17:33:22 2011 +1000 updated docs commit 79d701a0c910ec9a8e671e09cb56ab04f6ebcb29 Author: Bradley Ayers Date: Tue Feb 22 19:12:27 2011 +1000 fixed some bugs --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index de73873..de0c1f4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include README.rst recursive-include django_tables/templates * +recursive-include django_tables/static * -- 2.26.2