http.StreamingHttpResponse.reason_phrase
  • References/Python/Django/API/Request and response objects

StreamingHttpResponse.reason_phrase The HTTP reason phrase for the response.

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

gettext(message) [source] Translates message and returns it in a UTF-8 bytestring

2025-01-10 15:47:30
views.generic.dates.YearArchiveView.make_object_list
  • References/Python/Django/API/Built-in class-based views API/Generic date views

make_object_list A boolean specifying whether to retrieve the full list of objects for this year and pass those to the template

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

slugify(allow_unicode=False) [source] Converts to ASCII if allow_unicode is

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

deactivate() [source] Deactivates the currently active translation object so that further

2025-01-10 15:47:30
db.models.Options.select_on_save
  • References/Python/Django/API/Models/Model Meta options

Options.select_on_save Determines if Django will use the pre-1.6

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

class UpdateCacheMiddleware [source]

2025-01-10 15:47:30
views.generic.base.ContextMixin.get_context_data()
  • References/Python/Django/API/Simple mixins

get_context_data(**kwargs) Returns a dictionary representing the template context. The keyword arguments provided will make

2025-01-10 15:47:30
forms.Form.auto_id
  • References/Python/Django/API/Forms/The Forms API

Form.auto_id By default, the form rendering methods include: HTML id

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