Changes between Initial Version and Version 1 of Ticket #23473, comment 7
- Timestamp:
- Sep 24, 2014, 11:05:21 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23473, comment 7
initial v1 7 7 1. Fails even on `manage.py shell`: 8 8 9 {{{#!p ython9 {{{#!patch 10 10 diff --git a/django/utils/deconstruct.py b/django/utils/deconstruct.py 11 11 index a51a169..b0443ee 100644 … … 30 30 2. Fails only when `__eq__` is called: 31 31 32 {{{#!p ython32 {{{#!patch 33 33 diff --git a/django/utils/deconstruct.py b/django/utils/deconstruct.py 34 34 index a51a169..7c3abac 100644