3 - Added compatibility with Django 1.3 static files.
7 - Fixed the Python package for installation with pip or easy_install (thanks
8 to https://github.com/sebasmagri).
12 - Fixed an error with DatabaseOperations with no arguments of some engines.
13 - Added an additional term in the AGPL license to allow the use of django-qbe
14 as part of a project while retaining the requirement to contribute back any
15 changes or improvements to django-qbe.
20 - Added the cheking of selected database.
21 - Prepared the widgets in order to add conditional queries.
22 - Improved the multi-databases support, now it's possible select the database
23 from the main form and it's saved in session.
24 - Removed the dependency of an AdminSite object defined in admin.py file.
29 - Added support to inner and auto-created django models.
34 - Added support to inner and auto-created django models.
35 - Updated jQuery and ExCanvas versions, jsPlumb remains in the same version.
36 - Added a copy of README suitable for GitHub.
41 - View and autodiscover relations among the models in a visual way (ForeignKey
42 fields are green and ManyToMany ones are red).
43 - Tabular creation of queries with fields to show, criterias, lookups and
44 order (only AND conditions by now).
45 - Auto adition of right fields when ForeignKey or ManyToMany fields are
47 - No models in the project, so you can add django-qbe whenever you want with
49 - Pagination of results.
50 - Bookmarklet to save and share the queries.
51 - Export results to .csv, .odt and .xls, but it's extensible by the user.
52 - Access restricted to users through a customizable function.
53 - Links to admin views (if available) in the results objects.