You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.
from versions.models import Versionable, VersionedManyToManyField, VersionedForeignKey
Correct import as of latest release:
from versions.models import Versionable
from versions.fields import VersionedManyToManyField, VersionedForeignKey
Thanks for the great work.
The text was updated successfully, but these errors were encountered:
jeromecc
changed the title
Documentation shows wrong import path for VerisonedForeignKey
Documentation shows wrong import path for VersionedForeignKey
Oct 28, 2018
Latest documentation:
Correct import as of latest release:
Thanks for the great work.
The text was updated successfully, but these errors were encountered: