django-tenant-schemas icon indicating copy to clipboard operation
django-tenant-schemas copied to clipboard

Fixed #648 #641 -- Prevent --skip-checks conflict issue

Open danh91 opened this issue 5 years ago • 26 comments
trafficstars

#648 #641

PR description

https://github.com/bernardopires/django-tenant-schemas/issues/648#issuecomment-671115840

Tested with:

  • Django=3.1

danh91 avatar Aug 09 '20 23:08 danh91

When is this going to get merged? I reckon quite some people want this.

rj76 avatar Aug 13 '20 19:08 rj76

Yes please, I too would like this merged in.

AceTugboat avatar Aug 18 '20 15:08 AceTugboat

ping @bernardopires @goodtune

OskarPersson avatar Aug 19 '20 08:08 OskarPersson

👍

marktiu avatar Aug 20 '20 00:08 marktiu

+1

amir99 avatar Sep 06 '20 09:09 amir99

@DanH91 The same exact change is also needed in tenant_schemas/management/commands/tenant_command.py, could you (or maintainer @goodtune or @bernardopires) update this PR to include that too? This would then also close #634 #641 and #648

OskarPersson avatar Sep 24 '20 16:09 OskarPersson

@OskarPersson I am more than glad to do it. However, we will need @goodtune or @bernardopires to approve before it makes it in.

danh91 avatar Sep 24 '20 16:09 danh91

Great! Just want to make sure that as much is possible is included (while keeping to the scope of the PR) when it eventually gets merged :)

OskarPersson avatar Sep 24 '20 16:09 OskarPersson

Wouldn't it be better to check for django version >= 3.1 before setting the requires_system_checks = []?

jeroenbrouwer avatar Sep 26 '20 10:09 jeroenbrouwer

+1

mo-mughrabi avatar Sep 27 '20 07:09 mo-mughrabi

+1

AdamiHamza avatar Sep 27 '20 08:09 AdamiHamza

+1

barrerajl avatar Sep 30 '20 10:09 barrerajl

Hey guys, In addition to migrate_schemas, I made two other commits to fix collectstatic_schemas and tenant_command since they were all affected by the same --skip-checks issue.

@goodtune @bernardopires

danh91 avatar Oct 13 '20 20:10 danh91

+1

crstnrm avatar Oct 22 '20 01:10 crstnrm

Hello is this added ?

RuchitMicro avatar Oct 23 '20 11:10 RuchitMicro

My whole django 3.1 upgrade is blocked by this. Can we please merge it ?

thelinuxer avatar Nov 01 '20 20:11 thelinuxer

My whole django 3.1 upgrade is blocked by this. Can we please merge it ?

You, and others, might want to merge to django-tenants (https://pypi.org/project/django-tenants/). It's a fork that's actively supported.

rj76 avatar Nov 02 '20 06:11 rj76

I would suggest people, move from this and go to Django-tenants. It is a fork to Django-tenant-schemas and it's more active.

RuchitMicro avatar Nov 02 '20 06:11 RuchitMicro

When are we going to merge this? Any timeline, please? @goodtune @bernardopires

arvindyadav124 avatar Dec 11 '20 09:12 arvindyadav124

I had to move to django-tenants because of this.

amontalban avatar Jan 12 '21 13:01 amontalban

Any news on someone with write access to merge this? It appears it's passing all checks and should be fine to merge no?

flexabyte avatar Feb 04 '21 15:02 flexabyte

Agree @flexabyte, kinda stuck on lower Django version waiting for this merge.

mast3rbow avatar Feb 08 '21 10:02 mast3rbow

@goodtune and @bernardopires any news on when this is going to get merged ? Its kind of blocker for us.

jaydipkmn avatar Feb 24 '21 07:02 jaydipkmn

still not working am using django 3.1

Hudeh avatar Jun 11 '21 11:06 Hudeh

let's do it, i've hold my project for more than 20 years because of this things, my boss cannot wait for somedays he's to0 old to waiting

chauncy-sue avatar Jul 18 '21 04:07 chauncy-sue

Just a heads up for anyone that's watching just this PR and not current releases - It looks like these changes are in the master branch from the following commits:

  • https://github.com/bernardopires/django-tenant-schemas/commit/f4c508a6d08301917b7e4a75e1101644eca9f15d
  • https://github.com/bernardopires/django-tenant-schemas/commit/44a95bee4e32cdceff52adb9030e6725578a8ee6
  • https://github.com/bernardopires/django-tenant-schemas/commit/dfbdbd359cb3409e661b818ca3b89635a88eee6a
  • https://github.com/bernardopires/django-tenant-schemas/commit/711dda094e806e62de5f13b6f54b991f3b68f6dc

...and version 1.11.0 has been released.

I'm assuming that those resolve the issue (haven't tested yet) and this PR could be closed?

tomi-bigpi avatar Feb 04 '22 17:02 tomi-bigpi