allow updating an event without specifying tags
This commit is contained in:
parent
fb65aa45f5
commit
c153a2c3e3
|
@ -1266,7 +1266,7 @@ class Event(CampRelatedModel):
|
||||||
help_text="The estimated demand for this event. Used by the autoscheduler to pick the optimal location for events. Set to 0 to disable demand constraints for this event.",
|
help_text="The estimated demand for this event. Used by the autoscheduler to pick the optimal location for events. Set to 0 to disable demand constraints for this event.",
|
||||||
)
|
)
|
||||||
|
|
||||||
tags = TaggableManager()
|
tags = TaggableManager(blank=True)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
ordering = ["title"]
|
ordering = ["title"]
|
||||||
|
|
Loading…
Reference in a new issue