Skip to content

Releases: thclark/wagtail_events

Explicitly declared `app_name`

09 Jul 12:29
49c98e9
Compare
Choose a tag to compare

Surpasses the accidental v0.3.0 release. Corrects the app_name field.

Explicitly declared `app_name`

09 Jul 09:00
e72c7c1
Compare
Choose a tag to compare
Pre-release

Explicit declaration of the app_name fields in order to fix #9 (allowing elastic search to index models).

Quickfix - allow wagtail editing of fields added in previous release

12 Jun 10:03
ee59a17
Compare
Choose a tag to compare
Merge pull request #8 from thclark/v0.2.7

FIX Added the v0.2.6 data fields to the wagtail content panels

Improved event website and venue data

12 Jun 09:26
116e033
Compare
Choose a tag to compare
Merge pull request #7 from thclark/v0.2.6

V0.2.6

Events editable in wagtail admin

30 May 11:00
Compare
Choose a tag to compare

With this release:

  • Fixed bug stopping EventIndex page from being added to a parent, even the site root or home page, within the wagtail admin.
  • Events are added to the wagtail explorer sidebar for quick list/create shortcut
  • Wagtail Homepage shows a number of events overview
  • Package details including readme updated to display correctly on pypi
  • Fixed need to import package to get version when parsing setup.py
  • Templates and static files are correctly added to the package

Fixed date filters on the new model structure

01 Apr 14:52
Compare
Choose a tag to compare
  • Updates for code style guide compliance
  • Fixed date range filters to provide a valid queryset as a response from EventIndex._get_children()

Simplified models and managers

28 Mar 15:18
Compare
Choose a tag to compare

A major refactor away from the original library, to simplify the nature of the events model. Using an event series with many dates just made things more complicated than they needed to be, so now we rely on singleton events, which inherit from wagtail Pages.

Abstract models are given more capability - in particular, the AbstractEvent is designed so that the event functionality can be neatly inherited by a model in a third party app, redefining all the nonessential fields (description, image, etc) without having to duplicate core functionality.

v0.0.1 Initial hard fork and setup on pypi

19 Mar 13:00
Compare
Choose a tag to compare
Added coverage, travis and flake, with an autodeploy from travis