Changes between Initial Version and Version 1 of Ticket #30021, comment 11


Ignore:
Timestamp:
Dec 7, 2018, 9:26:09 PM (6 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30021, comment 11

    initial v1  
    11After more tweaking and plugging it in for test:
    2 
     2{{{ #!python
    33    def get_current(self, request=None):
    44        """
     
    2424            "Site.objects.get_current() to fix this error."
    2525        )
     26}}}
Back to Top