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

class CheckboxInput [source] Checkbox: <input type='checkbox' ...>

2025-01-10 15:47:30
db.models.Model.get_deferred_fields()
  • References/Python/Django/API/Models/Model instance reference

Model.get_deferred_fields() [source] A helper method that returns a set containing the attribute

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

ModelAdmin.filter_vertical Same as

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

class GeoManager The GeoManager is required in order to use the legacy GeoQuerySet Methods

2025-01-10 15:47:30
views.decorators.http.require_POST()
  • References/Python/Django/Guides

require_POST() Decorator to require that a view only accepts the POST method.

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

class IntegerField(**kwargs) [source] Default widget:

2025-01-10 15:47:30
db.models.functions.Concat
  • References/Python/Django/API/Models/Database Functions

class Concat(*expressions, **extra) [source] Accepts a list of at least two text fields or

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

get_group_by_cols() Responsible for returning the list of columns references by this expression. get_group_by_cols()

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

GEOSGeometry.covers(other) New in Django 1.10. Returns

2025-01-10 15:47:30
Form and field validation
  • References/Python/Django/API/Forms/Form and field validation

Form validation happens when the data is cleaned. If you want to customize this process, there are various places to make changes, each one serving a different purpose. Three

2025-01-10 15:47:30