BertrandBordage / django-super-inlines

Adds useful features to inlines, such as the ability to nest them.
BSD 3-Clause "New" or "Revised" License
75 stars 8 forks source link

assignment_tag is deprecated #20

Closed WhyNotHugo closed 6 years ago

WhyNotHugo commented 6 years ago

Looks like assignment_tag is deprecated since Django 1.9, and will be removed by Django 2.0.

simple_tag can be used instead, and it's probably fine to drop support for pre-1.9 by now anyway, since 1.11 is the latest LTS.

WhyNotHugo commented 6 years ago

Darn, I didn't noticed #18 (I'd only checked issues, not PRs). Sorry!