Skip to content

Commit

Permalink
Merge branch 'dev/7.6.x' into jtw/api-fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters committed Aug 8, 2024
2 parents 43b95c1 + 76f5179 commit 5ebdbef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"arcgis2geojson==2.0.0",
"celery==5.3.6",
"defusedxml==0.7.1",
"Django>=4.2.13,<5.0.0",
"Django>=4.2.15,<5.0.0",
"django-celery-results==2.5.1",
"django-cors-headers==4.2.0",
"django-guardian==2.4.0",
Expand Down
6 changes: 5 additions & 1 deletion releases/7.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,14 @@ System:
Upgraded:
NodeJS == 20.14.0
Postgres: 14+
Removed:
yarn
Python:
Upgraded:
Django == 4.2.13
Django == 4.2.15
openpyxl == 3.0.10
filetype == 1.2.0
Expand Down Expand Up @@ -186,6 +187,7 @@ Minor incompatibilities:
- `BaseImportModule.stage_files` is now abstract. (It used to call
`stage_excel_files()`, which was only defined on certain subclasses.) `stage_files()`
is now a more attractive target for overriding than `run_load_task()`.
- `GeojsonFeatureCollectionDataType` moved from `arches.app.datatypes.datatypes` to `arches.app.datatypes.core`.
- `unzip_file()` moved from `arches.setup` to `arches.app.utils.zip`
- Version-related utils moved from `arches.setup` to `arches.version`
- `add_to_update_fields()` moved from `arches.app.models.models` to `arches.app.models.utils`.
Expand Down Expand Up @@ -233,6 +235,8 @@ Minor incompatibilities:
### Upgrading an Arches project
1. Follow instructions to upgrade each Arches project database to Postgres 14 or higher. https://www.postgresql.org/docs/current/upgrading.html
1. Within your project, with your Python 3 virtual environment activated:
```
python manage.py migrate
Expand Down

0 comments on commit 5ebdbef

Please sign in to comment.