Changes between Version 10 and Version 13 of Ticket #30021


Ignore:
Timestamp:
Dec 7, 2018, 9:27:06 PM (5 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30021 – Description

    v10 v13  
    1616 
    1717django/contrib/sites/models.py
    18 
     18{{{ #!diff
    1919    def get_current(self, request=None):
    2020        """
     
    4242            "Site.objects.get_current() to fix this error."
    4343)
     44}}}
Back to Top