Helge Dzierzon
Helge Dzierzon
I encountered a wee problem with using django_tables2. When passing an array of documents into the table from a queryset the column headings fall back to the default for verbose_name...
When I ran your first very simple example I got an error ``` pql.find("a > 1 and b == 'foo' or not c.d == False") ParseError: Unsupported syntax (NameConstant). options:...
It think it would be nice having a default clean and compress template. Clean: removes all but .moa (obviously) Compresses: compresses all but .moa (obviously) Cheers Helge
Moa lets you enter titles using white spaces. When attempting to run it complains about it. There should be a validation procedure that prevents you saving a title with spaces....
You can use short cuts to templates when creating a job e.g. moa simple = moa new simple That should be mentioned as such in the documentation. Hugely confused me...
I think moa should ask for a title by default. Currently it lets you create the job, but then complains when attempting to run the job.