Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / jbalogh/django-multidb-router issues and pull requests

#60 - Update CI badge

Pull Request - State: closed - Opened by diox about 2 months ago

#59 - Remove django-nose completely

Pull Request - State: closed - Opened by diox about 2 months ago

#58 - Upgrade python & django

Pull Request - State: closed - Opened by ronardcaktus 11 months ago - 11 comments

#57 - Add context manager for unpinning

Pull Request - State: open - Opened by bardiharborow about 2 years ago

#56 - Add support for nested context manager use

Pull Request - State: open - Opened by bardiharborow about 2 years ago

#55 - Fix Trove classifiers & minimum Django version

Pull Request - State: closed - Opened by browniebroke almost 3 years ago - 1 comment

#54 - Modernize supported Python/Django versions

Pull Request - State: closed - Opened by diox almost 3 years ago

#53 - Allow Setting Pinning Cookie Attributes

Pull Request - State: closed - Opened by dchukhin about 3 years ago - 5 comments

#52 - How to use when multi databases are replicated ?

Issue - State: closed - Opened by mced over 3 years ago - 3 comments

#51 - Lack of compatibility with Django's unit testing framework

Issue - State: open - Opened by Greem666 about 4 years ago

#50 - update python/django support: run tests for django 2.2

Pull Request - State: closed - Opened by MorganeAD about 5 years ago - 1 comment

#49 - Upgrading from 0.6 to 0.9, REPLICA_DATABASE KeyError

Issue - State: open - Opened by mikelane over 5 years ago

#48 - Update readme to avoid master-slave terminology

Pull Request - State: closed - Opened by rgegriff over 5 years ago - 1 comment

#47 - Version 0.9

Pull Request - State: closed - Opened by jsocol over 5 years ago - 1 comment

#46 - Ensure same database is used throughout a given request

Issue - State: open - Opened by jsocol over 5 years ago

#45 - Deprecate "slave" terminology

Pull Request - State: closed - Opened by jsocol over 5 years ago - 6 comments

#44 - s/slave/read-replica (or similar)

Issue - State: closed - Opened by jsocol over 5 years ago - 3 comments

#43 - Update Python & Django support

Pull Request - State: closed - Opened by hsmett over 5 years ago

#42 - Demo site is broken

Issue - State: open - Opened by gusreyes01 over 5 years ago

#41 - Adopt middleware for both MIDDLEWARE and MIDDLEWARE_CLASSES

Pull Request - State: closed - Opened by ukanga almost 6 years ago - 1 comment

#40 - Fix SLAVE_DATABASES check

Pull Request - State: closed - Opened by muriloviana almost 6 years ago - 3 comments

#38 - Support new-style Middleware specifications (Django >= 1.10)

Issue - State: closed - Opened by mawkee about 6 years ago - 1 comment

#37 - pip updated code

Issue - State: closed - Opened by theromis over 6 years ago - 3 comments

#36 - The allow_syncdb method on database routers is now called allow_migrate

Pull Request - State: closed - Opened by theromis over 6 years ago - 1 comment

#35 - No support for slave -> master fail-over

Issue - State: closed - Opened by hannu40k almost 7 years ago - 2 comments

#34 - Remove support for Django < 1.8 in tests, add 1.11

Pull Request - State: closed - Opened by diox almost 7 years ago

#33 - Implement allow_migrate to support django-migrations

Issue - State: closed - Opened by diox almost 7 years ago

#32 - Implement allow_migrate() to support django migrations properly.

Pull Request - State: closed - Opened by diox almost 7 years ago

#31 - Add classifiers for python 3

Pull Request - State: closed - Opened by diox over 7 years ago - 1 comment

#30 - Adding method allow_migrate on MasterSlaveRouter

Pull Request - State: closed - Opened by raghuraju almost 8 years ago - 2 comments

#29 - Router that ensures the same DB is used within a request

Pull Request - State: open - Opened by gnarvaja over 8 years ago - 2 comments

#28 - Add tox & fix tests for Django >= 1.7

Pull Request - State: closed - Opened by k4nar over 8 years ago

#27 - remove unused "master" file

Pull Request - State: closed - Opened by terite almost 9 years ago - 1 comment

#26 - fix test typo, run use_master reset tests

Pull Request - State: closed - Opened by terite almost 9 years ago - 1 comment

#25 - make use_master thread safe

Pull Request - State: closed - Opened by terite almost 9 years ago - 1 comment

#24 - use travis container-based infrastructure

Pull Request - State: closed - Opened by terite almost 9 years ago - 1 comment

#23 - PR that fails tests for travis-ci

Pull Request - State: closed - Opened by terite almost 9 years ago - 1 comment

#22 - usage of thread local

Issue - State: closed - Opened by josh-devops-center about 9 years ago - 5 comments

#21 - create a 0.6 tag for whatever is in the 0.6 release

Issue - State: closed - Opened by willkg over 9 years ago - 4 comments

#20 - ValueError: Can't do subqueries with queries on different DBs.

Issue - State: open - Opened by erwinfeser over 9 years ago - 1 comment

#19 - Performance improvement

Pull Request - State: closed - Opened by stinky2nine over 9 years ago

#18 - Performance improvement

Pull Request - State: closed - Opened by stinky2nine over 9 years ago - 2 comments

#17 - Python 3 and Django 1.7 compatibility

Pull Request - State: closed - Opened by frensjan over 9 years ago - 9 comments

#16 - Add request filters for checking a request needs to be pinned

Pull Request - State: open - Opened by imom0 over 9 years ago

#15 - Use case for Django user groups

Issue - State: closed - Opened by iceboxx89 almost 10 years ago - 1 comment

#13 - Fixes #12 - tests now run properly on Django 1.5

Pull Request - State: closed - Opened by aptiko about 11 years ago - 1 comment

#12 - Tests don't run on Django 1.5

Issue - State: closed - Opened by aptiko about 11 years ago - 1 comment

#11 - Use a configurable list of views as an alternative to @db_write

Pull Request - State: closed - Opened by aptiko over 11 years ago - 7 comments

#10 - Also pin for other writing HTTP methods (e.g., PUT or DELETE), not just POST

Pull Request - State: closed - Opened by woodlee over 11 years ago - 2 comments

#9 - Pin the database when using @db_write

Pull Request - State: closed - Opened by aptiko over 11 years ago - 1 comment

#8 - Specify POST requests that don't change the database (or don't need pinning)

Issue - State: open - Opened by aptiko over 11 years ago - 2 comments

#6 - Should pin to the default database after using it

Issue - State: closed - Opened by aptiko over 11 years ago - 7 comments

#5 - Fix for the .gitignore

Pull Request - State: closed - Opened by rossbruniges about 12 years ago

#4 - Updating Repo URL for PyPI

Pull Request - State: closed - Opened by rdegges about 12 years ago - 1 comment

#3 - Allows views to indicate that they do--or have done--a DB write.

Pull Request - State: closed - Opened by jsocol about 13 years ago

#2 - Pin on all writes, even if it's a GET

Pull Request - State: closed - Opened by jsocol about 13 years ago - 1 comment

#1 - Pinning decorator and context manager

Pull Request - State: closed - Opened by jsocol over 13 years ago