0
I Use This!
Inactive

Commits : Listings

Analyzed 15 days ago. based on code collected 16 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix incompatibility with new Django. More... almost 10 years ago
Setup development version number. More... about 14 years ago
Now that the files lack a BOM, some need a coding declaration. More... about 14 years ago
Prepare to fix a new version. More... about 14 years ago
Merge remote branch 'jweyrich/master' More... about 14 years ago
Make sure the models.py file, which we need to be loaded by Django as an app, is not empty. Apparently this causes rpmlint to complain when packaging for Fedora. More... about 14 years ago
Convert files to UNIX EOL and remove BOM. Please, add these lines to your ~/.gitconfig file: [core] autocrlf = input Or alternatively run: git config --global core.autocrlf input More... about 14 years ago
Fixed some problems with Harro's test. More... over 14 years ago
Added verbose_name to columns from a model. More... over 14 years ago
Fixed a NameError. This potentially closes issue 5. More... over 14 years ago
Convert a bunch of files to use *nix line endings. More... over 14 years ago
Ignore build directory created by distutils. More... over 14 years ago
Make setup.py executable. More... over 14 years ago
After release, set version to 0.3 dev. More... over 14 years ago
Prepare a 0.2 release. More... over 14 years ago
Converted to *nix linebreaks. More... over 14 years ago
Added a test for Harro's columns= sorting change. More... over 14 years ago
For a ModelTable you can use the columns meta option to indicate the column order. More... over 14 years ago
Define the version number properly inside the module, read within setup.py. More... over 14 years ago
Minor formatting fix in docs. More... over 14 years ago
Added documentation for the new "render_COLUMN" methods. More... over 14 years ago
No longer allow the Column's 'data' argument to be callable. This was tedious to use anyway, and only made the declared_name/name/data thing more confusing that it already is. Instead, it is now possible to define render_FOO methods within the table. More... over 14 years ago
This comment wasn't really correct anymore, must have been accidentally copied from the old "Table" class. More... over 14 years ago
Allow non-basestrings (e.g: ugettext_lazy) to be used in verbose_name. More... over 14 years ago
Fixed the ModelTable docstring. Thanks philotas. Closes #2. More... over 14 years ago
Fixed 80a61's tests failures, mostly be removing the offending tests (the BaseTable shouldn't support sorting). More... almost 15 years ago
bugfix: ModelTableOptions() should call TableOptions.__init__ More... almost 15 years ago
added default 'order_by' option to tables. More... almost 15 years ago
Added a __len__ method to the columns container. More... almost 15 years ago
Noted another random idea. More... almost 15 years ago