Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move method to update Concertlogs to Concertlogs class. | Harald Eilertsen | 2021-06-13 | 1 | -0/+22 |
| | |||||
* | Fix misc Psalm issues. | Harald Eilertsen | 2021-06-12 | 1 | -1/+1 |
| | |||||
* | Add instance methods to Concertlogs. | Harald Eilertsen | 2021-05-26 | 1 | -0/+33 |
| | | | | | | This allows us to instantiate a Concertlogs objects just as with Concert and Venue objects. Also add a few instance methods to get the assigned user for a given role, and get the role assigned to a given user. | ||||
* | Remove debug log from concertlogs | Harald Eilertsen | 2021-05-25 | 1 | -1/+0 |
| | |||||
* | Add method to get assigned user for concertlogs | Harald Eilertsen | 2021-05-25 | 1 | -0/+20 |
| | |||||
* | Use select_field in adminactions form. | Harald Eilertsen | 2021-05-25 | 1 | -0/+12 |
| | | | | | Also add a `get_status` method to the Concertlogs class, returning the press status for a given concert_id. | ||||
* | Auto fixup missing return types by Psalm | Harald Eilertsen | 2021-05-08 | 1 | -1/+3 |
| | |||||
* | Switch to Reuse for license handling. | Harald Eilertsen | 2021-04-14 | 1 | -16/+5 |
| | | | | Run `reuse lint` to verify that all material is licensed. | ||||
* | Add Concertlogs class. | Harald Eilertsen | 2021-04-01 | 1 | -0/+38 |
Only one method so far, to insert a default entry for a given concert during import. |