Add diffing support for the new signature classes.

Review Request #10287 — Created Oct. 27, 2018 and submitted

chipx86
Django Evolution
master
25f86ea...
django-evolution

This updates the diffing support to work with the new signature classes.
Diff now takes these instead of dictionaries. The capabilities and API
hasn't otherwise at this point, but in the future we'll be able to use
the new support to provide more fine-grained diffing so that only
subsets of the signature can be taken into account for evolutions.

Unit tests pass for all supported versions of Python and Django.

Description From Last Updated

Can we switch the single/double quotes here?

daviddavid
david
  1. 
      
  2. django_evolution/diff.py (Diff revision 1)
     
     
     

    Can we switch the single/double quotes here?

  3. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (9306dbe)
Loading...