~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to wiki/models.py

  • Committer: franku
  • Date: 2018-05-02 06:33:13 UTC
  • mto: This revision was merged to the branch mainline in revision 493.
  • Revision ID: somal@arcor.de-20180502063313-gje3z5gosquzmpg8
fixed server error for py-modindex; fixes some warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        verbose_name_plural = _(u'Articles')
72
72
        app_label = 'wiki'
73
73
        default_permissions = ('change', 'add',)
 
74
        ordering = ['title']
74
75
 
75
76
    def get_absolute_url(self):
76
77
        if self.group is None: