issues Search Results · repo:yjmade/django-pgjsonb language:Python
Filter by
17 results
(60 ms)17 results
inyjmade/django-pgjsonb (press backspace or delete to remove)acquisition = JSONField(null = True,default={})
However, when applying the migration I get the following error:
File /usr/local/lib/python2.7/dist-packages/django/core/management/init.py , line 385, ...
chrgshah
- Opened on Aug 26, 2019
- #25
Hello, i am interested in this: https://github.com/yjmade/django-pgjsonb#support-geo-search-in-jsonb
But my model looks like:
class City(models.Model):
longitude = models.FloatField(db_index=True) ...
bukowa
- Opened on May 20, 2018
- #24
Hello,非常感谢你写的库,给我们开发省了很多时间,但好像没有看到这个项目的开源证书,我们公司想增加一些特定的查询,请问可以checkout 一个分支出来让我们自己使用吗
steinliber
- 2
- Opened on Sep 15, 2017
- #21
The commit 1a9d85a44a3a67244f486d6cde6bf6a94a16da03 introduced the class JsonAdapter in fields.py. The super() syntax in
line 28 is not compatible with python 2.
I get this in my deployment:
... File ...
towe75
- 1
- Opened on Sep 14, 2017
- #20
在 django 运行测试时,因为数据库有可能会重新建,而删除旧的索引导致数据库异常,导致无法正常运行测试。 在源代码中,删除索引没有处理可能发生的异常 for index_name in to_delete_indexes:
editor.execute(editor._delete_constraint_sql(editor.sql_delete_index, model, index_name)) ...
steinliber
- 1
- Opened on May 16, 2017
- #15
Hi, thanks for your awesome tool, I recently want to add geo support for my app using the jsonb field, but pgjsonb doesn
t support this now, so i can raise a PR for that, What do you think about this
steinliber
- 4
- Opened on Mar 10, 2017
- #13
The default behavior of converting floats to Decimals is somewhat surprising, and there s no documentation about it or
how to change it. Thanks
ishirav
- 3
- Opened on Mar 22, 2016
- #11

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.