restapiswithdjango icon indicating copy to clipboard operation
restapiswithdjango copied to clipboard

Source code for Django for APIs

Results 17 restapiswithdjango issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 4.0.2 to 4.0.10. Commits 4d51383 [4.0.x] Bumped version for 4.0.10 release. 83f1ea8 [4.0.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. e5aecde [4.0.x] Added stub...

dependencies
python

Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.4.4. Changelog Sourced from sqlparse's changelog. Release 0.4.4 (Apr 18, 2023) Notable Changes IMPORTANT: This release fixes a security vulnerability in the parser where a...

dependencies
python

Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.4.4. Changelog Sourced from sqlparse's changelog. Release 0.4.4 (Apr 18, 2023) Notable Changes IMPORTANT: This release fixes a security vulnerability in the parser where a...

dependencies
python

Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.4.4. Changelog Sourced from sqlparse's changelog. Release 0.4.4 (Apr 18, 2023) Notable Changes IMPORTANT: This release fixes a security vulnerability in the parser where a...

dependencies
python

Default settings in result return **204**,not a token. **FILE apps/lib/python3.9/site-packages/dj_rest_auth/registration/views.py** ``` if api_settings.USE_JWT: data = { 'user': user, 'access_token': self.access_token, 'refresh_token': self.refresh_token, } return api_settings.JWT_SERIALIZER(data, context=self.get_serializer_context()).data elif api_settings.SESSION_LOGIN: return None...

Bumps [django](https://github.com/django/django) from 5.1.3 to 5.1.7. Commits 691e945 [5.1.x] Bumped version for 5.1.7 release. 8dbb44d [5.1.x] Fixed CVE-2025-26699 -- Mitigated potential DoS in wordwrap template ... d7dc1f6 [5.1.x] Fixed typo...

dependencies
python

Bumps [django](https://github.com/django/django) from 5.1.3 to 5.1.5. Commits 3d3d7f5 [5.1.x] Bumped version for 5.1.5 release. 4806731 [5.1.x] Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation. d6749de [5.1.x] Made cosmetic edits...

dependencies
python