There are database string values that are sometimes stored with unnecessary spaces: "SDF@#$#@ 132423"
Given the value without spaces in the UI of a program: "SDF@#$#@132423"
How could I do a Django queryset filter to find the Database value (with spaces) from the UI input value sans spaces?