Skip to content

Commit

Permalink
fix: release new version of old system (#72)
Browse files Browse the repository at this point in the history
* fix: permission checking

* fix: assert get query set

* add TODOs

* fix: permission operators

* fix: proxy models for users and teachers, reverse_action helper

* merge from main

* feedback

* fix: release new version

* Merge branch 'main' into create_school

* fix: new versions of old system
  • Loading branch information
SKairinos authored Feb 5, 2024
1 parent bcd6add commit 99da7f7
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 151 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
django = "==3.2.20"
django = "==3.2.23"
djangorestframework = "==3.13.1"
django-filter = "==23.2"
django-countries = "==7.3.1"
Expand All @@ -17,10 +17,10 @@ importlib-metadata = "==4.13.0" # TODO: remove. needed by old portal
django-formtools = "==2.2" # TODO: remove. needed by old portal
django-otp = "==1.0.2" # TODO: remove. needed by old portal
# https://pypi.org/user/codeforlife/
cfl-common = "==6.37.1" # TODO: remove
codeforlife-portal = "==6.37.1" # TODO: remove
aimmo = "==2.10.6" # TODO: remove
rapid-router = "==5.11.3" # TODO: remove
cfl-common = "==6.40.0" # TODO: remove
codeforlife-portal = "==6.40.0" # TODO: remove
aimmo = "==2.11.0" # TODO: remove
rapid-router = "==5.16.12" # TODO: remove
phonenumbers = "==8.12.12" # TODO: remove

[dev-packages]
Expand Down
Loading

0 comments on commit 99da7f7

Please sign in to comment.