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

LogEntry.change_message The detailed description of the modification. In the case of an edit, for example, the message contains

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

ModelAdmin.list_per_page Set list_per_page to control how many items appear on each paginated admin change list

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

ModelAdmin.get_fields(request, obj=None) [source] The get_fields method is given

2025-01-10 15:47:30
sitemaps.ping_google()
  • References/Python/Django/API/contrib packages/The sitemap framework

ping_google() [source] ping_google() takes an optional argument, sitemap_url

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

get_group_permissions(obj=None) Returns a set of permission strings that the user has, through their groups.

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

check_password(raw_password) Returns True if the given raw string is the correct password for the user. (This takes

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

PostgreSQL has a number of features which are not shared by the other databases Django supports. This optional module contains model fields and form fields for a number of

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

ModelAdmin.delete_model(request, obj) [source] The delete_model method is given

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

ModelAdmin.save_related(request, form, formsets, change) [source] The save_related

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

class TabularInline [source]

2025-01-10 15:47:30