stephenmcd / mezzanine

CMS framework for Django
http://mezzanine.jupo.org
BSD 2-Clause "Simplified" License
4.76k stars 1.65k forks source link

TokenType not found with Django 1.11 #1965

Closed jonathan-chao-artivest closed 4 years ago

jonathan-chao-artivest commented 4 years ago

I know there was a release today for support of Django 2.2, but my django version is still @ 1.11, and there's no TokenType until Django 2.1

I know Django 1.11 is not supported from official site, but should Mezzanine still be backward compatible to 1.11?

jerivas commented 4 years ago

Mezzanine 4.3.1 is the last version compatible with Django 1.11. Are you using that or installing from git? Where are you getting the error?

On Wed, Aug 12, 2020, 10:25 AM Jonathan Chao notifications@github.com wrote:

I know there was a release today for support of Django 2.2, but my django version is still @ 1.11, and there's no TokenType until Django 2.1

I know Django 1.11 is not supported from official site, but should Mezzanine still be backward compatible to 1.11?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stephenmcd/mezzanine/issues/1965, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASHYPRBQR4HSPVTEOPNZFTSAK7AZANCNFSM4P46KSRQ .

--

Confidentiality Notice: The content of this email is confidential and intended for the recipient specified in message only. It is strictly forbidden to share any part of this message with any third party, without a written consent of the sender. If you received this message by mistake, please reply to this message and follow with its deletion, so that we can ensure such a mistake does not occur in the future.

jonathan-chao-artivest commented 4 years ago

I'm installing from master.zip

Got this error in my travis where I need to install from requirements.txt which pulls master branch

Guess I'll need to update where I'm pulling from.....

jerivas commented 4 years ago

Yes, I suggest you install a specific version (4.3.1 in this case)