issues
search
maar35
/
film-festival-planner
Visualise screenings of a film festival, add film ratings, plan automatically, manually maintain attendance and tickets.
0
stars
0
forks
source link
Make subsection foreign key
#302
Closed
maar35
closed
4 months ago
maar35
commented
1 year ago
Requirements
[x] Allow loading films with and without valid link to subsection
[x] Set all filled film.subsection instances to NULL in the database
[x] Redefine
Film.subsection
as foreign key, nullable, on delete set null, consider
db_constraint=False
[x] View to reload films when support for subsections is realized => used existing Load Ratings view
[x] Decommission the method to find subsection when present
[x] Add tests
Requirements
Film.subsection
as foreign key, nullable, on delete set null, considerdb_constraint=False