Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django 2.2 compatibility #346

Closed
wants to merge 23 commits into from
Closed

Conversation

petedermott
Copy link

@petedermott petedermott commented May 9, 2019

Currently cartridge and mezzanine have some issues with Django 2.2 this PR aims to fix that.

In order to pass tests (and generally work) Mezzanine and filebrowser_safe also need modifications. I have test versions of these available at github.com/fermorltd/mezzanine@2.2-compat and github.com/fermorltd/filebrowser-safe@2.2-compat respectively. (I hope to make PR's for these when I am sure they are completely clean of any bespoke code)

All tests pass but this is my first shot at this so feedback / code review is welcome.

EDIT: Might be worth noting that this will probably break if using a namespace is not 'shop' for the app as URLs that were previously reversed without them (like this) will no longer work.

.travis.yml Outdated Show resolved Hide resolved
@henri-hulski
Copy link
Collaborator

Most of this issues should be fixed in version 1.0.0b1.
If you find unresolved problems please open a new PR.

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

Successfully merging this pull request may close these issues.

None yet

3 participants