Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pegase745 committed Aug 13, 2013
1 parent 77fcc8d commit 4ec3bc9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sqlalchemy-datatables [![Build Status](https://travis-ci.org/Pegase745/sqlalchem
=====================

## Usage
The package is available on [PyPI] (https://pypi.python.org/pypi/sqlalchemy-datatables/0.1.0)
The package is available on [PyPI] (https://pypi.python.org/pypi/sqlalchemy-datatables/0.1.2)

> pip install sqlalchemy-datatables
Expand Down Expand Up @@ -107,6 +107,19 @@ $ $venv/bin/pserve development.ini
Open a web browser and got to the url localhost:6543
```

## Changelog

#### v0.1.2 (13/08/2013)####
- Fixing errors due to relationships (filtering, sorting)
- Setting filter default value to str, avoiding JSON serializable type errors

#### v0.1.1 (12/08/2013)####
- Fixing viewing column relationships

#### v0.1.0 (12/08/2013)####
- First version


## License

Copyright (c) 2013 Michel Nemnom
Expand Down

0 comments on commit 4ec3bc9

Please sign in to comment.