Changes between Initial Version and Version 1 of Ticket #26316


Ignore:
Timestamp:
Mar 3, 2016, 1:29:48 PM (8 years ago)
Author:
Simon Charette
Comment:

I think we should implement ModelOperation.references_model, FieldOperation.references_model and FieldOperation.references_field.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26316

    • Property Easy pickings set
    • Property Triage Stage UnreviewedAccepted
  • Ticket #26316 – Description

    initial v1  
    1 The following method repeats 7 times in [https://github.com/django/django/blob/master/django/db/migrations/operations/models.py django.db.migations.operations.models]:
     1The following method repeats 7 times in [https://github.com/django/django/blob/d0451e4cadf4277f117b9b581530c68d8dc43c6a/django/db/migrations/operations/models.py django.db.migations.operations.models]:
    22
    33{{{
Back to Top