Skip to content

Commit

Permalink
Improving performance of project overview (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jan 29, 2022
1 parent f2ee484 commit e7dd917
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.rst
Expand Up @@ -35,6 +35,7 @@ End-User Summary
- Added feature to select multiple rows in results to create same annotation (#259)
- Added parameter to Docker entrypoint file to accept number of gunicorn workers
- Extended documentation for how to update specific tables (#177)
- Improving performance of project overview (#304)

Full Change List
================
Expand Down Expand Up @@ -71,6 +72,7 @@ Full Change List
- Added feature to select multiple rows in results to create same annotation (#259)
- Added parameter to Docker entrypoint file to accept number of gunicorn workers
- Extended documentation for how to update specific tables (#177)
- Improving performance of project overview (#304)

-------
v0.23.9
Expand Down
3 changes: 2 additions & 1 deletion requirements/base.txt
Expand Up @@ -67,7 +67,8 @@ celery >=5.1.0, <5.2
# TODO: bump to django-postgres-copy==2.6.0?
django-postgres-copy ==2.3.5

django-sodar-core >=0.10.2, <0.11
#django-sodar-core >=0.10.2, <0.11
-e git+https://github.com/bihealth/sodar-core.git@optimize-get_details_events#egg=django-sodar-core

# Simplejson is more advanced than then built-in one.
simplejson >=3.17.2
Expand Down

0 comments on commit e7dd917

Please sign in to comment.