0.1.3 (2011-03-08)
------------------
- Preparing the widgets in order to add conditional queries.
- Fixed error in insesitive contains lookups.
- Improved the multi-databases support, now it's possible select the database
  from the main form and it's saved in session.



0.1.2 (2011-02-15)
------------------
- Initial support for multi-database.
- Bug fixes.


0.1.1 (2011-02-14)
------------------
- Added support to inner and auto-created django models.
- Updated jQuery and ExCanvas versions, jsPlumb remains in the same version.
- Added a copy of README suitable for GitHub.


0.1.0 (2010-11-22)
------------------
 - View and autodiscover relations among the models in a visual way (ForeignKey
   fields are green and ManyToMany ones are red).
 - Tabular creation of queries with fields to show, criterias, lookups and
   order (only AND conditions by now).
 - Auto adition of right fields when ForeignKey or ManyToMany fields are
   selected.
 - No models in the project, so you can add django-qbe whenever you want with
   no syncdb.
 - Pagination of results.
 - Bookmarklet to save and share the queries.
 - Export results to .csv, .odt and .xls, but it's extensible by the user.
 - Access restricted to users through a customizable function.
 - Links to admin views (if available) in the results objects.
