Commit Graph

13 Commits

Author SHA1 Message Date
e11e12307a Improve various admin pages performance using select/prefetch related 2024-08-09 01:47:32 -04:00
02777265b0 Switch from Black to Ruff for formatting, add linting/import sorting 2024-01-18 14:21:36 -05:00
e03b9e3c70 Always show admin facet counts in most models with filters
New feature in Django 5.0

Didn't enable always on HIDEvent admin, as the table size is relatively large
2023-12-04 13:09:13 -05:00
e2eca77827 rentals: Remove list editable fields Locker Info admin
Have already done the bulk input, so this is just likely to cause
accidental changes now
2023-03-28 12:54:27 -04:00
d56c505c6e rentals: Improve performance of Locker Info admin 2023-03-28 12:54:27 -04:00
fb738441d2 [rentals] Show notes in changelist of LockerInfo 2022-02-18 15:35:03 -05:00
6326972b8f [rentals] Make LockerInfo blind code and bitting code editable in changelist 2022-02-18 15:33:27 -05:00
8b5489bc6f [rentals] Use select_related in LockerInfo admin to improve load times 2022-02-18 13:18:36 -05:00
24e8bf819b [rentals] Store more info on lockers and allow editing via front end 2022-02-16 17:12:30 -05:00
78f5d79e01 Add search fields for locker rentals 2022-01-28 16:03:58 -05:00
91255cb06c rentals: Change numbering scheme to match reality 2022-01-27 17:14:44 -05:00
ecdd2f861c Add and apply black formatter 2022-01-25 00:56:30 -05:00
0d34d4832a Add first attempt at locker rental management 2022-01-25 00:56:11 -05:00