You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rework constructor of PSEvents so that it always take a date, and
the override attribute is accurate. This allows us to compare two
PSEvents for equality and use .override in templates.
Fixes#8, #15 and #22
Rework constructor of PSEvents so that it always take a date, and
the override attribute is accurate. This allows us to compare two
PSEvents for equality and use .override in templates.
Fixes#8, #15 and #22
This should be data=None with a check that initialises it:
https://github.com/pubstandards/pubstandards-london/blob/master/ps_data.py#L22
(it doesn't currently matter)
The text was updated successfully, but these errors were encountered: