#25723: Related field checks should use their model's apps to lookup related 
models
-------------------------------------+-------------------------------------
     Reporter:  charettes            |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Core (System         |                  Version:  master
  checks)                            |
     Severity:  Normal               |               Resolution:  fixed
     Keywords:                       |             Triage Stage:  Ready for
                                     |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by charettes):

 Not sure about what should be done here. I don't mind if we use
 `self.model._meta` like proposed to allow older version of taggit to work
 with 1.9 out of the box but on the other hand this whole issue is caused
 by the fact taggit override `contribute_to_class()` without calling
 `super()`.

 Does django-taggit also override `related_query_name()` and
 `resolve_related_fields()`? These methods also use `self.opts`.

--
Ticket URL: <https://code.djangoproject.com/ticket/25723#comment:7>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.fe359c06f742076f82815436c16668b4%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to