Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
4e1feddb45
new name @property in List model, replete w. proper testing in tests.test_models
94a161fe09
List objects now container owner values, saved upon creation, linked to user fk; apps.dashboard.views updated accordingly; 36 UTs passing (2 new)
6c0e9bb6ec
new_list() FBV tries to assign List owner, but List() model has no such attr
c176fe6cb3
new UT ensures correct list ownership from apps.dashboard.views
fad8657c97
placeholder view & code for my_lists.html implemented