http.HttpResponse.flush()
  • References/Python/Django/API/Request and response objects

HttpResponse.flush() This method makes an HttpResponse instance a file-like object.

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

HttpRequest.is_ajax() [source] Returns True if the request was made via an

2025-01-10 15:47:30
views.generic.dates.DayMixin.get_day_format()
  • References/Python/Django/API/Date-based mixins

get_day_format() [source] Returns the

2025-01-10 15:47:30
db.models.Model.delete()
  • References/Python/Django/API/Models/Model instance reference

Model.delete(using=DEFAULT_DB_ALIAS, keep_parents=False) [source] Issues an SQL DELETE

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

get_current_timezone() [source] Returns a

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

decorator_from_middleware_with_args(middleware_class) [source] Like decorator_from_middleware

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

ugettext_lazy(message)

2025-01-10 15:47:30
gis.geos.PreparedGeometry.covers()
  • References/Python/Django/API/GEOS API

covers(other)

2025-01-10 15:47:30
contenttypes.admin.GenericStackedInline
  • References/Python/Django/API/contrib packages/The contenttypes framework

class GenericStackedInline Subclasses of GenericInlineModelAdmin with stacked and tabular layouts, respectively

2025-01-10 15:47:30
auth.backends.ModelBackend.authenticate()
  • References/Python/Django/API/contrib packages/django.contrib.auth

authenticate(username=None, password=None, **kwargs) Tries to authenticate username with password

2025-01-10 15:47:30