-
Notifications
You must be signed in to change notification settings - Fork 12
Deploy release v0.31.0 #666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add Filter class `RutFilter`. - Add FilterSet class `SiiFilterSet`. - TODO: Add tests. Most of the code originates from an internal application (see commit 2e9ce461 of that application’s source code), and was originally written by Yasel Couce. Jose Tomas Robles Hahn did some refactoring and made some minor improvements. Ref: https://app.shortcut.com/cordada/story/8313 Co-authored-by: Yasel Couce <ycouce@cordada.com>
> Django-filter is a reusable Django application allowing users to > declaratively add dynamic `QuerySet` filtering from URL parameters. - [Web Site](https://github.com/carltongibson/django-filter) - [VCS Repository](https://github.com/carltongibson/django-filter.git) - [Documentation](https://django-filter.readthedocs.io/) - [Software Repository](https://pypi.org/project/django-filter/)
extras: Add `RutFilter` for Django views and DRF views
- Add Django URL path converter for Chilean RUT. - Add Django URL path converter for Tipo DTE. - Add tests. The source code originates from an internal application (see commits 1e0b3617 and 7db9b2b0 of that application’s source code), and was originally written by Jose Tomas Robles Hahn (`RutConverter`) and Felipe Pinto (`TipoDteConverter`). Co-authored-by: Felipe Pinto <fpinto@cordada.com>
extras: Add Django URL path converter for RUT and Tipo DTE
Use it to extend DRF serializers that inherit from `ModelSerializer` so that Django model fields from `cl_sii.extras.dj_model_fields` do not have to be explicitly defined in the serializer. The source code originates from an internal application (see commit 3bea7182 of that application’s source code), and was originally written by Jose Tomas Robles Hahn.
extras: Add mapping of Django model fields to DRF serializer fields
extras: Reformat source code of `.dj_filters`
Release v0.31.0
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Ref: #665