ghazi-git
ghazi-git
it is removed from local settings since having the url as 127.0.0.1:8000 triggers a CORS issue when the project runs on localhost:8000. It is kept in production settings as that...
## What happened? - New project generated with `use_drf: y` - When making an API request from the swagger UI at `http://localhost:8000/api/docs/`, the API call fails due to CORS policy...
Use a pattern to correctly describe the `attr` value in validation errors in all cases. Specifically, this fixes the incorrect description of the `attr` value for list serializers and list/dict...
The indexedDB spec added support for calling the `getAll` and `getAllKeys` methods using an options objects containing query, count and (the new) direction. Here are the **links to [the updated...
I just wanted to check if there are any plans in the short term to add support for `getAllRecords` and the `direction` option to `getAll`/`getAllKeys`. For detailed info about the...