Releases: NextGenContributions/django-ninja-crudl
v0.6.0
v0.5.4
v0.5.4 (2025-06-09)
This release is published under the MIT License.
Bug Fixes
Detailed Changes: v0.5.3...v0.5.4
v0.5.3
v0.5.3 (2025-05-28)
This release is published under the MIT License.
Bug Fixes
Detailed Changes: v0.5.2...v0.5.3
v0.5.2
v0.5.2 (2025-05-27)
This release is published under the MIT License.
Bug Fixes
Detailed Changes: v0.5.1...v0.5.2
v0.5.1
v0.5.1 (2025-05-21)
This release is published under the MIT License.
Bug Fixes
Detailed Changes: v0.5.0...v0.5.1
v0.5.0
v0.5.0 (2025-05-21)
This release is published under the MIT License.
Features
-
feat(#69): Support serializing pydantic.networks.AnyUrl
-
style: format code with Ruff Formatter
This commit fixes the style issues introduced in 3b1bf08 according to the output from Ruff Formatter.
Details: #70
-
chore: Fix renderers all
-
chore: Consolidate type handling branches
Co-authored-by: Copilot [email protected]
Signed-off-by: Phuong Nguyen [email protected]
- chore: Missing docstrings
This commit fixes the style issues introduced in 6dc42a8 according to the output from Ruff Formatter.
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Detailed Changes: v0.4.0...v0.5.0
v0.4.0
v0.4.0 (2025-05-15)
Features
-
feat(#63): Unify error responses by using schemas defined by django-ninja-crudl
-
style: format code with Ruff Formatter
This commit fixes the style issues introduced in f85633c according to the output from Ruff Formatter.
Details: #64
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
v0.3.0
v0.3.0 (2025-05-05)
Bug Fixes
-
fix: OpenAPI schemas
-
style: format code with Ruff Formatter
This commit fixes the style issues introduced in 413a026 according to the output from Ruff Formatter.
Details: #47
-
chore: Fix tests
-
chore: Fix tests
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Features
-
feat: Support reverse urls and permissions
-
chore: Fix tests
-
feat: Overhaul permission handlings and tests
-
chore: Update uv.lock to reflect latest django2pydantic
-
style: format code with Ruff Formatter
This commit fixes the style issues introduced in b20a287 according to the output from Ruff Formatter.
Details: #43
-
chore: Update to [email protected] hoping to fix python nox issue
-
chore: Explicitly mark uv as nox venv backend
-
chore: Update pytest config for coverage report
-
chore: Fix none queryset in get_filter_for_list test setup
-
feat: Another permission handling overhaul to handle simple relations
-
style: format code with Ruff Formatter
This commit fixes the style issues introduced in 3e5d2d8 according to the output from Ruff Formatter.
Details: #43
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
-
cicd: Implement same workflows as django2pydantic
-
cicd: Implement same noxfile as django2pydantic
-
fix: Broken tests and pre-2024-christmas refactor WIP
-
chore: Fix formatting
-
chore: Update nitpick and missing pyrightconfig.json
-
chore: Fix formatting
-
chore: Add pylint as dev deps
-
chore: Move some configs outside of .trunk and add .vale.ini
-
chore: WIP fixes
-
chore: WIP fixes
-
style: format code with Ruff Formatter
This commit fixes the style issues introduced in 38752ea according to the output from Ruff Formatter.
Details: #20
-
chore: WIP fixes
-
chore: Restore openapi_extra for create endpoint
-
chore: WIP fixes
-
style: format code with Ruff Formatter
This commit fixes the style issues introduced in 580a3ad according to the output from Ruff Formatter.
Details: #20
-
chore: WIP fixes
-
style: format code with Ruff Formatter
This commit fixes the style issues introduced in fd0908e according to the output from Ruff Formatter.
Details: #20
-
chore: WIP fixes
-
chore: WIP fixes
-
chore: Restore crudl.py and minor permission fix
-
feat: Support m2m relationship update for PUT/PATCH
-
chore: Add tests and more WIP
-
style: format code with Ruff Formatter
This commit fixes the style issues introduced in cda5e9f according to the output from Ruff Formatter.
Details: #29
-
chore: Undo changes to crudl.py
-
chore: Clean up/refactor and fix typings WIP
-
chore: More typing changes
-
chore: More typing changes
-
chore: More typing fixes and PatchDict to make beartype happy
-
chore: Fix issue with beartype patch_dict being annotated Body
-
style: format code with Ruff Formatter
This commit fixes the style issues introduced in 6f11481 according to the output from Ruff Formatter.
Details: #29
-
chore: More typing changes
-
chore: Add tests for more forward/reverse relation tests
-
chore: Update tests, refactor and fix relation handling logic
-
style: format code with Ruff Formatter
This commit fixes the style issues introduced in 93cde0a according to the output from Ruff Formatter.
Details: #29
-
chore: WIP fixes
-
chore: Fix tests
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>