diff options
| author | Stephen Kelly <steveire@gmail.com> | 2016-04-07 23:57:55 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-07 19:19:02 -0400 |
| commit | 2956e2f5e3f63d279f5dae2a995265364d3e6db1 (patch) | |
| tree | b37976610cd5344a9cbfbe5589896d43b9e3fedf | |
| parent | 4bb3ddbcc674601743c63311d7efbf0e1fd19742 (diff) | |
Removed obsolete comment in if tag.
The double equals operator was removed in
2ccfac1a651ff35cd243cd272b2202ae1ccd5740.
| -rw-r--r-- | django/template/smartif.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/django/template/smartif.py b/django/template/smartif.py index 1433a8499a..718c457c60 100644 --- a/django/template/smartif.py +++ b/django/template/smartif.py @@ -88,8 +88,6 @@ def prefix(bp, func): # Operator precedence follows Python. -# NB - we can get slightly more accurate syntax error messages by not using the -# same object for '==' and '='. # We defer variable evaluation to the lambda to ensure that terms are # lazily evaluated using Python's boolean parsing logic. OPERATORS = { |
