Changes between Initial Version and Version 1 of Ticket #25723, comment 6
- Timestamp:
- Nov 24, 2015, 1:37:16 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25723, comment 6
initial v1 1 1 This seems to have broken django-taggit. https://github.com/alex/django-taggit/issues/360 2 2 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.3 Manager.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. 4 4 5 5 https://github.com/django/django/pull/5718