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
16 days
ago. based on code collected
16 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 2 of 4
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Converted the readme file to a Sphinx documentation; some minor refactoring along the lines.
Michael Elsdoerfer
More...
almost 15 years ago
TODOs.
Michael Elsdoerfer
More...
almost 15 years ago
Don't insist on a specific WingIDE project file name, ignore all.
Michael Elsdoerfer
More...
almost 15 years ago
Updated ignores for git.
Michael Elsdoerfer
More...
almost 15 years ago
Make it clearer that those are primarily the requirements needed to develop on django-tables.
Michael Elsdoerfer
More...
almost 15 years ago
More refactoring: Custom table classes now don't need to assign to the _snapshot argument directly, but can simply return their snapshot.
Michael Elsdörfer
More...
almost 15 years ago
Make it slightly easier for custom table subclasses to customize the classes used for rows etc.
Michael Elsdörfer
More...
almost 15 years ago
Moved the global options to a separate module as well.
Michael Elsdörfer
More...
almost 15 years ago
Merged the todo items from the README with the existing TODO file, which by the way was in the wrong location.
Michael Elsdörfer
More...
almost 15 years ago
Minor refactoring. The BaseTable implementation is now split into an actual "BaseTable", and a "MemoryTable". This is because in the future we'd like to offer at least one additional table implementation, an SQlTable, which is capable of doing raw queries. As a result, a better split of the base funtionality and what is provided by a base class is appropriate.
Michael Elsdörfer
More...
almost 15 years ago
Added a pip requirements file for dependency installation.
Michael Elsdörfer
More...
almost 15 years ago
Allow for a local TODO file.
Michael Elsdörfer
More...
almost 15 years ago
Ignore WingIDE project file.
Michael Elsdörfer
More...
almost 15 years ago
Merge upstream.
Michael Elsdörfer
More...
about 15 years ago
Ignore Eclipse project files.
Michael Elsdörfer
More...
about 15 years ago
Added TODO.
Michael Elsdörfer
More...
about 15 years ago
Hardly unexpected, r49 worked with the Django trunk, but caused issues with older versions. Now both should work.
Michael Elsdoerfer
More...
about 15 years ago
Fixed test that broke with recent Django SVN trunk. Django now seems to strictly require Template.render() to be called with a Context, dict doesn't work anymore.
Michael Elsdoerfer
More...
about 15 years ago
Fix for #503652 (thanks Zeth). The quasi-internal APIs to retrieve the SQL code for a queryset will change in 1.2. We now support both 1.2 and previous versions.
Michael Elsdoerfer
More...
about 15 years ago
TODO.
Michael Elsdoerfer
More...
over 15 years ago
Added some considerations wrt adding filtering support.
Michael Elsdoerfer
More...
over 15 years ago
Fixed code sample syntax, typos.
Michael Elsdoerfer
More...
over 15 years ago
Clarified example in README. Thanks Aaron.
Michael Elsdoerfer
More...
about 16 years ago
Fixed #282964: 'data' may point to a callable attribute while still leaving the column sortable.
Michael Elsdoerfer
More...
about 16 years ago
Fixed a bug that made it hard to change the visibility of a column of a table instance
Michael Elsdoerfer
More...
about 16 years ago
fixed minor oversight in README, thanks sebzur
Michael Elsdoerfer
More...
about 16 years ago
fixed typo
Michael Elsdoerfer
More...
over 16 years ago
the pagination example still wasn't quite right (thanks again, robert)
Michael Elsdoerfer
More...
over 16 years ago
fixed erroneous example in README (thanks to robert)
Michael Elsdoerfer
More...
over 16 years ago
builtin pagination now handles errors and converts them to Http404s
Michael Elsdoerfer
More...
over 16 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