Changes between Initial Version and Version 1 of Ticket #25825


Ignore:
Timestamp:
Nov 27, 2015, 10:27:23 AM (8 years ago)
Author:
Baptiste Mispelon
Comment:

PR here: https://github.com/django/django/pull/5736

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25825

    • Property Triage Stage UnreviewedAccepted
  • Ticket #25825 – Description

    initial v1  
    1 On Python 2.7 a template Origin can be both equal and not equal at the same time due to a missing __ne__ implementation.
     1On Python 2.7 a template Origin can be both equal and not equal at the same time due to a missing `__ne__` implementation.
    22
    33{{{
Back to Top