Files @ 646735252f7d
Branch filter:

Location: symposion_app/fixtures/sessions/conference.section.json

bsturmfels
Upgrade django-easy-thumbnails to support new Pillow

Pillow dropped the Image.ANTIALIAS constant.
[
{
  "model": "symposion_conference.section",
  "pk": 1,
  "fields": {
    "conference": 1,
    "name": "Main Conference",
    "slug": "main",
    "start_date": "2023-03-14",
    "end_date": "2023-03-16"
  }
}
]