Skip to content

Conversation

@rhunwicks
Copy link
Contributor

No description provided.

payment_per_time was defined as a PositiveSmallIntegerField,
but some data contains values to large for a small integer,
and it is possible that for OtherCashIncome the payment_per_time
could be a non-integer. Therefore, change to a FloatField
with a validator to ensure the value is positive.
@rhunwicks rhunwicks requested a review from girumb November 22, 2024 23:11
@rhunwicks rhunwicks self-assigned this Nov 22, 2024
@rhunwicks rhunwicks merged commit 76a5a57 into main Nov 25, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants