MCPcopy
hub / github.com/django/django / unregister_serializer

Method unregister_serializer

django/db/migrations/writer.py:301–302  ·  view source on GitHub ↗
(cls, type_)

Source from the content-addressed store, hash-verified

299
300 @classmethod
301 def unregister_serializer(cls, type_):
302 Serializer.unregister(type_)
303
304
305MIGRATION_HEADER_TEMPLATE = """\

Callers 4

uninstall_if_neededFunction · 0.80
test_unregisterMethod · 0.80

Calls 1

unregisterMethod · 0.45

Tested by 3

test_unregisterMethod · 0.64