You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Local testing uses a different package install process then the CI. To
prevent us running postgres 12 default while local testing bu use 11
instead we must also use django 3.
To enable this we in the setup.py which is used for local testing
require a django 3 version instead of a django 3 or 4 version.
Since django 4 is only postgres 12+ compatible.
Co-authored-by: Bob Booij-Liewes <[email protected]>
0 commit comments