django1/django/template
ElizabethU 54ea290e5b Fixed #30651 -- Made __eq__() methods return NotImplemented for not implemented comparisons.
Changed __eq__ to return NotImplemented instead of False if compared to
an object of the same type, as is recommended by the Python data model
reference. Now these models can be compared to ANY (or other objects
with __eq__ overwritten) without returning False automatically.
2019-10-01 17:58:19 +02:00
..
backends
loaders
__init__.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
base.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
context.py Fixed #30651 -- Made __eq__() methods return NotImplemented for not implemented comparisons. 2019-10-01 17:58:19 +02:00
context_processors.py
defaultfilters.py
defaulttags.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
engine.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
exceptions.py
library.py
loader.py
loader_tags.py
response.py
smartif.py
utils.py