django-forestadmin icon indicating copy to clipboard operation
django-forestadmin copied to clipboard

🐍 Django agent for Forest Admin to integrate directly to your existing Django backend application.

Results 8 django-forestadmin issues
Sort by recently updated
recently updated
newest added

## 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...

bug

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 ![1](https://user-images.githubusercontent.com/68025869/157435267-437820f2-f9c3-42d6-b80d-b76be26675f4.PNG) ## Context ![2](https://user-images.githubusercontent.com/68025869/157444790-71fbdd88-f0ae-4cb8-9981-49bd923f5adf.PNG) ![3](https://user-images.githubusercontent.com/68025869/157444796-ef50765e-65ee-4f84-abe3-3621e1ed790d.PNG) ![4](https://user-images.githubusercontent.com/68025869/157444799-5373b64a-f8a5-48a1-a319-2ce544f81806.PNG) * Package Version: `1.1.2` * Django...

not reproducible
need_more_data

## 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...