[Django]-How to display IntegerField in django admin? 17 December 2023 by thecoderscamp.com 8👍 ✅ you need to return a string, not an integer. like this: return str(self.day) 👤scytale [Django]-Django – Escaping quotes in a template Source:stackexchange.com