Skip to content

performed upgrade changes for wagtail 2.0 and django 2.0#5

Open
knthls wants to merge 1 commit intoGagaro:masterfrom
knthls:wagtail2.0
Open

performed upgrade changes for wagtail 2.0 and django 2.0#5
knthls wants to merge 1 commit intoGagaro:masterfrom
knthls:wagtail2.0

Conversation

@knthls
Copy link
Copy Markdown

@knthls knthls commented May 15, 2018

tests are passing.
I tried integrating it into an existing project and it works.

@Gagaro
Copy link
Copy Markdown
Owner

Gagaro commented May 16, 2018

Hi, thanks for the PR 👍 .

I added a few comments. Also please fix the coding style so that the tests pass on travis.

from wagtail.wagtailimages.tests import urls as wagtailimages_test_urls
from wagtail.wagtailsearch import urls as wagtailsearch_urls

#try:
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you comment those?

]
except ImproperlyConfigured:
return [
url(r'^calendar/', include((urls,'wagtail_calendar'), namespace='wagtail_calendar')),

This comment was marked as resolved.

This comment was marked as resolved.

return [
url(r'^calendar/', include(urls, namespace='wagtail_calendar')),
]
except ImproperlyConfigured:

This comment was marked as resolved.

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.

2 participants