core.serializers.json.DjangoJSONEncoder
  • References/Python/Django/Guides

class django.core.serializers.json.DjangoJSONEncoder The JSON serializer uses DjangoJSONEncoder for encoding. A

2025-01-10 15:47:30
postgres.operations.UnaccentExtension
  • References/Python/Django/API/Database migration operations

class UnaccentExtension [source] Installs the unaccent extension.

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

ModelAdmin.get_list_display(request) [source] The get_list_display method is

2025-01-10 15:47:30
db.models.expressions.When
  • References/Python/Django/API/Models/Conditional Expressions

class When(condition=None, then=None, **lookups) [source] A When() object is

2025-01-10 15:47:30
db.models.Field.is_relation
  • References/Python/Django/API/Models/Model field reference

Field.is_relation Boolean flag that indicates if a field contains references to one or more other models for its functionality

2025-01-10 15:47:30
template.context_processors.static()
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

static() [source] If this processor is enabled, every RequestContext will contain

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

HttpRequest.read(size=None) [source]

2025-01-10 15:47:30
forms.GenericIPAddressField.unpack_ipv4
  • References/Python/Django/API/Forms/Form fields

unpack_ipv4 Unpacks IPv4 mapped addresses like ::ffff:192.0.2.1. If this option is enabled that address would be

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

index A method that returns the index of the given field name. This will be the same for all features in a given layer:

2025-01-10 15:47:30
template.Library.filter()
  • References/Python/Django/Guides: How-tos

django.template.Library.filter() Once you’ve written your filter definition, you need to register it with your Library

2025-01-10 15:47:30