Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverse test show incorrect field #34

Closed
LegoStormtroopr opened this issue Apr 11, 2015 · 1 comment
Closed

Reverse test show incorrect field #34

LegoStormtroopr opened this issue Apr 11, 2015 · 1 comment

Comments

@LegoStormtroopr
Copy link
Contributor

I was doing some tests/upgrades for django 1.8 while trying to fix #33 and noticed a bug only under Django 1.7.
The list of changes for reverse fields incorrectly includes a "deletion" for the item that was added in.

Under Django 1.7:

   [DEL: - motor-car four from factory one supplier(s): :DEL] ^*
   [DEL: - motor-car three from factory one supplier(s): :DEL] → Deleted
   [INS: + motor-car four from factory one supplier(s): :INS]
   motor-car one from factory one supplier(s):

Edit comment:

     version 2: discontinued car-three, add car-four

Compared to the correct result under Django 1.8:

   [DEL: - motor-car three from factory one supplier(s): :DEL] → Deleted
   [INS: + motor-car four from factory one supplier(s): :INS]
   motor-car one from factory one supplier(s):

Edit comment:

     version 2: discontinued car-three, add car-four
@jedie
Copy link
Owner

jedie commented Apr 11, 2015

Great!

@jedie jedie closed this as completed in 9c81a09 Apr 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants