perma icon indicating copy to clipboard operation
perma copied to clipboard

Links with no `created_by`

Open rebeccacremona opened this issue 3 years ago • 1 comments

What's up with these orphaned links?

>>> Link.objects.filter(created_by__isnull=True).count()
188

rebeccacremona avatar Mar 29 '21 19:03 rebeccacremona

In the course of looking into issue 3152, I decided to check this again: the count is still 188, so: it is vanishingly likely that we are still creating links like this.

rebeccacremona avatar Mar 27 '23 20:03 rebeccacremona