Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sort in statistics page #3797

Open
milescalabresi opened this issue Jan 7, 2025 · 2 comments
Open

Fix sort in statistics page #3797

milescalabresi opened this issue Jan 7, 2025 · 2 comments

Comments

@milescalabresi
Copy link
Contributor

The /manage/statistics/ page breaks for some sites' data (e.g., Yale @ 2025-01-06 21:35:27). The issue is some sorting issue with None entries sneaking in

@willgearty
Copy link
Member

Broken on Stanford's site, too

@hwatheod
Copy link
Contributor

hwatheod commented Jan 7, 2025

Request Method: 	GET
Request URL: 	https://www.stanfordesp.org/manage/statistics/
Django Version: 	1.11.29
Exception Type: 	TypeError
Exception Value: 	

'<' not supported between instances of 'NoneType' and 'str'

Exception Location: 	/lu/sites/stanford/esp/esp/program/forms.py in get_school_choices, line 253

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants