Changes between Initial Version and Version 4 of Ticket #22640
- Timestamp:
- Jan 17, 2017, 3:50:28 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22640
- Property Triage Stage Unreviewed → Accepted
- Property Type Bug → Cleanup/optimization
-
Ticket #22640 – Description
initial v4 3 3 To reproduce it, add the following test (it's using tests.basic.models.Article) 4 4 {{{#!python 5 from django.utils import six 5 6 def test_cannot_specify_same_field_with_args_and_kwargs_too(self): 6 7 six.assertRaisesRegex( 7 8 self, 8 9 TypeError, 9 " 'foo' is an invalid keyword argument for this function",10 "__init__() got multiple values for argument 'headline'", 10 11 Article, 11 12 None, # id