hagsteel / swampdragon

swampdragon
Other
557 stars 73 forks source link

remove get_all_related_many_to_many_objects() #164

Closed yonaka43 closed 2 years ago

yonaka43 commented 9 years ago

remove get_all_related_many_to_many_objects() which has been deprecated in django 1.8

hagsteel commented 9 years ago

Would this break backwards compatibility for older version of Django?

yonaka43 commented 9 years ago

Actually, yes. I'd like to fix it to work in older version too.

yonaka43 commented 9 years ago

I tested in django 1.6, and this work