Closed bjester closed 2 days ago
https://github.com/learningequality/studio/pull/4834
I verified with no observed issues:
Verified in python shell that this works:
>>> from django.db.backends.postgresql.features import DatabaseFeatures >>> f = DatabaseFeatures(connection) >>> f.is_postgresql_12 True >>> f.is_postgresql_13 False >>> f.is_postgresql_11 True
Summary
References
https://github.com/learningequality/studio/pull/4834
Reviewer guidance
Local
I verified with no observed issues:
Remote
Verified in python shell that this works: