db.models.Func.template
  • References/Python/Django/API/Models/Query Expressions

template A class attribute, as a format string, that describes the SQL that is generated for this function. Defaults to

2025-01-10 15:47:30
views.generic.dates.BaseDateListView.get_dated_queryset()
  • References/Python/Django/API/Date-based mixins

get_dated_queryset(**lookup) [source] Returns a queryset, filtered using the query arguments

2025-01-10 15:47:30
core.files.storage.Storage.get_valid_name()
  • References/Python/Django/API/File handling/File storage API

get_valid_name(name) [source] Returns a filename based on the name parameter

2025-01-10 15:47:30
middleware.gzip.GZipMiddleware
  • References/Python/Django/API/Middleware

class GZipMiddleware [source] Warning

2025-01-10 15:47:30
views.generic.dates.BaseDateListView.get_date_list_period()
  • References/Python/Django/API/Date-based mixins

get_date_list_period() [source] Returns the aggregation period for date_list

2025-01-10 15:47:30
views.generic.detail.SingleObjectMixin.slug_field
  • References/Python/Django/API/Single object mixins

slug_field The name of the field on the model that contains the slug. By default, slug_field is 'slug'

2025-01-10 15:47:30
test.Client
  • References/Python/Django/Guides

class Client(enforce_csrf_checks=False, **defaults) [source] It requires no arguments at

2025-01-10 15:47:30
views.generic.dates.BaseDateListView
  • References/Python/Django/API/Date-based mixins

class BaseDateListView [source] A base class that provides common behavior for all date-based

2025-01-10 15:47:30
db.transaction.savepoint_rollback()
  • References/Python/Django/Guides

savepoint_rollback(sid, using=None) [source] Rolls back the transaction to savepoint sid

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

gettext(message) [source] Translates message and returns it in a UTF-8 bytestring

2025-01-10 15:47:30