Skip to content

Commit

Permalink
Add better name for state field
Browse files Browse the repository at this point in the history
  • Loading branch information
mpurnell1 committed Sep 30, 2024
1 parent b1b4cc2 commit 80f830f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion estate/models/estate_property.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ class EstateProperty(models.Model):
('received', 'Offer Received'),
('accepted', 'Offer Accepted'),
('sold', 'Sold'),
('canceled', 'Canceled')], default='new', copy=False)
('canceled', 'Canceled')], string="Status", default='new', copy=False)

0 comments on commit 80f830f

Please sign in to comment.