Changes between Version 2 and Version 3 of Ticket #30427, comment 4
- Timestamp:
- Jun 24, 2019, 8:24:31 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30427, comment 4
v2 v3 2 2 The proposed patch addresses the problem presented in this ticket, but feels dirty -- there'll be similar problems if users try to define fields that clash with method names. But maybe we cross that bridge when we hit it. 3 3 4 FYI, having the `is_attname_settable` field always return True causes the following tests to fail:4 FYI, having the new `is_attname_settable` method always return True causes the following tests to fail: 5 5 {{{ 6 6 test_model_check_method_not_shadowed (check_framework.tests.CheckFrameworkReservedNamesTests)