django-forestadmin
django-forestadmin copied to clipboard
🐍 Django agent for Forest Admin to integrate directly to your existing Django backend application.
## Definition of Done The model's pk should be able to have a name other than 'id'. There were some changes made related to this 8 days ago (https://github.com/ForestAdmin/django-forestadmin/pull/112) but...
## Expected behavior `HookView::get_hook_result` does not search for the specific hook. It is expected that the `action_name` be respected, and only that action's hook be executed. ## Actual behavior The...
smart field may be used as label in the related collection ## Definition of Done ### General - [ ] Write an explicit title for the Pull Request, following [Conventional...
## Expected behaviour > Fix internal server error ## Actual behaviour **Internal Server Error: /forest/authentication/callback** ## Failure Logs  ## Context    * Package Version: `1.1.2` * Django...
## Definition of Done ### General - [ ] Write an explicit title for the Pull Request, following [Conventional Commits specification](https://www.conventionalcommits.org) - [ ] Test manually the implemented changes -...
## Definition of Done ### General - [ ] Write an explicit title for the Pull Request, following [Conventional Commits specification](https://www.conventionalcommits.org) - [ ] Test manually the implemented changes -...
## Definition of Done - Added support for a new optional setting `FOREST_DISABLE_AUTO_SCHEMA_UPDATE` which, if true, will stop the `forestadmin-schema.json` to be overwritten but still generating schema data for the...
## Expected behavior All the code used for cryptography, authentication or authorization related operations must be top notch, from popular, maintained and robust libraries. A popular saying applies: "Good friends...