12 lines
314 B
Python
12 lines
314 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
Seamless Polymorphic Inheritance for Django Models
|
|
|
|
Copyright:
|
|
This code and affiliated files are (C) by Bert Constantin and individual contributors.
|
|
Please see LICENSE and AUTHORS for more information.
|
|
"""
|
|
|
|
# See PEP 440 (https://www.python.org/dev/peps/pep-0440/)
|
|
__version__ = "1.3"
|