Changes between Initial Version and Version 1 of Ticket #30021, comment 11
- Timestamp:
- Dec 7, 2018, 9:26:09 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30021, comment 11
initial v1 1 1 After more tweaking and plugging it in for test: 2 2 {{{ #!python 3 3 def get_current(self, request=None): 4 4 """ … … 24 24 "Site.objects.get_current() to fix this error." 25 25 ) 26 }}}