Robert Mălai

Results 4 comments of Robert Mălai

Hello. Thanks for looking into this. Excerpt of my `pom.xml` file: ``` org.springframework.boot spring-boot-starter-parent 2.0.0.M3 UTF-8 UTF-8 1.8 org.springframework.boot spring-boot-starter-aop org.springframework.boot spring-boot-starter-jdbc org.springframework.boot spring-boot-starter-data-rest org.springframework.boot spring-boot-starter-security org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-devtools...

Got that. Still, I'm (trying) to use Spring 5.0 - which is M3, together with JUnit5 which is RC3 - technically, they don't exists yet ... The reason I've chosen...

I've managed to couple DRF with Tenant Schemas by adapting intial classes of TenantClient and TenantTestCase to mixins, which will be combined with APIClient and APITenantClient. Not sure if relevant,...

Everybody interested, have a look over this patch: https://github.com/bernardopires/django-tenant-schemas/pull/251