Skip to content

Commit dc98bdf

Browse files
committed
bug fixed
1 parent c7a6a68 commit dc98bdf

File tree

10 files changed

+1
-165
lines changed

10 files changed

+1
-165
lines changed

DjangoQtt.py

Lines changed: 0 additions & 80 deletions
This file was deleted.

___init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.
-2.28 KB
Binary file not shown.
-2.47 KB
Binary file not shown.

django_query_to_table.egg-info/PKG-INFO

Lines changed: 0 additions & 69 deletions
This file was deleted.

django_query_to_table.egg-info/SOURCES.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

django_query_to_table.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

django_query_to_table.egg-info/requires.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

django_query_to_table.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup_args = dict(
88
name='django-query-to-table',
9-
version='0.1.4',
9+
version='0.1.5',
1010
description='A simple to use Django package to turn your sql query into a beautiful reporting html table',
1111
long_description_content_type="text/markdown",
1212
long_description=README,

0 commit comments

Comments
 (0)