mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-09 13:54:44 +00:00
4 lines
105 B
Python
4 lines
105 B
Python
from modeltranslation._typing import monkeypatch
|
|
|
|
# monkeypatch generic classes at runtime
|
|
monkeypatch()
|