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