1👍
✅
I don’t know where you got that idea. Tuples and lists are interchangeable for most purposes in Python, and Django is no exception. Both are valid for all of these uses.
0👍
What I can think of is since, tuples can not be changed after creation this ensures that there is no dynamic changes on them as is not the case in the list. So, if in any case you want to change the ordering field you can do it dynamically.
- [Answer]-Many-to-many relationship and function parameter's default value
- [Answer]-Django – Create Category Views doesn't create Column
Source:stackexchange.com