mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Renamed model variable to be compliant with Django standards
This commit is contained in:
@@ -53,7 +53,7 @@ class Organisation(models.Model, RevisionMixin):
|
||||
address = models.TextField(blank=True, null=True)
|
||||
|
||||
notes = models.TextField(blank=True, null=True)
|
||||
unionAccount = models.BooleanField(default=False)
|
||||
union_account = models.BooleanField(default=False)
|
||||
|
||||
def __unicode__(self):
|
||||
string = self.name
|
||||
|
||||
Reference in New Issue
Block a user