index
:
debian/django-tables2.git
master
Debian packaging for django-tables2
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
debian: add install file
HEAD
master
Benjamin Dauvergne
2015-05-27
2
-4/+1
*
debian: remove all doc related files
Benjamin Dauvergne
2015-05-27
4
-12/+0
*
debian: remove doc package
Benjamin Dauvergne
2015-05-27
1
-11/+0
*
debian packaging
Benjamin Dauvergne
2015-05-27
15
-5/+318
*
fix verbose_name handling with GenericForeignKey fields under Django 1.8
Benjamin Dauvergne
2015-05-26
1
-2/+2
*
Bump version to 1.0.4
v1.0.4
Bradley Ayers
2015-05-09
2
-1/+6
*
Merge pull request #245 from mvantellingen/feature/fix-django-1.8-issue
Bradley Ayers
2015-05-09
3
-2/+28
|
\
|
*
Handle retrieving field.verbose_name in a Django 1.8 compat way
Michael van Tellingen
2015-04-30
3
-2/+28
*
|
Remove setup.cfg as PyPI doesn't support it.
v1.0.3
Bradley Ayers
2015-05-09
3
-3/+6
*
|
Bump version to 1.0.2
v1.0.2
Bradley Ayers
2015-05-09
1
-1/+1
*
|
Add setup.cfg to declare README.md for PyPI.
Bradley Ayers
2015-05-09
2
-0/+7
*
|
Bump version to 1.0.1
v1.0.1
Bradley Ayers
2015-05-09
2
-1/+6
*
|
Convert README.rst to README.md to fix PyPI formatting.
Bradley Ayers
2015-05-09
1
-48/+37
*
|
Bump version to 1.0.0
v1.0.0
Bradley Ayers
2015-05-09
1
-1/+1
*
|
#246 Make the test for declaractively specified templates more robust.
Bradley Ayers
2015-05-09
1
-9/+12
|
/
*
Merge pull request #238 from alasdairnicol/pagination_docs
Bradley Ayers
2015-04-20
1
-1/+3
|
\
|
*
Clarify that you need to set table_pagination=False to disable pagination
Alasdair Nicol
2015-04-10
1
-1/+3
*
|
Merge pull request #235 from NB-Dev/master
Bradley Ayers
2015-04-20
2
-0/+37
|
\
\
|
*
|
German translation
Tim Schneider
2015-04-09
2
-0/+37
|
|
/
*
|
Remove Django 1.2 test from Travis CI.
Bradley Ayers
2015-04-19
1
-1/+0
*
|
Drop support for Django 1.2
Bradley Ayers
2015-04-19
4
-9/+2
*
|
Fix broken tests.
Bradley Ayers
2015-04-19
4
-8/+11
*
|
Convert to py.test.
Bradley Ayers
2015-04-19
36
-1445/+1291
*
|
Update Travis CI config.
Bradley Ayers
2015-04-18
1
-8/+9
*
|
Drop Python 3.2 support.
Bradley Ayers
2015-04-18
2
-40/+1
*
|
Add Python 3.4 support, drop 2.6, add Django 1.7 and 1.8 testing.
Bradley Ayers
2015-04-18
3
-49/+82
*
|
Fix a bug in the way datetimecolumn tests setup timezone aware datetimes.
Bradley Ayers
2015-04-17
1
-3/+2
*
|
Change version to 0.16.1.dev0 to avoid setuptools warnings.
Bradley Ayers
2015-04-17
1
-2/+2
*
|
Merge pull request #228 from gertsteyn/master
Bradley Ayers
2015-04-14
3
-10/+10
|
\
\
|
|
/
|
/
|
|
*
Changed from django.utils.datastructures.SortedDict (deprecated) to collectio...
Gert Steyn
2015-03-19
3
-10/+10
*
|
Bump to v0.16.1, add release instructions.
Bradley Ayers
2015-04-07
2
-1/+8
*
|
Bump to v0.16.0
v0.16.0
Bradley Ayers
2015-04-07
2
-1/+9
*
|
Merge pull request #233 from simion/patch-1
Bradley Ayers
2015-04-07
1
-0/+3
|
\
\
|
|
/
|
/
|
|
*
Django 1.8 compatibility
simion
2015-04-07
1
-0/+3
|
/
*
Merge remote-tracking branch 'jthurner/docs-fix-toc'
Bradley Ayers
2015-03-05
22
-1248/+1251
|
\
|
*
Move doc sections into seperate files to fix toc on RTD
Joschka Thurner
2014-10-15
22
-1242/+1251
*
|
Merge pull request #220 from vertecx/master
Bradley Ayers
2015-02-14
2
-0/+32
|
\
\
|
*
|
Added Swedish translation
vertecx
2014-12-04
2
-0/+32
|
|
/
*
|
Merge pull request #222 from avenet/patch-1
Bradley Ayers
2015-02-14
1
-1/+1
|
\
\
|
*
|
Add max_length attribute to person CharField
Andy Venet
2015-01-05
1
-1/+1
|
|
/
*
|
Merge pull request #225 from hwkns/patch-1
Bradley Ayers
2015-02-14
1
-0/+5
|
\
\
|
|
/
|
/
|
|
*
Added missing trove classifiers to setup.py
Daniel Hawkins
2015-02-14
1
-0/+5
|
/
*
Merge pull request #213 from luzfcb/patch-1
Bradley Ayers
2014-09-25
1
-1/+2
|
\
|
*
fix wrong travis-cl badget configuration
Fábio C. Barrionuevo da Luz
2014-09-25
1
-1/+2
|
/
*
Merge pull request #165 from ionelmc/master
Bradley Ayers
2014-03-07
2
-6/+33
|
\
|
*
Replace the exception dance with light input validation.
Ionel Cristian Mărieș
2013-08-28
2
-16/+32
|
*
Ooops, forgot the parens.
Ionel Cristian Mărieș
2013-08-27
1
-2/+2
|
*
Fix the syntax to be parseable under py3
Ionel Cristian Mărieș
2013-08-27
1
-2/+3
|
*
Fix "silent" error handling in the TableData.__init__ to prepend the complete...
Ionel Cristian Mărieș
2013-08-27
1
-4/+14
*
|
Merge pull request #187 from mbertheau/dont-titlise
Bradley Ayers
2014-03-07
5
-33/+17
|
\
\
[next]