Changes between Version 14 and Version 15 of Ticket #30021


Ignore:
Timestamp:
Dec 8, 2018, 8:23:05 AM (5 years ago)
Author:
Tim Graham
Comment:

Proposals for new settings must be made on the DevelopersMailingList.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30021

    • Property Needs documentation unset
    • Property Easy pickings unset
    • Property Triage Stage UnreviewedSomeday/Maybe
    • Property Summary Feature request to allow "mixed mode" Sites operation.Allow contrib.sites to use the request host and fallback to a SITE_ID
  • Ticket #30021 – Description

    v14 v15  
    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