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


Ignore:
Timestamp:
Jan 14, 2016, 10:44:19 AM (8 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26083, comment 2

    initial v1  
     1{{{
    12/home/mads/djangorestframework/local/lib/python2.7/site-packages/django/db/__init__.py:29: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
    23  class DefaultConnectionProxy(object):
     
    1920/home/mads/djangorestframework/local/lib/python2.7/site-packages/django/template/base.py:138: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
    2021  class Origin(object):
     22}}}
Back to Top