Changes between Initial Version and Version 1 of Ticket #26083
- Timestamp:
- Jan 14, 2016, 8:48:21 AM (9 years ago)
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.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. 2 2 3 DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x 3 `DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x`