issues Search Results · repo:JBKahn/django-sharding language:Python
Filter by
40 results
(61 ms)40 results
inJBKahn/django-sharding (press backspace or delete to remove)Hey all 👋
Has anyone managed to get Polymorphic relationships functional on sharded databases? When trying to do so myself, I
found that I was unable to define such relationships because the contenttypes ...
Syntaf
- 3
- Opened on Jul 28, 2021
- #92
Hi. Docs link from README (https://www.josephkahn.io/django-sharding/) leads to 404 page.
M1ha-Shvn
- 5
- Opened on Jul 27, 2020
- #91
Hi. Is there a list of incompatibilities between 2.x and latest major versions somewhere? I get error after updating to
the latest (5.1.0) version:
@model_config(shard_group= shards_group , sharded_by_field= ...
M1ha-Shvn
- 2
- Opened on Dec 27, 2019
- #89
Had to use https://github.com/miyakogi/m2r to get it to publish, it won t recognize me telling it to use markdown.
JBKahn
- Opened on Dec 1, 2019
- #86
hello dear, i have an application by postgres-xl database, i am going to create admin panel in django admin, but when
migrating i get this error :
with_wrappers
return executor(sql, params, many, ...
m-karbasi
- 2
- Opened on Oct 17, 2018
- #83
Hi How to add additional arguments to database_configs? To be concrete, I use pgbouncer and want to add
DISABLE_SERVER_SIDE_CURSORS parameter. How can I achieve it without hacky:
for db in DATABASES.values(): ...
M1ha-Shvn
- 1
- Opened on Sep 17, 2018
- #82
Hi. I ve had a problem creating multiple managers for single model:
from django_sharding_library.manager import ShardManager
from django.db.models import Model
class ManagerA(ShardManager):
pass ...
M1ha-Shvn
- 1
- Opened on Aug 17, 2018
- #81
Seems support of relationships is very bad. And it is hard to debug because
django_sharding_library.router.ShardedRouter.allow_relation is never gets called.
rafis
- 8
- Opened on Jul 8, 2018
- #79
Hi. Model.objects.update_or_create(key_field=key_value, defaults={}) is not routed automatically, when value existed.
The reason is in it s realization:
def update_or_create(self, defaults=None, **kwargs): ...
M1ha-Shvn
- 1
- Opened on Jan 24, 2018
- #76
Hi. When I create data with Model.objects.bulk_create([Model(sharding_id=shard_model_id, ...)]) is automatical routing
working?
M1ha-Shvn
- Opened on Jan 12, 2018
- #75

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!
Restrict your search to the title by using the in:title qualifier.
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.