Skip to content

Conversation

@github-actions
Copy link

Ref: #886

jtrobles-cdd and others added 11 commits September 10, 2025 17:24
extras: Add more tests for Django form field for `Rut`
Previously, `cl_sii.extras.dj_filters.FILTER_FOR_DBFIELD_DEFAULTS`
consisted of the `FILTER_FOR_DBFIELD_DEFAULTS` from `django_filters`,
with the addition of `RutFilter`. From now on,
`cl_sii.extras.dj_filters.FILTER_FOR_DBFIELD_DEFAULTS` will only include
the filters provided by `cl_sii`, leaving the user to decide whether to
merge it with the one from `django_filters`. ⚠️ Warning: Breaking change.
extras: Improve Django filters `FILTER_FOR_DBFIELD_DEFAULTS`
In Django model field `RutField`, when field option `validate_dv` is
enabled, the `to_python()` method does not validate the "digito verificador"
if the input value is already an instance of `Rut`.

This commit changes the implementation of `to_python()` so that the
"digito verificador" is also validated for `Rut` instances when the
`validate_dv` field option is enabled.
…j-model-field

extras: Django model field `RutField` does not validate DV of `Rut`
deps: Update `cryptography` from 45.0.4 to 45.0.7
@github-actions github-actions bot added task Task or chore kind: deploy Deployment labels Sep 10, 2025
@sonarqubecloud
Copy link

@jtrobles-cdd jtrobles-cdd marked this pull request as ready for review September 10, 2025 21:33
@jtrobles-cdd jtrobles-cdd requested a review from a team as a code owner September 10, 2025 21:33
@jtrobles-cdd jtrobles-cdd merged commit 4722e65 into master Sep 10, 2025
24 of 25 checks passed
@jtrobles-cdd jtrobles-cdd deleted the deploy/v0.56.0 branch September 10, 2025 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind: deploy Deployment task Task or chore

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants