apps.AppConfig.get_models()
  • References/Python/Django/API/Applications

AppConfig.get_models() [source] Returns an iterable of

2025-01-10 15:47:30
http.HttpResponse.set_cookie()
  • References/Python/Django/API/Request and response objects

HttpResponse.set_cookie(key, value='', max_age=None, expires=None, path='/', domain=None, secure=None, httponly=False) Sets

2025-01-10 15:47:30
http.StreamingHttpResponse.streaming_content
  • References/Python/Django/API/Request and response objects

StreamingHttpResponse.streaming_content An iterator of strings representing the content.

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

Field.error_messages The error_messages argument lets you override the default messages that the field will raise

2025-01-10 15:47:30
urls.ResolverMatch.kwargs
  • References/Python/Django/API/django.urls utility functions

kwargs The keyword arguments that would be passed to the view function, as parsed from the URL.

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

ModelAdmin.get_prepopulated_fields(request, obj=None) The get_prepopulated_fields method is given the HttpRequest

2025-01-10 15:47:30
gis.db.models.GeoQuerySet.num_points()
  • References/Python/Django/API/GeoQuerySet API Reference

GeoQuerySet.num_points(**kwargs) Deprecated since version 1.9: Use

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

class FloatField(**options) [source] A floating-point number represented in Python by a float

2025-01-10 15:47:30
core.files.File.multiple_chunks()
  • References/Python/Django/API/File handling/The File object

multiple_chunks(chunk_size=None) [source] Returns True if the file is large

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

OneToOneField.parent_link When True and used in a model which inherits from another concrete

2025-01-10 15:47:30