MCPcopy
hub / github.com/django/django / unregister

Method unregister

django/db/migrations/serializer.py:397–398  ·  view source on GitHub ↗
(cls, type_)

Source from the content-addressed store, hash-verified

395
396 @classmethod
397 def unregister(cls, type_):
398 cls._registry.pop(type_)
399
400
401def serializer_factory(value):

Callers 1

unregister_serializerMethod · 0.45

Calls 1

popMethod · 0.45

Tested by

no test coverage detected