## Arches 7.6.2 Release Notes ### Bug Fixes and Enhancements - Fix language switcher CSRF error when interacting before login #[11528](https://github.com/archesproject/arches/issues/11528) - Fixes failure to serialize non-editable Django fields (e.g. auto-date fields) #[11272](https://github.com/archesproject/arches/issues/11272) - Fixes bug in which resource relationships fail to appear in visualize mode if using default deny as a non-superuser #[11539](https://github.com/archesproject/arches/pull/11539) - Fixes bypassing of display logic of details table in search results for client-cached resources #[11537](https://github.com/archesproject/arches/issues/11537) - Fixes the indexing error when the number of resources in a batch becomes smaller than 8 #[11556](https://github.com/archesproject/arches/issues/11556) - Fix failure to reverse migrate #[11568](https://github.com/archesproject/arches/issues/11568) - Fail with 404 rather than 500 (AttributeError) for missing search components in search_home route #[11532](https://github.com/archesproject/arches/issues/11532) - Adds an alert message before running the bulk deletion #[11405](https://github.com/archesproject/arches/issues/11405) - Fixes a bug where getting the json-ld of a resource with many related resources could crash the system #[11572](https://github.com/archesproject/arches/issues/11572) - Fixes regression preventing Tile Excel files from loading in Bulk Data Manager #[11559](https://github.com/archesproject/arches/issues/11559) ### Dependency changes: ``` Python: Upgraded: None JavaScript: Upgraded: none ``` ### Upgrading Arches 1. Upgrade to version 7.6.0 before proceeding by following the upgrade process in the [Version 7.6.0 release notes](https://github.com/archesproject/arches/blob/dev/7.6.x/releases/7.6.0.md) 2. Upgrade to Arches 7.6.2 ``` pip install --upgrade arches==7.6.2 ``` 3. If you are running Arches on Apache, restart your server: ``` sudo service apache2 reload ```