Jerry Seutter

Results 9 issues of Jerry Seutter

The readme file does not show attributes of transactions. The transaction.payee thing is confusing for users because it is the "name" field in the ofx file. At least document it...

Want to have the wiki pages contain documentation on ofxparse.

I think it would be nice to include some scripts that do useful things, so users don't have to keep doing the same thing over and over.

I think it would be nice to include some scripts that do useful things, so users don't have to keep doing the same thing over and over.

I think it would be nice to include some scripts that do useful things, so users don't have to keep doing the same thing over and over.

Our test fixtures are useful to other projects as a test corpus from several different banking institutions. I got this message from someone: _achiang_ oh, one more thing, i think...

Some pull requests come in without tests, like pull #54, which are easily broken later. Test coverage stats would be a huge help to identifying which parts of the code...

Steps to recreate: 1. Generate a scaffold where one of the model fields is a file type. Eg: ``` bash ../venv/bin/python manage.py generatescaffold foo Foo name:char description:text screenshot:file ``` 1....

enhancement