- Combined ClassicalWorks, DancePieces, Movies and Plays into a single Work model, distinguished with a `kind` field. Makes things much simpler.
7.3.1
Not secure
- Make `cinema_treasures_id` a `PositiveIntegerField` instead of a `PositiveSmallIntegerField`.
7.3.0
Not secure
- Add a `venue_name` field to Events. This remains the same even if the attaached Venue object changes its name in the future. The new `venue_name` is used in templates related to the Event.
7.2.0
Not secure
- Add an optional `cinema_treasures_id` field, and `cinema_treasures_url` property, to the Venue model.
7.1.3
Not secure
- Fix the Event Year Archive view for Events with no Venue.