admin.ModelAdmin.get_search_results()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.get_search_results(request, queryset, search_term) [source] The get_search_results

2025-01-10 15:47:30
contenttypes.fields.GenericRelation
  • References/Python/Django/API/contrib packages/The contenttypes framework

class GenericRelation related_query_name The relation on the related object

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

GeoDjango intends to be a world-class geographic Web framework. Its goal is to make it as easy as possible to build GIS Web applications and harness the power of spatially

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

class InlineModelAdmin

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

ModelAdmin.form By default a ModelForm is dynamically created for your model. It is used to create the form presented

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

InlineModelAdmin.get_extra(request, obj=None, **kwargs) Returns the number of extra inline forms to use. By default, returns

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

LogEntry.user The user (an AUTH_USER_MODEL instance) who performed the action.

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

limit Optional. This attribute defines the maximum number of URLs included

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

InlineModelAdmin.verbose_name An override to the verbose_name found in the model’s inner Meta class

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

ModelAdmin.date_hierarchy Set date_hierarchy to the name of a DateField or DateTimeField

2025-01-10 15:47:30