Provides a rudimentary bug-tracking system.
Functions
| compact(*names) | |
| desc(column) | Return a descending ORDER BY clause element. |
| uri_path(environ) |
Classes
| Action(req, params) | Represents an action that can be taken by the server. |
| ContentTypeAction(req, params) | A handler which guesses and/or assigns a value for the Content-Type header. |
| Field(type, *args, **kwargs) | Represents the definition of a ‘field’ on an entity. |
| Integer(*args, **kwargs) | A type for int integers. |
| ManyToMany(of_kind, *args, **kwargs[, ...]) | |
| ManyToOne(of_kind, *args, **kwargs[, ...]) | |
| MultiReportDisplay(req, params) | |
| OneToMany(of_kind, *args, **kwargs[, filter]) | |
| Post(**kwargs) | |
| Report(**kwargs) | |
| ReportCommit(req, params) | |
| ReportDateOrder(req, params) | |
| ReportDisplay(req, params) | |
| ReportPaginationData(req, params) | |
| ReportPaginator(req, params) | |
| ReportResolve(req, params) | |
| ReportSubmitAggregator(req, params) | |
| String([length, convert_unicode, ...]) | The base for all string and character types. |
| TagIDSelector(req, params) | |
| TagNameSelector(req, params) | |
| User(**kwargs) | |
| UserIDSelector(req, params) | |
| UserLoginSelector(req, params) |
Exceptions
| BadRequest([description]) | 400 Bad Request |
| NoResultFound | A database result was required but none was found. |
| NotFound([description]) | 404 Not Found |
| SQLError | Raised when the execution of a database operation fails. |