-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix infinite template recursion in Django 1.6
Django 1.6 does not support including the same template in itself, even if a conditional would prevent infinite recursion at runtime. See https://code.djangoproject.com/ticket/3544 This solution is also more efficient, as it only causes one query instead of at least n+1, where n is the folder depth.
- Loading branch information
1 parent
a363d1d
commit b95439a
Showing
2 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.