Keep the injected on_delete out of the field signature.

Review Request #10271 — Created Oct. 24, 2018 and submitted

Information

Django Evolution
master
4a81316...

Reviewers

To provide compatibility with Django 2.0+'s requirements for
ForeignKey, we recently pre-filled the on_delete attribute of the
field if not otherwise in the field signature. This was left in the
signature, causing problems during signature diffing. It's now removed
if it wasn't explicitly in there.

Diffed a signature. on_delete didn't remain in.

brennie
  1. Ship It!
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (aa5c45c)
Loading...