Files @ 646735252f7d
Branch filter:

Location: symposion_app/fixtures/conference.json - annotation

bsturmfels
Upgrade django-easy-thumbnails to support new Pillow

Pillow dropped the Image.ANTIALIAS constant.
[
{
  "model": "symposion_conference.conference",
  "pk": 1,
  "fields": {
    "title": "FOSSY 2023",
    "start_date": "2023-07-13",
    "end_date": "2023-07-16",
    "timezone": "US/Pacific"
  }
}
]