Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Documentation shows wrong import path for VersionedForeignKey #156

Open
jeromecc opened this issue Oct 28, 2018 · 1 comment
Open

Documentation shows wrong import path for VersionedForeignKey #156

jeromecc opened this issue Oct 28, 2018 · 1 comment

Comments

@jeromecc
Copy link

Latest documentation:

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.

@jeromecc jeromecc changed the title Documentation shows wrong import path for VerisonedForeignKey Documentation shows wrong import path for VersionedForeignKey Oct 28, 2018
@maennel
Copy link
Contributor

maennel commented Oct 30, 2018

Hi @jeromecc, thanks a lot for your feedback! Glad you enjoy CleanerVersion.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants