Changes between Initial Version and Version 1 of Ticket #29320
- Timestamp:
- Apr 12, 2018, 1:10:36 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29320
- Property Owner changed from to
-
Ticket #29320 – Description
initial v1 4 4 {{{ 5 5 #!python 6 def test_fk_ id_name_conflict(self):6 def test_fk_attname_conflict(self): 7 7 msg = "The annotation 'contact_id' conflicts with a field on the model." 8 8 with self.assertRaisesMessage(ValueError, msg): … … 10 10 }}} 11 11 12 I'll make a PR soon. 12 PR here: https://github.com/django/django/pull/9873/files