added custom field-record validator support, not using it yet though

This commit is contained in:
Binh 2011-04-23 14:57:18 -05:00
parent edb8e90340
commit f30237a90d
2 changed files with 8 additions and 0 deletions

View file

@ -75,6 +75,7 @@ class EmployerRecord(model.Model):
third_party_sick_pay = BooleanField()
blank2 = BlankField(max_length=291)
class EmployeeWageRecord(model.Model):
record_identifier = 'RW'