forms.URLInput
  • References/Python/Django/API/Forms/Widgets

class URLInput [source] Text input: <input type="url" ...>

2025-01-10 15:47:30
views.generic.edit.DeletionMixin.get_success_url()
  • References/Python/Django/API/Editing mixins

get_success_url() Returns the url to redirect to when the nominated object has been successfully deleted. Returns success_url

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

class SplitArrayField(base_field, size, remove_trailing_nulls=False) [source] This field

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

class FloatRangeField [source] Based on

2025-01-10 15:47:30
gis.db.models.GeometryCollectionField
  • References/Python/Django/API/GeoDjango Model API

class GeometryCollectionField

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

get_day_format() [source] Returns the

2025-01-10 15:47:30
db.models.query.QuerySet.create()
  • References/Python/Django/API/Models/QuerySet API reference

create(**kwargs) A convenience method for creating an object and saving it all in one step. Thus:

2025-01-10 15:47:30
db.models.Options.unique_together
  • References/Python/Django/API/Models/Model Meta options

Options.unique_together Sets of field names that, taken together, must be unique:

2025-01-10 15:47:30
postgres.aggregates.RegrAvgY
  • References/Python/Django/API/PostgreSQL specific aggregation functions

class RegrAvgY(y, x) [source] Returns the average of the dependent variable (sum(y)/N)

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

get_current_timezone() [source] Returns a

2025-01-10 15:47:30