Skip to content

Commit

Permalink
Merge pull request #7 from submarcos/fix_print
Browse files Browse the repository at this point in the history
Fix print
  • Loading branch information
submarcos committed Feb 15, 2021
2 parents ddfafe8 + 6b30b4e commit ea2d3f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
CHANGELOG
=========

0.0.2.dev0 (XXXX-XX-XX)
0.0.2 (2021-02-12)
------------------------

* Fix required 'fields' key in tilejson. Will be filled later
* Fix generated subquery to deal with DateField (thanks to StefanBrand)


0.0.1 (2020-10-22)
Expand Down
2 changes: 1 addition & 1 deletion vectortiles/VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2.dev0
0.0.2
1 change: 0 additions & 1 deletion vectortiles/postgis/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def select_format(self, compiler, sql, params):
Override compiler format to not cast as bytea.
AsMVTGeom is used in a custom sql raw. Generated queryset should not be executed without that.
"""
print(sql, params)
return sql, params


Expand Down

0 comments on commit ea2d3f8

Please sign in to comment.