admin.models.LogEntry.action_flag
  • References/Python/Django/API/contrib packages/The Django admin site

LogEntry.action_flag The type of action logged: ADDITION, CHANGE, DELETION.

2025-01-10 15:47:30
views.generic.edit.FormMixin.initial
  • References/Python/Django/API/Editing mixins

initial A dictionary containing initial data for the form.

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

Form.required_css_class It’s pretty common to style form rows and fields that are required or have errors. For example, you

2025-01-10 15:47:30
admin.AdminSite.disable_action()
  • References/Python/Django/API/Admin actions

AdminSite.disable_action(name) [source] If you need to disable a site-wide

2025-01-10 15:47:30
auth.models.User.get_all_permissions()
  • References/Python/Django/API/contrib packages/django.contrib.auth

get_all_permissions(obj=None) Returns a set of permission strings that the user has, both through group and user permissions

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
core.files.uploadhandler.FileUploadHandler.file_complete()
  • References/Python/Django/API/File handling/Uploaded Files and Upload Handlers

FileUploadHandler.file_complete(file_size) [source] Called when a file has finished uploading

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

json Returns a string representation of this geometry in JSON format:

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

ModelAdmin.message_user(request, message, level=messages.INFO, extra_tags='', fail_silently=False) [source]

2025-01-10 15:47:30
postgres.aggregates.StringAgg
  • References/Python/Django/API/PostgreSQL specific aggregation functions

class StringAgg(expression, delimiter) [source] Returns the input values concatenated into

2025-01-10 15:47:30