jrief / django-angular

Let AngularJS play well with Django
http://django-angular.awesto.com/
MIT License
1.23k stars 294 forks source link

deprecate Sekizai’s postprocessors using `with_data` #315

Closed jrief closed 6 years ago

jrief commented 6 years ago

Recently, I discovered the templatetags {% add_data ... %} and {% with_data ... %} in django-sekizai.

They make the django-angular's own sekizai_processor obsolete. Instead one can achieve the same functionality with better configuration support using these two tags. Therefore, in django-angular-1.2 I will remove them.

jrief commented 6 years ago

@adrienbrunet please review on spelling errors

adrienbrunet commented 6 years ago

Seems good to me !