Changes between Initial Version and Version 1 of Ticket #26083, comment 5
- Timestamp:
- Jul 6, 2016, 1:00:51 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26083, comment 5
initial v1 6 6 $ python2 -3 -Wall ./runtests.py -q --fast 7 7 […] 8 /Users/benfinney/.virtualenvs/test-install/lib/python2.7/site-packages/django/core/checks/messages.py:15: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x8 …/django/core/checks/messages.py:15: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x 9 9 class CheckMessage(object): 10 /Users/benfinney/.virtualenvs/test-install/lib/python2.7/site-packages/django/core/cache/__init__.py:90: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x10 …/django/core/cache/__init__.py:90: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x 11 11 class DefaultCacheProxy(object): 12 /Users/benfinney/.virtualenvs/test-install/lib/python2.7/site-packages/django/db/__init__.py:29: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x12 …/django/db/__init__.py:29: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x 13 13 class DefaultConnectionProxy(object): 14 /Users/benfinney/.virtualenvs/test-install/lib/python2.7/site-packages/django/core/validators.py:31: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x14 …/django/core/validators.py:31: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x 15 15 class RegexValidator(object): 16 /Users/benfinney/.virtualenvs/test-install/lib/python2.7/site-packages/django/core/validators.py:158: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x16 …/django/core/validators.py:158: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x 17 17 class EmailValidator(object): 18 /Users/benfinney/.virtualenvs/test-install/lib/python2.7/site-packages/django/core/validators.py:296: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x18 …/django/core/validators.py:296: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x 19 19 class BaseValidator(object): 20 /Users/benfinney/.virtualenvs/test-install/lib/python2.7/site-packages/django/core/validators.py:359: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x20 …/django/core/validators.py:359: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x 21 21 class DecimalValidator(object): 22 /Users/benfinney/.virtualenvs/test-install/lib/python2.7/site-packages/django/db/models/sql/datastructures.py:28: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x22 …/django/db/models/sql/datastructures.py:28: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x 23 23 class Join(object): 24 /Users/benfinney/.virtualenvs/test-install/lib/python2.7/site-packages/django/template/context.py:32: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x24 …/django/template/context.py:32: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x 25 25 class BaseContext(object): 26 /Users/benfinney/.virtualenvs/test-install/lib/python2.7/site-packages/django/template/base.py:138: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x26 …/django/template/base.py:138: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x 27 27 class Origin(object): 28 28 […]