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

change `assignment_tag` to `simple_tag` #23

Closed joetsoi closed 6 years ago

joetsoi commented 6 years ago

assignment_tag is deprecated and will be removed in django 2.0, simple_tag is the recommended replacement

joetsoi commented 6 years ago

just saw the other pr