Changes between Version 14 and Version 15 of Ticket #30021
- Timestamp:
- Dec 8, 2018, 8:23:05 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30021
- Property Needs documentation unset
- Property Easy pickings unset
- Property Triage Stage Unreviewed → Someday/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 16 16 17 17 django/contrib/sites/models.py 18 18 {{{ #!diff 19 19 def get_current(self, request=None): 20 20 """ … … 42 42 "Site.objects.get_current() to fix this error." 43 43 ) 44 }}}