syndication.views.Feed
  • References/Python/Django/API/contrib packages/The syndication feed framework

class views.Feed This example illustrates all possible attributes and methods for a Feed class:

2025-01-10 15:47:30
core.validators.EmailValidator.message
  • References/Python/Django/API/Validators

message The error message used by ValidationError if validation fails. Defaults to "Enter a valid email address"

2025-01-10 15:47:30
gis.geoip.GeoIP.geos()
  • References/Python/Django/API/Geolocation with GeoIP

GeoIP.geos(query) Returns a

2025-01-10 15:47:30
http.HttpRequest.readlines()
  • References/Python/Django/API/Request and response objects

HttpRequest.readlines() [source]

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

deactivate() [source] Unsets the current time zone.

2025-01-10 15:47:30
core.validators.EmailValidator
  • References/Python/Django/API/Validators

class EmailValidator(message=None, code=None, whitelist=None) [source]

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

get_language_bidi() [source] Returns selected language’s BiDi layout:

2025-01-10 15:47:30
postgres.aggregates.BoolOr
  • References/Python/Django/API/PostgreSQL specific aggregation functions

class BoolOr(expression, **extra) [source] Returns True if at least one input

2025-01-10 15:47:30
auth.middleware.AuthenticationMiddleware
  • References/Python/Django/API/Middleware

class AuthenticationMiddleware Adds the user attribute, representing the currently-logged-in user, to every incoming

2025-01-10 15:47:30
GeoDjango Database API
  • References/Python/Django/API/GeoDjango Database API

Spatial Backends GeoDjango currently provides the following spatial database backends: django

2025-01-10 15:47:30