mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-03-16 22:10:31 +00:00
4 lines
105 B
Python
4 lines
105 B
Python
from modeltranslation._typing import monkeypatch
|
|
|
|
# monkeypatch generic classes at runtime
|
|
monkeypatch()
|