Commit | Line | Data |
---|---|---|
6dc0bee7 OL |
1 | 0.1.X |
2 | ----- | |
3 | - Fix joining with models which have db_table set in _meta | |
4 | - Fix get labels translated | |
5 | ||
5cf90361 PP |
6 | 0.1.6 (2011-04-20) |
7 | ------------------ | |
8 | - Added compatibility with Django 1.3 static files. | |
9 | ||
10 | 0.1.5 (2011-04-06) | |
11 | ------------------ | |
12 | - Fixed the Python package for installation with pip or easy_install (thanks | |
13 | to https://github.com/sebasmagri). | |
14 | ||
15 | 0.1.4 (2011-03-16) | |
16 | ------------------ | |
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. | |
21 | ||
22 | ||
23 | 0.1.3 (2011-03-08) | |
24 | ------------------ | |
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. | |
30 | ||
31 | ||
32 | 0.1.2 (2011-02-14) | |
33 | ------------------ | |
34 | - Added support to inner and auto-created django models. | |
35 | ||
36 | ||
37 | 0.1.1 (2011-02-14) | |
38 | ------------------ | |
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. | |
42 | ||
43 | ||
44 | 0.1.0 (2010-11-22) | |
45 | ------------------ | |
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 | |
51 | selected. | |
52 | - No models in the project, so you can add django-qbe whenever you want with | |
53 | no syncdb. | |
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. |