0
I Use This!
Inactive

Commits : Listings

Analyzed 16 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
Converted the readme file to a Sphinx documentation; some minor refactoring along the lines. More... almost 15 years ago
TODOs. More... almost 15 years ago
Don't insist on a specific WingIDE project file name, ignore all. More... almost 15 years ago
Updated ignores for git. More... almost 15 years ago
Make it clearer that those are primarily the requirements needed to develop on django-tables. 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. More... almost 15 years ago
Make it slightly easier for custom table subclasses to customize the classes used for rows etc. More... almost 15 years ago
Moved the global options to a separate module as well. 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. 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. More... almost 15 years ago
Added a pip requirements file for dependency installation. More... almost 15 years ago
Allow for a local TODO file. More... almost 15 years ago
Ignore WingIDE project file. More... almost 15 years ago
Merge upstream. More... about 15 years ago
Ignore Eclipse project files. More... about 15 years ago
Added TODO. More... about 15 years ago
Hardly unexpected, r49 worked with the Django trunk, but caused issues with older versions. Now both should work. 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. 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. More... about 15 years ago
TODO. More... over 15 years ago
Added some considerations wrt adding filtering support. More... over 15 years ago
Fixed code sample syntax, typos. More... over 15 years ago
Clarified example in README. Thanks Aaron. More... about 16 years ago
Fixed #282964: 'data' may point to a callable attribute while still leaving the column sortable. More... about 16 years ago
Fixed a bug that made it hard to change the visibility of a column of a table instance More... about 16 years ago
fixed minor oversight in README, thanks sebzur More... about 16 years ago
fixed typo More... over 16 years ago
the pagination example still wasn't quite right (thanks again, robert) More... over 16 years ago
fixed erroneous example in README (thanks to robert) More... over 16 years ago
builtin pagination now handles errors and converts them to Http404s More... over 16 years ago