utils.feedgenerator.RssUserland091Feed
  • References/Python/Django/API/Django Utils

class RssUserland091Feed(RssFeed) [source] Spec:

2025-01-10 15:47:30
utils.translation.get_language()
  • References/Python/Django/API/Django Utils

get_language() [source] Returns the currently selected language code. Returns None

2025-01-10 15:47:30
utils.http.urlencode()
  • References/Python/Django/API/Django Utils

urlencode(query, doseq=0) [source] A version of Python’s urllib.urlencode() function that

2025-01-10 15:47:30
utils.translation.pgettext()
  • References/Python/Django/API/Django Utils

pgettext(context, message) [source] Translates message given the context

2025-01-10 15:47:30
utils.timezone.get_default_timezone()
  • References/Python/Django/API/Django Utils

get_default_timezone() [source] Returns a

2025-01-10 15:47:30
utils.encoding.smart_bytes()
  • References/Python/Django/API/Django Utils

smart_bytes(s, encoding='utf-8', strings_only=False, errors='strict') [source] Returns a

2025-01-10 15:47:30
utils.timezone.activate()
  • References/Python/Django/API/Django Utils

activate(timezone) [source] Sets the current time zone.

2025-01-10 15:47:30
utils.translation.gettext_noop()
  • References/Python/Django/API/Django Utils

gettext_noop(message) [source]

2025-01-10 15:47:30
utils.http.urlsafe_base64_encode()
  • References/Python/Django/API/Django Utils

urlsafe_base64_encode(s) [source] Encodes a bytestring in base64 for use in URLs, stripping

2025-01-10 15:47:30
utils.timezone.get_current_timezone_name()
  • References/Python/Django/API/Django Utils

get_current_timezone_name() [source] Returns the name of the current

2025-01-10 15:47:30