Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
django クラスとフィールド名が与えられた場合、クラスに指定された名前のフィールドがあるかどうかをどのようにテストできますか?
この場合、フィールド名は文字列です。
例えば:
field_name_exists = field_name in ModelName._meta.get_all_field_names()