hipo-drf-exceptions
hipo-drf-exceptions copied to clipboard
A Django app for returning consistent, verbose and easy to parse error messages on Django Rest Framework backends.
Issue: https://github.com/Hipo/hipo-drf-exceptions/issues/7
If the `content-type` of `request` is `application/json`, return response in `application/json`.
When I add protect to on_delete in one of the FK fields, for example: ```python class StockIn(Timestamp): .... supplier = models.ForeignKey( Supplier, on_delete=models.PROTECT, related_name='supplierstockin', blank=True, null=True ) ``` and when...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.3.1 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...