Project

General

Profile

« Previous | Next » 

Revision a9520794

Added by Mikaël Ates over 9 years ago

app_label not necessary anymore.

View differences:

calebasse/actes/models.py
11 11
class ActValidationState(models.Model):
12 12

  
13 13
    class Meta:
14
        app_label = 'actes'
15 14
        ordering = ('-created',)
16 15

  
17 16
    act = models.ForeignKey('actes.Act',

Also available in: Unified diff