1.2.0
What's new
with most notable
- Async Pagination support by @jamesrkiger
- and Throttling
All changes:
- Throttling by @vitalik in #1208
- Async Pagination support by @jamesrkiger in #1030
- Fix ForwardRef._evaluate() missing 1 required keyword-only argument on python 3.12.4 by @Object905 in #1204
- fix: validation of nullable fields with a non-null default value by @julienc91 in #1181
- Add ORM support for SmallAutoField by @jlost in #1185
- Expose django_auth_superuser through all by @mostthingsweb in #992
- Fix dict when validate assignment true by @austinpgraham in #1024
- Fix #1088 : Inconsistency in indentation by @Nirmalkumar6112 in #1091
- Update LimitOffsetPagination.Input schema by @kajiczech in #1134
- Delete setup.py by @jeffwidman in #1138
- chore: modernize ruff config to work with ruff >= v0.2 by @afuetterer in #1120
- chore: update ruff pre-commit version by @afuetterer in #1121
- Minor Typing Improvement for
FilterSchema
by @max-muoto in #1039 - Fix typing for Exception Handlers by @max-muoto in #1130
- Add Generic Typing for
decorate_view
to resolve Pyright Issues by @max-muoto in #1126 - Fix Ninja Schema Typing by @max-muoto in #1165
Docs
- pagination: fix comment about default class by @ivoire in #1034
- Fix typo by @Hisham-Pak in #1054
- docs(form-data): add missing slash by @Zerotask in #1074
- docs(file-uploads): minor adjustments by @Zerotask in #1075
- docs(response): add link for error responses by @Zerotask in #1135
- Fix TestClient name in testing docs by @adriaanwm in #1102
- docs(operations): minor adjustments by @Zerotask in #1076
- Add dark mode to ninja docs by @Hisham-Pak in #1056
- Docs: Adds an example to show how exclude_unset works by @benjaoming in #1173
- fix typo in guides/input/filtering by @Moe-Hassan-123 in #994
- Minor documentation tweaks by @jonklo in #1010
- Cleanup documentation warnings by @jlucas91 in #1021
- Add basic testing documentation by @jlucas91 in #1020
- Fix README.md test badge by @jlucas91 in #1018
- Update django-pydantic-create-schema.md by @pradipthinkitive in #1043
New Contributors
- @mostthingsweb made their first contribution in #992
- @Moe-Hassan-123 made their first contribution in #994
- @jonklo made their first contribution in #1010
- @jlucas91 made their first contribution in #1018
- @austinpgraham made their first contribution in #1024
- @max-muoto made their first contribution in #1039
- @pradipthinkitive made their first contribution in #1043
- @Hisham-Pak made their first contribution in #1054
- @Zerotask made their first contribution in #1074
- @jeffwidman made their first contribution in #1136
- @Nirmalkumar6112 made their first contribution in #1091
- @kajiczech made their first contribution in #1134
- @afuetterer made their first contribution in #1120
- @adriaanwm made their first contribution in #1102
- @benjaoming made their first contribution in #1173
- @Object905 made their first contribution in #1204
- @julienc91 made their first contribution in #1181
- @jlost made their first contribution in #1185
Full Changelog: v1.1.0...v1.2.0