test.runner.DiscoverRunner.build_suite()
  • References/Python/Django/Guides

DiscoverRunner.build_suite(test_labels, extra_tests=None, **kwargs) Constructs a test suite that matches the test labels provided

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

SimpleTestCase.settings() [source] For testing purposes it’s often useful to change a setting

2025-01-10 15:47:30
gis.gdal.OGRGeometry.geom_count
  • References/Python/Django/API/GDAL API

geom_count Returns the number of elements in this geometry:

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

FileField.upload_to This attribute provides a way of setting the upload directory and file name, and can be set in two ways

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
views.i18n.JavaScriptCatalog.domain
  • References/Python/Django/Guides

domain Translation domain containing strings to add in the view output. Defaults to 'djangojs'.

2025-01-10 15:47:30
urls.resolve()
  • References/Python/Django/API/django.urls utility functions

resolve(path, urlconf=None) [source] path is the URL path you want to resolve

2025-01-10 15:47:30
postgres.forms.SimpleArrayField.delimiter
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

delimiter This is an optional argument which defaults to a comma: ,. This value is used to split the submitted

2025-01-10 15:47:30
gis.geos.GEOSGeometry.envelope
  • References/Python/Django/API/GEOS API

GEOSGeometry.envelope Returns a Polygon that represents the bounding envelope of this geometry. Note that it can

2025-01-10 15:47:30
forms.SelectDateWidget.months
  • References/Python/Django/API/Forms/Widgets

months An optional dict of months to use in the “months” select box. The keys of the dict correspond

2025-01-10 15:47:30