* Added an extra helper method to user-scopes to determine if one of the fields has a scope that is blocking access.
5.20.1
* Some old definitions (gebieden.stadsdelen) are using temporal relations defined as a plain string instead of an objects. The exporter need to take this into account.
5.20.0
* Change export to only use active records for csv and jsonlines, so, no historical records. Also brought the export more in line with the csv export of the DSO-API: - headers using capitalize() - date-time in iso notation - foreign keys only with an `identificatie` (no `volgnummer`)
5.19.1
* Updated Django version > 4.2 * Updated the github workflow to use postgres14 image
5.19.0
* Improve possibility to use git commit hashes when creating SQL migrations from amsterdam schema table definitions. Now also supports schemas with table definitions in separate files.
5.18.0
* Add possibility to use git commit hashes when creating SQL migrations from amsterdam schema table definitions.