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.edit.FormMixin.get_prefix()
  • References/Python/Django/API/Editing mixins

get_prefix() Determine the

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

Spatial Backends GeoDjango currently provides the following spatial database backends: django

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

ForeignKey.swappable Controls the migration framework’s reaction if this ForeignKey is pointing at a swappable

2025-01-10 15:47:30
views.generic.edit.UpdateView.template_name_suffix
  • References/Python/Django/API/Built-in class-based views API/Generic editing views

template_name_suffix The UpdateView page displayed to a GET request uses a template_name_suffix

2025-01-10 15:47:30
views.i18n.JavaScriptCatalog
  • References/Python/Django/Guides

class JavaScriptCatalog [source] A view that produces a JavaScript code library with functions

2025-01-10 15:47:30
db.models.Expression.set_source_expressions()
  • References/Python/Django/API/Models/Query Expressions

set_source_expressions(expressions) Takes a list of expressions and stores them such that get_source_expressions()

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

localtime(value, timezone=None) [source] Converts an aware

2025-01-10 15:47:30
test.SimpleTestCase.assertRaisesMessage()
  • References/Python/Django/Guides

SimpleTestCase.assertRaisesMessage(expected_exception, expected_message, callable, *args, **kwargs) [source] SimpleTestCase

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

ModelAdmin.delete_view(request, object_id, extra_context=None) [source] Django view for the

2025-01-10 15:47:30