Changes between Initial Version and Version 1 of Ticket #26083, comment 5


Ignore:
Timestamp:
Jul 6, 2016, 1:00:51 AM (8 years ago)
Author:
Ben Finney

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26083, comment 5

    initial v1  
    66$ python2 -3 -Wall ./runtests.py -q --fast
    77[…]
    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.x
     8/django/core/checks/messages.py:15: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
    99  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.x
     10/django/core/cache/__init__.py:90: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
    1111  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.x
     12/django/db/__init__.py:29: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
    1313  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.x
     14/django/core/validators.py:31: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
    1515  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.x
     16/django/core/validators.py:158: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
    1717  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.x
     18/django/core/validators.py:296: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
    1919  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.x
     20/django/core/validators.py:359: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
    2121  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.x
     22/django/db/models/sql/datastructures.py:28: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
    2323  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.x
     24/django/template/context.py:32: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
    2525  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.x
     26/django/template/base.py:138: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
    2727  class Origin(object):
    2828[…]
Back to Top