postgres.search.SearchRank
  • References/Python/Django/API/Full text search

class SearchRank(vector, query, weights=None) [source] So far, we’ve just returned the results

2025-01-10 15:47:30
gis.gdal.OGRGeometry.boundary()
  • References/Python/Django/API/GDAL API

boundary() The boundary of this geometry, as a new OGRGeometry object.

2025-01-10 15:47:30
http.HttpResponse.closed
  • References/Python/Django/API/Request and response objects

HttpResponse.closed True if the response has been closed.

2025-01-10 15:47:30
auth.validators.UnicodeUsernameValidator
  • References/Python/Django/API/contrib packages/django.contrib.auth

class validators.UnicodeUsernameValidator New in Django 1.10.

2025-01-10 15:47:30
staticfiles.urls.staticfiles_urlpatterns()
  • References/Python/Django/API/contrib packages/The staticfiles app

urls.staticfiles_urlpatterns() This will return the proper URL pattern for serving static files to your already defined pattern

2025-01-10 15:47:30
auth.models.Permission.codename
  • References/Python/Django/API/contrib packages/django.contrib.auth

codename Required. 100 characters or fewer. Example: 'can_vote'.

2025-01-10 15:47:30
forms.SplitDateTimeWidget.time_format
  • References/Python/Django/API/Forms/Widgets

time_format Similar to TimeInput.format

2025-01-10 15:47:30
admin.AdminSite.index_title
  • References/Python/Django/API/contrib packages/The Django admin site

AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”

2025-01-10 15:47:30
views.generic.edit.ProcessFormView.put()
  • References/Python/Django/API/Editing mixins

put(*args, **kwargs) The PUT action is also handled and just passes all parameters through to post()

2025-01-10 15:47:30
views.generic.list.MultipleObjectMixin.paginator_class
  • References/Python/Django/API/Multiple object mixins

paginator_class The paginator class to be used for pagination. By default,

2025-01-10 15:47:30