Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Releases: questionlp/libwwdtm

v1.2.1.5_1

Choose a tag to compare

@questionlp questionlp released this 05 Nov 17:46

Fix Location Slugify Logic

If a location slug string is NULL in the database, use the slugify library to generate a slug string on the fly based on the location's venue, city and/or state

v1.2.1.4

Choose a tag to compare

@questionlp questionlp released this 28 Oct 21:01
49818aa

What's Changed

Full Changelog: v1.2.1.3...v1.2.1.4

1.2.1.3

Choose a tag to compare

@questionlp questionlp released this 17 Oct 18:37
c1b18bd

Correct the output from info.retrieve_by_id which returned original_show_date as-is versus raw output

1.2.1.2

Choose a tag to compare

@questionlp questionlp released this 22 Jun 00:20
03521f6

Fix the sort order when getting recording locations and sorting by venue. Now sorts by venue, then city, then state.

1.2.1.1

Choose a tag to compare

@questionlp questionlp released this 21 Jun 20:44
v1.2.1.1

Minor PEP-8 cleanup