openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
django-tables
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
15 days
ago. based on code collected
16 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 1 of 4
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix incompatibility with new Django.
Michael Elsdörfer
More...
almost 10 years ago
Setup development version number.
Michael Elsdoerfer
More...
about 14 years ago
Now that the files lack a BOM, some need a coding declaration.
Michael Elsdoerfer
More...
about 14 years ago
Prepare to fix a new version.
Michael Elsdoerfer
More...
about 14 years ago
Merge remote branch 'jweyrich/master'
Michael Elsdoerfer
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.
Michael Elsdoerfer
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
Jardel Weyrich
More...
about 14 years ago
Fixed some problems with Harro's test.
Michael Elsdörfer
More...
over 14 years ago
Added verbose_name to columns from a model.
Harro van der Klauw
More...
over 14 years ago
Fixed a NameError. This potentially closes issue 5.
Michael Elsdoerfer
More...
over 14 years ago
Convert a bunch of files to use *nix line endings.
Michael Elsdoerfer
More...
over 14 years ago
Ignore build directory created by distutils.
Michael Elsdoerfer
More...
over 14 years ago
Make setup.py executable.
Michael Elsdoerfer
More...
over 14 years ago
After release, set version to 0.3 dev.
Michael Elsdoerfer
More...
over 14 years ago
Prepare a 0.2 release.
Michael Elsdoerfer
More...
over 14 years ago
Converted to *nix linebreaks.
Michael Elsdoerfer
More...
over 14 years ago
Added a test for Harro's columns= sorting change.
Michael Elsdoerfer
More...
over 14 years ago
For a ModelTable you can use the columns meta option to indicate the column order.
Harro van der Klauw
More...
over 14 years ago
Define the version number properly inside the module, read within setup.py.
Michael Elsdoerfer
More...
over 14 years ago
Minor formatting fix in docs.
Michael Elsdoerfer
More...
over 14 years ago
Added documentation for the new "render_COLUMN" methods.
Michael Elsdoerfer
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.
Michael Elsdoerfer
More...
over 14 years ago
This comment wasn't really correct anymore, must have been accidentally copied from the old "Table" class.
Michael Elsdoerfer
More...
over 14 years ago
Allow non-basestrings (e.g: ugettext_lazy) to be used in verbose_name.
Jardel Weyrich
More...
over 14 years ago
Fixed the ModelTable docstring. Thanks philotas. Closes #2.
Michael Elsdoerfer
More...
over 14 years ago
Fixed 80a61's tests failures, mostly be removing the offending tests (the BaseTable shouldn't support sorting).
Michael Elsdoerfer
More...
almost 15 years ago
bugfix: ModelTableOptions() should call TableOptions.__init__
adammck
More...
almost 15 years ago
added default 'order_by' option to tables.
adammck
More...
almost 15 years ago
Added a __len__ method to the columns container.
Michael Elsdoerfer
More...
almost 15 years ago
Noted another random idea.
Michael Elsdoerfer
More...
almost 15 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree