Gary Reynolds

Results 14 comments of Gary Reynolds

Can you write a unit test that exhibits the behaviour? I am using custom auth models in my DTS projects, I don't recall having encountered this.

No need to step aside, users already have freedom of choice.

Some tests would be helpful.

Thanks for opening this request for us @yoitsmikeho. The way we currently get `jf` to help gather context for our Python packages is like so: ```bash python build --wheel #...

This was dropped in v1.6.1 (Django < 1.8 and therefore South support was dropped in v1.6.0; see #342).

Have a look at the django documentation on the dumpdata and loaddata commands; they can be used with this application. You may need to do some pre processing on the...

Have you looked into using the context managers to query from a particular tenant? It sounds like you're trying to do something that isn't really a good fit for multi...

This is really a Django authentication problem and nothing to do with django-tenant-schemas, and specific problem for your use case. You can have multiple authentication backends that will be processed...

Signals are processed synchronously so you have the same options anywhere else you don't have a request object. If you don't need access to the tenant instance just the tables...