Changes between Initial Version and Version 1 of Ticket #30427, comment 4


Ignore:
Timestamp:
Jun 24, 2019, 8:16:18 AM (5 years ago)
Author:
Jarek Glowacki

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30427, comment 4

    initial v1  
    33
    44FYI, having the `is_attname_settable` field always return True, causes the following tests to fail:
    5 ```
     5{{{
    66test_model_check_method_not_shadowed (check_framework.tests.CheckFrameworkReservedNamesTests)
    77test_property_and_related_field_accessor_clash (invalid_models_tests.test_models.OtherModelTests)
    8 ```
     8}}}
    99Interestingly, 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.
    1010Would 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.
Back to Top