Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
versae committed Mar 16, 2011
1 parent 0acc5b0 commit 3e30557
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 6 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.txt
Expand Up @@ -5,6 +5,8 @@ The PRIMARY AUTHORS are (ordered by aproximated LOC number):
APPRECIATED CONTRIBUTORS:

* Lorenzo Gil <lorenzo.gil.sanchez@gmail.com>, adding the setuptools support: https://github.com/versae/qbe/pull/1
* Patrick Taylor <patricktaylor@mac.com> for reporting problems with the license.
* Sebastián Magrí <sebasmagri@gmail.com> for reporting bugs.

And a big THANK YOU goes to:

Expand Down
28 changes: 25 additions & 3 deletions CHANGES.txt
@@ -1,8 +1,30 @@
0.1.4 (2011-03-16)
------------------
- Fixed an error with DatabaseOperations with no arguments of some engines.
- Added an additional term in the AGPL license to allow the use of django-qbe
as part of a project while retaining the requirement to contribute back any
changes or improvements to django-qbe.


0.1.3 (2011-03-08)
------------------
- Added the cheking of selected database.
- Prepared the widgets in order to add conditional queries.
- Improved the multi-databases support, now it's possible select the database
from the main form and it's saved in session.
- Removed the dependency of an AdminSite object defined in admin.py file.


0.1.2 (2011-02-14)
------------------
- Added support to inner and auto-created django models.


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.
- 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)
Expand Down
6 changes: 5 additions & 1 deletion README.rst
Expand Up @@ -75,6 +75,10 @@ Admin module name to add admin urls in results::

QBE_ADMIN = "admin"

Set your own admin site if it's different to usual *django.contrib.admin.site*

QBE_ADMIN_SITE ="admin.admin_site"

Function to control to users with access to QBE::

QBE_ACCESS_FOR = lambda user: user.is_staff
Expand All @@ -85,4 +89,4 @@ Path to QBE formats export file, in order to add custom export formats::


.. _QBE: http://www.google.com/url?sa=t&source=web&ct=res&cd=2&ved=0CB4QFjAB&url=http%3A%2F%2Fpages.cs.wisc.edu%2F~dbbook%2FopenAccess%2FthirdEdition%2Fqbe.pdf&ei=_UD5S5WSBYP5-Qb-18i8CA&usg=AFQjCNHMv-Pua285zhWT8DevuZFj2gfYKA&sig2=-sTEDWjJhnTaixh2iJfsAw
.. _PyPI: http://pypi.python.org/pypi/django_qbe/0.1.0
.. _PyPI: http://pypi.python.org/pypi/django_qbe/
6 changes: 5 additions & 1 deletion README.txt
Expand Up @@ -75,6 +75,10 @@ Admin module name to add admin urls in results::

QBE_ADMIN = "admin"

Set your own admin site if it's different to usual *django.contrib.admin.site*

QBE_ADMIN_SITE ="admin.admin_site"

Function to control to users with access to QBE::

QBE_ACCESS_FOR = lambda user: user.is_staff
Expand All @@ -85,4 +89,4 @@ Path to QBE formats export file, in order to add custom export formats::


.. _QBE: http://www.google.com/url?sa=t&source=web&ct=res&cd=2&ved=0CB4QFjAB&url=http%3A%2F%2Fpages.cs.wisc.edu%2F~dbbook%2FopenAccess%2FthirdEdition%2Fqbe.pdf&ei=_UD5S5WSBYP5-Qb-18i8CA&usg=AFQjCNHMv-Pua285zhWT8DevuZFj2gfYKA&sig2=-sTEDWjJhnTaixh2iJfsAw
.. _PyPI: http://pypi.python.org/pypi/django_qbe/0.1.0
.. _PyPI: http://pypi.python.org/pypi/django_qbe/
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@ def read(*rnames):

setup(
name='django_qbe',
version='0.1.2',
version='0.1.4',
author='Javier de la Rosa',
author_email='versae@gmail.com',
url='http://versae.github.com/qbe/',
Expand Down

0 comments on commit 3e30557

Please sign in to comment.