-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix local_customer filtering by name - Fix setting tenant to connection instead of schema_name - Fix default REALM_CONNECTION_DECORATOR - Fix installation requirements of extra tenant package
- Loading branch information
Showing
7 changed files
with
42 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,29 @@ | ||
[metadata] | ||
name = django-quickbooks | ||
version = 0.6.4 | ||
version = 0.6.4.1 | ||
description = A Django app to integrate with quickbooks. | ||
url = https://github.com/weltlink/django-quickbooks | ||
author = Bedilbek Khamidov | ||
author_email = [email protected] | ||
license = Mozilla Public License 2.0 | ||
keywords = | ||
django | ||
django-quickbooks | ||
intuit | ||
quickbooks | ||
quickbooks-django | ||
quickbooks-desktop | ||
quickbooks-online | ||
quickbooks-web-connector | ||
qwc | ||
qb | ||
qbwc | ||
web-connector | ||
integration | ||
soap-server | ||
spyne | ||
lxml | ||
|
||
classifiers = | ||
Environment :: Web Environment | ||
Framework :: Django | ||
|
@@ -34,4 +52,4 @@ install_requires = | |
[options.extras_require] | ||
rabbit = pika>=1.1.0 | ||
celery = celery==4.3.0 | ||
tenant = django-tenant-schemas==1.10.0 | ||
tenant = django-tenants==2.2.3 |