django-tables2.git
2011-04-03 Bradley Ayers* Updated documentation v0.4.0.beta2
2011-04-01 Bradley Ayers* Fixed CheckBoxColumn.
2011-03-31 Bradley Ayers* Ordering now works properly.
2011-03-25 Bradley Ayers* Fixed the paleblue theme CSS
2011-03-25 Bradley Ayersfixed missing include in MANIFEST.in
2011-03-25 Bradley Ayersbumped version
2011-03-25 Bradley Ayersadded 'attrs' field on Table.Meta, updated documentatio...
2011-03-24 Bradley AyersFixed wrong dependency name in setup.py
2011-03-24 Bradley Ayers* Moved tests out of the app, and integrated them with...
2011-03-22 Bradley Ayers* Fixed bug in conf.py, where it was trying to use...
2011-03-21 Bradley Ayerssimplified setup.py
2011-02-27 Bradley Ayersusing QuerySets actually works now, added a relevant...
2011-02-25 Bradley Ayersadded a test to reveal problem with using querysets...
2011-02-24 Bradley Ayersremoved copyright
2011-02-24 Bradley Ayersupped version to 0.4.0 alpha 1
2011-02-24 Bradley Ayersfixed up a lot of shitty documentation, and fixed some...
2011-02-23 Bradley Ayersupdated docs
2011-02-22 Bradley Ayersfixed some bugs
2011-02-04 Bradley Ayersupdated README
2011-02-04 Bradley Ayersupdated README.rst
2011-02-04 Bradley AyersAdded README, removed komodo project files
2011-02-04 Bradley Ayerslots of major changes
2010-11-26 Michael ElsdoerferSetup development version number.
2010-11-26 Michael ElsdoerferNow that the files lack a BOM, some need a coding decla... 0.2.1 0.3
2010-11-26 Michael ElsdoerferPrepare to fix a new version.
2010-11-22 Michael ElsdoerferMerge remote branch 'jweyrich/master'
2010-11-22 Michael ElsdoerferMake sure the models.py file, which we need to be loade...
2010-11-22 Jardel WeyrichConvert files to UNIX EOL and remove BOM.
2010-10-13 Michael ElsdörferFixed some problems with Harro's test.
2010-10-13 Harro van der... Added verbose_name to columns from a model.
2010-08-24 Michael ElsdoerferFixed a NameError. This potentially closes issue 5.
2010-08-24 Michael ElsdoerferConvert a bunch of files to use *nix line endings.
2010-08-20 Michael ElsdoerferIgnore build directory created by distutils.
2010-08-20 Michael ElsdoerferMake setup.py executable.
2010-08-20 Michael ElsdoerferAfter release, set version to 0.3 dev.
2010-08-20 Michael ElsdoerferPrepare a 0.2 release. 0.2
2010-08-20 Michael ElsdoerferConverted to *nix linebreaks.
2010-07-21 Michael ElsdoerferAdded a test for Harro's columns= sorting change.
2010-07-21 Harro van der... For a ModelTable you can use the columns meta option...
2010-06-01 Michael ElsdoerferDefine the version number properly inside the module...
2010-06-01 Michael ElsdoerferMinor formatting fix in docs.
2010-06-01 Michael ElsdoerferAdded documentation for the new "render_COLUMN" methods.
2010-06-01 Michael ElsdoerferNo longer allow the Column's 'data' argument to be...
2010-05-28 Michael ElsdoerferThis comment wasn't really correct anymore, must have...
2010-05-28 Jardel WeyrichAllow non-basestrings (e.g: ugettext_lazy) to be used...
2010-05-18 Michael ElsdoerferFixed the ModelTable docstring. Thanks philotas. Closes #2.
2010-04-21 adammckbugfix: ModelTableOptions() should call TableOptions...
2010-04-21 Michael ElsdoerferFixed 80a61's tests failures, mostly be removing the...
2010-04-21 adammckadded default 'order_by' option to tables.
2010-04-06 Michael ElsdoerferAdded a __len__ method to the columns container.
2010-03-26 Michael ElsdoerferNoted another random idea.
2010-03-26 Michael ElsdoerferConverted the readme file to a Sphinx documentation...
2010-03-26 Michael ElsdoerferTODOs.
2010-03-26 Michael ElsdoerferDon't insist on a specific WingIDE project file name...
2010-03-26 Michael ElsdoerferUpdated ignores for git.
2010-03-26 Michael ElsdoerferMake it clearer that those are primarily the requiremen...
2010-03-24 Michael ElsdörferMore refactoring: Custom table classes now don't need...
2010-03-24 Michael ElsdörferMake it slightly easier for custom table subclasses...
2010-03-24 Michael ElsdörferMoved the global options to a separate module as well.
2010-03-24 Michael ElsdörferMerged the todo items from the README with the existing...
2010-03-24 Michael ElsdörferMinor refactoring. The BaseTable implementation is...
2010-03-24 Michael ElsdörferAdded a pip requirements file for dependency installation.
2010-03-24 Michael ElsdörferAllow for a local TODO file.
2010-03-24 Michael ElsdörferIgnore WingIDE project file.
2010-01-14 Michael ElsdörferMerge upstream.
2010-01-14 Michael ElsdörferIgnore Eclipse project files.
2010-01-14 Michael ElsdörferAdded TODO.
2010-01-08 Michael ElsdoerferHardly unexpected, r49 worked with the Django trunk...
2010-01-08 Michael ElsdoerferFixed test that broke with recent Django SVN trunk...
2010-01-08 Michael ElsdoerferFix for #503652 (thanks Zeth). The quasi-internal APIs...
2009-10-23 Michael ElsdoerferTODO.
2009-10-23 Michael ElsdoerferAdded some considerations wrt adding filtering support.
2009-10-23 Michael ElsdoerferFixed code sample syntax, typos.
2009-02-13 Michael ElsdoerferClarified example in README. Thanks Aaron.
2009-01-11 Michael ElsdoerferFixed #282964: 'data' may point to a callable attribute...
2009-01-10 Michael ElsdoerferFixed a bug that made it hard to change the visibility...
2008-12-13 Michael Elsdoerferfixed minor oversight in README, thanks sebzur
2008-10-13 Michael Elsdoerferfixed typo
2008-10-06 Michael Elsdoerferthe pagination example still wasn't quite right (thanks...
2008-10-02 Michael Elsdoerferfixed erroneous example in README (thanks to robert)
2008-09-21 Michael Elsdoerferbuiltin pagination now handles errors and converts...
2008-09-16 Michael Elsdoerferadded some musings about the potential future filter...
2008-09-16 Michael Elsdoerferconverted test suite to use nose rather than py.test...
2008-07-27 Michael Elsdoerferinclude tests in source distribution
2008-07-26 Michael Elsdoerferadded distutils setup script
2008-07-19 Michael Elsdoerferremoved obsolete line from README that was never actual...
2008-07-19 Michael Elsdoerferminor comment spelling mistake
2008-07-19 Michael Elsdoerferadded bsd license info
2008-07-09 Michael Elsdoerferminor readme updates
2008-06-29 Michael Elsdoerferadded support for column default sort directions
2008-06-29 Michael Elsdoerferstandard tables now support an inner metaclass; the...
2008-06-29 Michael Elsdoerferadded columns.sortable() method
2008-06-29 Michael Elsdoerferadded helpful functionality for working with order_by...
2008-06-27 Michael ElsdoerferTable.__getitem__ did not work at all
2008-06-27 Michael Elsdoerferadding to a previous fix, make sure order_by is always...
2008-06-27 Michael Elsdoerferfixed bug in set_url_param when used with order_by...
2008-06-26 Michael Elsdoerferorder_by was not normalized when passed to __init__...
2008-06-26 Michael Elsdoerferfixed bug when accessing rows by index; added the missi...
2008-06-26 Michael Elsdörferadded support for pagination
2008-06-24 Michael Elsdörfersupport column "data" option, relationship spanning...
next