mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-25 09:04:45 +00:00
9 lines
152 B
Python
9 lines
152 B
Python
|
|
"""
|
||
|
|
This serves as an easy to remember alias for types.
|
||
|
|
"""
|
||
|
|
|
||
|
|
from . import types
|
||
|
|
|
||
|
|
ModelAdmin2 = types.ModelAdmin2
|
||
|
|
Admin2Inline = types.Admin2Inline
|