id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 14945,ContentType.objects.get_for_model doesn't allow using multiple databases,donato.gr@…,nobody,"Is is not possible to specify a database connection when using {{{ ContentType.objects.get_for_model(model) }}} This should be, because the same model can have a different ContentType.id in each database. ---- If I try: {{{ ContentType.objects.using(other_database).get_for_model(model) }}} I get the following error: {{{ 'QuerySet' object has no attribute 'get_for_model' }}} ",Bug,closed,"Database layer (models, ORM)",1.3,Normal,invalid,"ContentType, multi-database, get_for_model",abhi.jo89@…,Unreviewed,0,0,0,0,0,0