I am using the out-of-the-box django admin search on my django model. One of my use cases is to look up an object from a barcode scan. The problem is that the barcodes have a bunch of leading zeroes, which prevent the query from returning the correct barcode. I am using the out-of-the-box django admin sear