diff --git a/README.rst b/README.rst index 5f09d01..25f8a9a 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,9 @@ use circular template inheritance. The primary use-case for ``overextends`` is to simultaneously override and extend templates from other reusable apps, in your own Django project. +Please note: + Since Django 1.9 recursive template loading is supported out of the box. + Example =======