Skip to content

Commit

Permalink
Relax upper bound on Django #10650
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls authored and chiatt committed Mar 18, 2024
1 parent c13fde1 commit 9c8dc3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arches/install/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==4.2.11
Django>=4.2.11,<5.0.0
psycopg2==2.9.9
urllib3<2
elasticsearch>=8.3.1,<9.0.0
Expand Down
6 changes: 4 additions & 2 deletions releases/7.5.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ Arches 7.5.2 Release Notes
```
Python:
Upgraded:
Django 4.2.10 > 4.2.11
Django 4.2.10 > 4.2.11 (or <5.0.0)
```

This release relaxes the upper bound on Django to add compatibility with further Django 4.2.x patch releases without requiring a corresponding Arches patch release.

### Upgrading Arches

1. Upgrade to version 7.5.0 before proceeding. If upgrading from an earlier version, refer to the upgrade process in the [Version 7.5.0 release notes](https://github.com/archesproject/arches/blob/dev/7.5.x/releases/7.5.0.md)
Expand Down Expand Up @@ -44,7 +46,7 @@ Python:
- If running your project in production:
- `yarn build_production` This builds a production bundle. **takes up to 2hrs depending on resources**
- Alternatively you can `cd ..` up a directory and run `python manage.py build_production`. This will create a production bundle of frontend assessts and also call `collectstatic`.


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

Expand Down

0 comments on commit 9c8dc3e

Please sign in to comment.