Changes between Initial Version and Version 1 of Ticket #26083


Ignore:
Timestamp:
Jan 14, 2016, 8:48:21 AM (8 years ago)
Author:
Tim Graham
Comment:

Can you point to where the errors are coming from? I'm not aware of any deprecation warnings when running Django's test suite.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26083 – Description

    initial v1  
    1 I ran python -Werror runtests.py for DRF,  and noticed quite a lot of warnings about __eq__ and __hash__, and then checked Django's repository.
     1I ran `python -Werror runtests.py` for DRF,  and noticed quite a lot of warnings about `__eq__` and `__hash__`, and then checked Django's repository.
    22
    3 DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
     3`DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x`
Back to Top