Changes between Initial Version and Version 1 of Ticket #29320


Ignore:
Timestamp:
Apr 12, 2018, 1:10:36 PM (6 years ago)
Author:
Flávio Juvenal
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29320

    • Property Owner changed from Flávio Juvenal to Flávio Juvenal
  • Ticket #29320 – Description

    initial v1  
    44{{{
    55#!python
    6 def test_fk_id_name_conflict(self):
     6def test_fk_attname_conflict(self):
    77    msg = "The annotation 'contact_id' conflicts with a field on the model."
    88    with self.assertRaisesMessage(ValueError, msg):
     
    1010}}}
    1111
    12 I'll make a PR soon.
     12PR here: https://github.com/django/django/pull/9873/files
Back to Top