File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3+ ##### v1.10.0 (2019-12-22):
4+
5+ - Fix event and speaker image resizing, and add management command to resize event and speaker images which remained to be resized.
6+ Run ` python manage.py fix_event_and_speaker_images ` to resize images which weren't resized due to the bug
7+ - Optimize link generation of relationships with up to 10X speedup
8+ - Add scheduled job to automatically remove orphan ticket holders with no order ID
9+ - Add created and modified times in ticket holder
10+ - Allow new tickets to have same name as deleted tickets
11+ - Fix PayTM payment gateway
12+
313##### v1.9.0 (2019-11-28):
414
515- Fix billing info requirements from attendees
Original file line number Diff line number Diff line change 11from flask import jsonify , Blueprint
22
3- SERVER_VERSION = '1.9 .0'
3+ SERVER_VERSION = '1.10 .0'
44
55info_route = Blueprint ('info' , __name__ )
66_build = {'version' : SERVER_VERSION }
You can’t perform that action at this time.
0 commit comments