- Move template hook logic back to udata [2671](https://github.com/opendatateam/udata/pull/2671) [#2679](https://github.com/opendatateam/udata/pull/2679)
- Add dataset's acronym to catalog [2675](https://github.com/opendatateam/udata/pull/2675)
- Better URL-based License guess [2672](https://github.com/opendatateam/udata/pull/2672)
- New way of fixtures generation [2677](https://github.com/opendatateam/udata/pull/2677):
- The command now uses a remote file (default) if a URL is provided or a local one if a path is provided.
- This file can be generated by using the command `generate-fixtures-file`, which takes as an argument the URL of the source queried to retieve the data dumped to the file.
- The command `generate-fixtures-file` uses a customizable list of datasets slugs to know which datasets to query.
- Fixed the Geomform check for a GeoZone instance in formdata [2683](https://github.com/opendatateam/udata/pull/2683)