Re: System check is using the default database connection for all the models

2015-04-28 Thread Tim Graham
Yes. Any non-trivial pull request should have a Trac ticket. See also our patch review checklist: https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/submitting-patches/#patch-review-checklist . On Tuesday, April 28, 2015 at 10:40:44 AM UTC-4, Ion Scerbatiuc wrote: > > I'll

Re: System check is using the default database connection for all the models

2015-04-28 Thread Ion Scerbatiuc
I'll try to get a PR/proposal to fix the issue as soon as I get some free time this week. Should I also submit a bug here? https://code.djangoproject.com Thanks, Ion On Saturday, April 25, 2015 at 5:00:02 PM UTC-7, Tim Graham wrote: > > It seems like a bug to me. If I had to guess, I'd say it'

Re: System check is using the default database connection for all the models

2015-04-25 Thread Tim Graham
It seems like a bug to me. If I had to guess, I'd say it's a multi-database setup that no one thought to test when the system check framework was developed. On Friday, April 24, 2015 at 3:49:03 PM UTC-4, Ion Scerbatiuc wrote: > > Hello, > > Wasn't sure if this is a bug or not, and I couldn't fin