Changes between Initial Version and Version 1 of Ticket #32977
- Timestamp:
- Jul 31, 2021, 12:10:04 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32977
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #32977 – Description
initial v1 1 {{{ 1 2 if self.name_format == "First name Last name": 2 3 class Meta: … … 11 12 class Meta: 12 13 ordering = ["first_name","last_name"] 14 }}}