Changes between Initial Version and Version 1 of Ticket #32977


Ignore:
Timestamp:
Jul 31, 2021, 12:10:04 PM (3 years ago)
Author:
Mariusz Felisiak
Comment:

Please don't use Trac as a support channel. Closing per TicketClosingReasons/UseSupportChannels.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32977

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #32977 – Description

    initial v1  
     1{{{
    12        if self.name_format == "First name Last name":
    23            class Meta:       
     
    1112            class Meta:
    1213                ordering = ["first_name","last_name"]
     14}}}
Back to Top