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

Add test with Django 2.0.5 to Travis configuration #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

OlegGirko
Copy link

This change just adds test with Django 2.0.5 to Travis configuration.

Signed-off-by: Oleg Girko <ol@infoserver.lv>
@mgaitan
Copy link
Owner

mgaitan commented May 23, 2018

@OlegGirko do you have any idea about this failures reported by travis?

    current = getattr(current, bit)
  File "/home/travis/build/mgaitan/waliki/waliki/models.py", line 141, in body
    return self.get_cached_content()
  File "/home/travis/build/mgaitan/waliki/waliki/models.py", line 160, in get_cached_content
    cached_content = self._get_part('get_document_body')
  File "/home/travis/build/mgaitan/waliki/waliki/models.py", line 135, in _get_part
    return getattr(self.markup_, part)(self.raw)
AttributeError: 'ReStructuredTextMarkup' object has no attribute 'get_document_body'

frenchbeard pushed a commit to frenchbeard/waliki that referenced this pull request Feb 1, 2019
Ignore migrations and a lot more in .gitignore.
Solved stack trace in mgaitan#155
Transfer page instance on page_save in signals.
assignment_tag -> simple_tag in waliki_tags.
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

2 participants