File diff 5d2cff674dd4 → de0100c93c93
fixtures/conference.json
Show inline comments
...
 
@@ -3,10 +3,10 @@
 
  "model": "symposion_conference.conference",
 
  "pk": 1,
 
  "fields": {
 
    "title": "Everything Open 2023",
 
    "start_date": "2023-03-14",
 
    "end_date": "2023-03-16",
 
    "timezone": "Australia/Melbourne"
 
    "title": "FOSSY 2023",
 
    "start_date": "2023-07-13",
 
    "end_date": "2023-07-16",
 
    "timezone": "US/Pacific"
 
  }
 
}
 
]