Changes between Initial Version and Version 1 of Ticket #22046, comment 6
- Timestamp:
- Apr 29, 2014, 10:05:01 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22046, comment 6
initial v1 1 1 Jim, 2 2 3 This is my mistake. The data section for my test should have been: 4 5 {{{ 6 data = { 7 'form-TOTAL_FORMS': 2, 8 'form-INITIAL_FORMS': 2, 9 'form-MAX_NUM_FORMS': 2, 10 'form-0-id': '3', 11 'form-0-name': 'e', # this should have been e, not c 12 'form-1-id': '4', 13 'form-1-name': 'g', 14 } 15 }}} 16 17 I will update and check again. 3 After taking a second look I concur that test_model_formset_with_mismatched_queryset() addresses problem 2. While manually trying to reproduce the problem I thought I had an example that showed it still was not fixed. In light of my flawed test case I'm left believing I made the same logical error. My apologies.