Changes between Initial Version and Version 1 of Ticket #26843, comment 2
- Timestamp:
- Jul 6, 2016, 3:45:09 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26843, comment 2
initial v1 1 1 Hi, 2 2 3 I forced `self.empty_label = 'some hardcoded string'` inside `ModelChoiceField ` and ran the full test suite. This yielded 22 failures, all related to my change.3 I forced `self.empty_label = 'some hardcoded string'` inside `ModelChoiceField.__init__()` and ran the full test suite. This yielded 22 failures, all related to my change. 4 4 5 5 To me this seems to indicate that the feature is being tested, no? Can you ellaborate on what makes you say it's not being tested?