Changes between Version 2 and Version 3 of Ticket #33258
- Timestamp:
- Nov 2, 2021, 6:37:57 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33258
- Property Summary inconsistent use of () and [] for attributes in Admin class - Also class variables → inconsistent use of () and [] for attributes in ModelAdmin class - Also class variables
-
Ticket #33258 – Description
v2 v3 1 In Django's Adminclass, most "lists" are initialized as tuples `()` while two of them (`inlines` and `actions`)are initialized as lists `[]`1 In Django's `ModelAdmin` class, most "lists" are initialized as tuples `()` while two of them (`inlines` and `actions`)are initialized as lists `[]` 2 2 3 3 {{{