Arches 6.2.2 release notes
------------------------
### Major Enhancements

- Upgrade Django from 3.2.15 to 3.2.18 to include latest Django security improvements
- Checks if bnodeid exists in tile in jsonld reader, re #8966
- Provides feedback when password validation fails, re #8753
- Allows branches to be appended without unique alias constraint error, re #8753
- Orders nodes in advance search facets in proper card order, re #9217
- Allows file-list widget to display relative and absolute paths to uploaded files, re #9228
- Prevents duplicate card constraint inputs in card config manager, re #7181


### Dependency changes:
```
Python:
    Upgraded:
        Django 3.2.15 -> 3.2.18
        slugify 4.0.0 -> 7.0.0
```


### Upgrading Arches
1. You must be upgraded to at least version 6.2 before proceeding.

2. Upgrade to Arches 6.2.2

        pip install --upgrade arches

3. If you are running Arches on Apache, be sure to run:

    ```
    python manage.py collectstatic
    ```
    and restart your server.
    ```
    sudo service apache2 reload
    ```

4. Finally, If you are running Celery, you should also restart your Celery worker(s). The process for doing this depends on how Celery is being run.
