Annotate lesson_periods with whether they have documentation.
Advances #9. An alternative way of writing… foo.filter(a, ~Q(b)) … is… foo.filter(a).exclude(b) … if this way is disturbing to the reader.
Please register or sign in to comment
Advances #9. An alternative way of writing… foo.filter(a, ~Q(b)) … is… foo.filter(a).exclude(b) … if this way is disturbing to the reader.