mgaitan / waliki

A wiki engine powered by Django and Git
http://waliki.pythonanywhere.com
BSD 3-Clause "New" or "Revised" License
309 stars 56 forks source link

Add test with Django 2.0.5 to Travis configuration #155

Open OlegGirko opened 6 years ago

OlegGirko commented 6 years ago

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

mgaitan commented 6 years ago

@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'