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 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'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 find any related 
>>> tickets on https://code.djangoproject.com
>>>
>>> We have the following database set-up:
>>>
>>>    - the default database is MySQL
>>>    - two additional databases are PostGIS
>>>
>>> The system check framework (either `manage.py check` or `manage.py 
>>> runserver`) is using the default database (mysql) to validate 
>>> `django.contrib.gis.db.models.Model`-based models, and the commands are 
>>> blowing up with the following error: 
>>> AttributeError: 'DatabaseOperations' object has no attribute 
>>> 'geo_db_type'. 
>>>
>>> You can find the detailed stack trace here: 
>>> https://gist.github.com/delinhabit/587d6f26afb4bbc559cb
>>>
>>> We set-up database routers for the PostGIS models to use the proper 
>>> connection, but the check framework seems to ignore them. 
>>> Are we doing something wrong? 
>>> Is this a known pitfall of the system check framework around multiple 
>>> databases that we are unaware of? 
>>> Or is this a bug?
>>>
>>> Thanks,
>>> Ion
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/723616ec-6360-4e13-ac04-f01221b48a3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to