Changes between Initial Version and Version 1 of Ticket #30427, comment 4
- Timestamp:
- Jun 24, 2019, 8:16:18 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30427, comment 4
initial v1 3 3 4 4 FYI, having the `is_attname_settable` field always return True, causes the following tests to fail: 5 ``` 5 {{{ 6 6 test_model_check_method_not_shadowed (check_framework.tests.CheckFrameworkReservedNamesTests) 7 7 test_property_and_related_field_accessor_clash (invalid_models_tests.test_models.OtherModelTests) 8 ``` 8 }}} 9 9 Interestingly, these tests only ensure checks are firing properly. Nothing else seems affected. So I guess if we wanted to, we could tweak those checks and get away with always overriding. 10 10 Would you be interested in a competing PR for that, to compare? Would involve more decisions being made about whether we just drop the checks that no longer work, or try to rejig them.