Changes between Initial Version and Version 1 of Ticket #25723, comment 6


Ignore:
Timestamp:
Nov 24, 2015, 1:37:16 PM (8 years ago)
Author:
Collin Anderson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25723, comment 6

    initial v1  
    11This seems to have broken django-taggit. https://github.com/alex/django-taggit/issues/360
    22
    3 Manager.opts was just added in 1.9. django-taggit seems to have worked fine without it up to this point. I'm wondering if we should error on the side of not using self.opts for now.
     3Manager.opts was just added in 1.9. django-taggit seems to have worked fine without it up to this point. django-taggit is adding Manager.opts, but I'm wondering if we should error on the side of not using self.opts for now.
    44
    55https://github.com/django/django/pull/5718
Back to Top