Mark Longair
Mark Longair
Sadly, many candidates in our database have passed away, and at the moment these can only have a date of death set by staff users of the Django admin, on...
This is slightly modified suggestion from a user who was upset to discover someone had added their personal email address to the site, and they didn't know that this had...
We've had a few cases where well-meaning volunteers have tried to change fields where the candidate has wanted a particular value, and there's a risk that other people will come...
... and also add it to the checks done by `candidates_check_for_inconsistent_data` (which could / should use `check_constraints()` anyway?)
Migrated from https://github.com/mysociety/popit/issues/656, essentially. Lots of the things we might want to be able with the site would depend on having some mechanism for allowing user accounts to be verified...
We'd like to get the "description" that goes on the ballot paper correct, now that we know what these are going to be from the Statements of Persons Nominated. When...
(Another case where I was convinced there was an existing ticket but I can't find it - please close as a duplicate if you can...) The original party pages for...
Currently QueuedImage has a CharField that has a choices attribute which contains a reference to 'Democracy Club' - https://github.com/mysociety/yournextrepresentative/blob/master/moderation_queue/models.py#L31-L50 Unfortunately if you change the choices field, Django's migrations code wants...
When people who stood in one constituency move to stand in a different constituency in the next election, it's easy for people to add a new record for that person...