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

LogEntry.content_type The

2025-01-10 15:47:30
forms.TypedChoiceField
  • References/Python/Django/API/Forms/Form fields

class TypedChoiceField(**kwargs) [source] Just like a ChoiceField, except

2025-01-10 15:47:30
core.files.uploadhandler.FileUploadHandler.file_complete()
  • References/Python/Django/API/File handling/Uploaded Files and Upload Handlers

FileUploadHandler.file_complete(file_size) [source] Called when a file has finished uploading

2025-01-10 15:47:30
forms.Field
  • References/Python/Django/API/Forms/Form fields

class Field(**kwargs) [source] When you create a Form class, the most important

2025-01-10 15:47:30
core.files.uploadhandler.TemporaryFileUploadHandler
  • References/Python/Django/API/File handling/Uploaded Files and Upload Handlers

class TemporaryFileUploadHandler [source] Upload handler that streams data into a temporary

2025-01-10 15:47:30
db.connection.creation.create_test_db()
  • References/Python/Django/Guides

create_test_db(verbosity=1, autoclobber=False, serialize=True, keepdb=False) Creates a new test database and runs migrate

2025-01-10 15:47:30
forms.Field.widget
  • References/Python/Django/API/Forms/Form fields

Field.widget The widget argument lets you specify a Widget class to use when rendering this Field

2025-01-10 15:47:30
gis.gdal.Layer.get_geoms()
  • References/Python/Django/API/GDAL API

get_geoms(geos=False) A method that returns a list containing the geometry of each feature in the layer. If the optional argument

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

int_to_base36(i) [source] Converts a positive integer to a base 36 string. On Python 2 i

2025-01-10 15:47:30
forms.ChoiceField.choices
  • References/Python/Django/API/Forms/Form fields

choices Either an iterable (e.g., a list or tuple) of 2-tuples to use as choices for this field, or a callable that returns

2025-01-10 15:47:30