admin.InlineModelAdmin.template
  • References/Python/Django/API/contrib packages/The Django admin site

InlineModelAdmin.template The template used to render the inline on the page.

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

import_string(dotted_path) [source] Imports a dotted module path and returns the attribute/class

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

get_max_age(response) [source] Returns the max-age from the response Cache-Control header

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

HttpRequest.META A standard Python dictionary containing all available HTTP headers. Available headers depend on the client

2025-01-10 15:47:30
postgres.functions.TransactionNow
  • References/Python/Django/API/PostgreSQL specific database functions

class TransactionNow [source] New in Django 1

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

ModelAdmin.empty_value_display New in Django 1.9. This

2025-01-10 15:47:30
gis.db.models.GeoQuerySet.geojson()
  • References/Python/Django/API/GeoQuerySet API Reference

GeoQuerySet.geojson(**kwargs) Deprecated since version 1.9: Use

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

RemoteUserBackend.clean_username(username) Performs any cleaning on the username (e.g. stripping LDAP DN information)

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

string_concat(*strings) Lazy variant of string concatenation, needed for translations that are constructed from multiple parts

2025-01-10 15:47:30
gis.gdal.Field.width
  • References/Python/Django/API/GDAL API

width Returns the width of this field: >>>

2025-01-10 15:47:30