2010-08-20 |
Michael Elsdoerfer | Make setup.py executable. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Michael Elsdoerfer | After release, set version to 0.3 dev. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Michael Elsdoerfer | Prepare a 0.2 release. 0.2 |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Michael Elsdoerfer | Converted to *nix linebreaks. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Michael Elsdoerfer | Added a test for Harro's columns= sorting change. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Harro van der... | For a ModelTable you can use the columns meta option... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Michael Elsdoerfer | Define the version number properly inside the module... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Michael Elsdoerfer | Minor formatting fix in docs. |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Michael Elsdoerfer | Added documentation for the new "render_COLUMN" methods. |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Michael Elsdoerfer | No longer allow the Column's 'data' argument to be... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Michael Elsdoerfer | This comment wasn't really correct anymore, must have... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Jardel Weyrich | Allow non-basestrings (e.g: ugettext_lazy) to be used... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Michael Elsdoerfer | Fixed the ModelTable docstring. Thanks philotas. Closes #2. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
adammck | bugfix: ModelTableOptions() should call TableOptions... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Michael Elsdoerfer | Fixed 80a61's tests failures, mostly be removing the... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
adammck | added default 'order_by' option to tables. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Michael Elsdoerfer | Added a __len__ method to the columns container. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Michael Elsdoerfer | Noted another random idea. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Michael Elsdoerfer | Converted the readme file to a Sphinx documentation... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Michael Elsdoerfer | TODOs. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Michael Elsdoerfer | Don't insist on a specific WingIDE project file name... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Michael Elsdoerfer | Updated ignores for git. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Michael Elsdoerfer | Make it clearer that those are primarily the requiremen... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Michael Elsdörfer | More refactoring: Custom table classes now don't need... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Michael Elsdörfer | Make it slightly easier for custom table subclasses... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Michael Elsdörfer | Moved the global options to a separate module as well. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Michael Elsdörfer | Merged the todo items from the README with the existing... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Michael Elsdörfer | Minor refactoring. The BaseTable implementation is... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Michael Elsdörfer | Added a pip requirements file for dependency installation. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Michael Elsdörfer | Allow for a local TODO file. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Michael Elsdörfer | Ignore WingIDE project file. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Michael Elsdörfer | Merge upstream. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Michael Elsdörfer | Ignore Eclipse project files. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Michael Elsdörfer | Added TODO. |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Michael Elsdoerfer | Hardly unexpected, r49 worked with the Django trunk... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Michael Elsdoerfer | Fixed test that broke with recent Django SVN trunk... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Michael Elsdoerfer | Fix for #503652 (thanks Zeth). The quasi-internal APIs... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Michael Elsdoerfer | TODO. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Michael Elsdoerfer | Added some considerations wrt adding filtering support. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Michael Elsdoerfer | Fixed code sample syntax, typos. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Michael Elsdoerfer | Clarified example in README. Thanks Aaron. |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Michael Elsdoerfer | Fixed #282964: 'data' may point to a callable attribute... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Michael Elsdoerfer | Fixed a bug that made it hard to change the visibility... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Michael Elsdoerfer | fixed minor oversight in README, thanks sebzur |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Michael Elsdoerfer | fixed typo |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Michael Elsdoerfer | the pagination example still wasn't quite right (thanks... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Michael Elsdoerfer | fixed erroneous example in README (thanks to robert) |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Michael Elsdoerfer | builtin pagination now handles errors and converts... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Michael Elsdoerfer | added some musings about the potential future filter... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Michael Elsdoerfer | converted test suite to use nose rather than py.test... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Michael Elsdoerfer | include tests in source distribution |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Michael Elsdoerfer | added distutils setup script |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Elsdoerfer | removed obsolete line from README that was never actual... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Elsdoerfer | minor comment spelling mistake |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Michael Elsdoerfer | added bsd license info |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Michael Elsdoerfer | minor readme updates |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Michael Elsdoerfer | added support for column default sort directions |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Michael Elsdoerfer | standard tables now support an inner metaclass; the... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Michael Elsdoerfer | added columns.sortable() method |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Michael Elsdoerfer | added helpful functionality for working with order_by... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Michael Elsdoerfer | Table.__getitem__ did not work at all |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Michael Elsdoerfer | adding to a previous fix, make sure order_by is always... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Michael Elsdoerfer | fixed bug in set_url_param when used with order_by... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Michael Elsdoerfer | order_by was not normalized when passed to __init__... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Michael Elsdoerfer | fixed bug when accessing rows by index; added the missi... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Michael Elsdörfer | added support for pagination |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Michael Elsdörfer | support column "data" option, relationship spanning... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Michael Elsdörfer | support callables |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Michael Elsdörfer | fixed minor bug (caches not reset); added update()... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Michael Elsdörfer | option to cause exceptions to be raised for invalid... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Michael Elsdörfer | model column auto generation can be disabled now |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Michael Elsdörfer | previous manual (un)commit was incomplete |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Michael Elsdörfer | as promised, reverted (with minor exceptions) the previ... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Michael Elsdörfer | we've just written support for a choices=True setting... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Michael Elsdörfer | added minor test |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Michael Elsdörfer | better auto verbose names |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Michael Elsdörfer | static tables were implemented incorrectly, were using... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Michael Elsdörfer | forgot those files in the last commit |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Michael Elsdörfer | more work on modeltables, they are pretty much usable now |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Michael Elsdörfer | ... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Michael Elsdörfer | we're now in a state were so far existing features... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Michael Elsdörfer | using py.test for testing; added some tests; minor... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Michael Elsdörfer | added template tags, fixed up with tests |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Michael Elsdörfer | initial commit |
commit | commitdiff | tree | snapshot |
|