argparse.Action
django.contrib.gis.management.commands.ogrinspect.LayerOptionAction
- Custom argparse action for the ogrinspect
layer_key
keyword option which may be an integer or a string.django.contrib.gis.management.commands.ogrinspect.ListOptionAction
- Custom argparse action for ogrinspect
keywords that require a string list. If the string is 'True'/'true' then the option value will be a boolean instead.argparse.ArgumentParser
django.core.management.base.CommandParser
- Customized ArgumentParser class to improve some error messages and prevent SystemExit in several occasions, as SystemExit is unacceptable when a command is called programmatically.argparse.HelpFormatter
django.core.management.base.DjangoHelpFormatter
- Customized formatter so that command-specific arguments appear in the --help output before arguments common to all commands.BaseException
django.templatetags.tz.UnknownTimezoneException
- Undocumentedclassmethod
django.utils.decorators.classonlymethod
- Undocumentedcollections.abc.Mapping
django.utils.datastructures.CaseInsensitiveMapping
- Mapping allowing case-insensitive key lookups. Original case of keys is preserved for iteration and string representation.django.http.request.HttpHeaders
- No class docstring; 0/2 constant, 1/2 method, 0/1 class method documenteddjango.http.response.ResponseHeaders
- No class docstring; 0/1 instance variable, 2/6 methods documentedcollections.abc.Sequence
django.core.paginator.Page
- No class docstring; 0/3 instance variable, 2/11 methods documentedcollections.UserList
django.forms.utils.ErrorList
- A collection of errors that knows how to display itself in various formats.django.contrib.admin.helpers.AdminErrorList
- Store errors for the form/formsets in an add/change view.contextlib.ContextDecorator
django.db.transaction.Atomic
- Guarantee the atomic execution of a given block.django.utils.timezone.override
- Temporarily set the time zone for the current thread.django.utils.translation.override
- Undocumentedctypes.c_char_p
django.contrib.gis.gdal.prototypes.generation.gdal_char_p
- Undocumenteddjango.contrib.gis.geos.prototypes.geom.geos_char_p
- Undocumentedctypes.Structure
django.contrib.gis.gdal.envelope.OGREnvelope
- Represent the OGREnvelope C Structure.django.contrib.gis.geos.libgeos.GEOSContextHandle_t
- Undocumenteddjango.contrib.gis.geos.libgeos.GEOSCoordSeq_t
- Undocumenteddjango.contrib.gis.geos.libgeos.GEOSGeom_t
- Undocumenteddjango.contrib.gis.geos.libgeos.GEOSPrepGeom_t
- Undocumenteddjango.contrib.gis.geos.prototypes.io.WKBReader_st
- Undocumenteddjango.contrib.gis.geos.prototypes.io.WKBWriter_st
- Undocumenteddjango.contrib.gis.geos.prototypes.io.WKTReader_st
- Undocumenteddjango.contrib.gis.geos.prototypes.io.WKTWriter_st
- Undocumenteddjango.core.files.locks._OFFSET
- Undocumenteddjango.core.files.locks.OVERLAPPED
- Undocumentedctypes.Union
django.core.files.locks._OFFSET_UNION
- Undocumenteddatetime.date
django.utils.datetime_safe.date
- Undocumenteddatetime.datetime
django.db.backends.oracle.utils.Oracle_datetime
- A datetime object, with an additional class attribute to tell cx_Oracle to save the microseconds too.django.templatetags.tz.datetimeobject
- Undocumenteddjango.utils.datetime_safe.datetime
- UndocumentedDeprecationWarning
django.utils.deprecation.RemovedInDjango41Warning
- Undocumenteddict
django.forms.utils.ErrorDict
- A collection of errors that knows how to display itself in various formats.django.template.context.ContextDict
- Undocumenteddjango.utils.datastructures.DictWrapper
- Wrap accesses to a dictionary so that certain values (those starting with the specified prefix) are passed through a function before being returned. The prefix is removed before looking up the real value.django.utils.datastructures.MultiValueDict
- A subclass of dictionary customized to handle multiple values for the same key.django.http.QueryDict
- A specialized MultiValueDict which represents a query string.django.apps.AppConfig
- Class representing a Django application and its configuration.django.contrib.admin.apps.SimpleAdminConfig
- Simple AppConfig which does not do automatic discovery.django.contrib.admin.apps.AdminConfig
- The default AppConfig for admin which does autodiscovery.django.contrib.admindocs.apps.AdminDocsConfig
- Undocumenteddjango.contrib.auth.apps.AuthConfig
- Undocumenteddjango.contrib.contenttypes.apps.ContentTypesConfig
- Undocumenteddjango.contrib.flatpages.apps.FlatPagesConfig
- Undocumenteddjango.contrib.gis.apps.GISConfig
- Undocumenteddjango.contrib.humanize.apps.HumanizeConfig
- Undocumenteddjango.contrib.messages.apps.MessagesConfig
- Undocumenteddjango.contrib.postgres.apps.PostgresConfig
- Undocumenteddjango.contrib.redirects.apps.RedirectsConfig
- Undocumenteddjango.contrib.sessions.apps.SessionsConfig
- Undocumenteddjango.contrib.sitemaps.apps.SiteMapsConfig
- Undocumenteddjango.contrib.sites.apps.SitesConfig
- Undocumenteddjango.contrib.staticfiles.apps.StaticFilesConfig
- Undocumenteddjango.contrib.syndication.apps.SyndicationConfig
- Undocumenteddjango.db.migrations.state.AppConfigStub
- Stub of an AppConfig. Only provides a label and a dict of models.django.apps.registry.Apps
- A registry that stores the configuration of installed applications.django.db.migrations.state.StateApps
- Subclass of the global Apps registry class to better handle dynamic model additions and removals.django.conf.Settings
- Undocumenteddjango.conf.UserSettingsHolder
- Holder for user configured settings.django.contrib.admin.AdminSite
- No summarydjango.contrib.admin.checks.BaseModelAdminChecks
- No class docstring; 23/27 methods documenteddjango.contrib.admin.checks.InlineModelAdminChecks
- No class docstring; 4/7 methods documenteddjango.contrib.admin.checks.ModelAdminChecks
- No class docstring; 15/20 methods documenteddjango.contrib.admin.helpers.AdminField
- Undocumenteddjango.contrib.admin.helpers.AdminForm
- Undocumenteddjango.contrib.admin.helpers.InlineAdminForm
- A wrapper around an inline form for use in the admin system.django.contrib.admin.helpers.AdminReadonlyField
- Undocumenteddjango.contrib.admin.helpers.Fieldline
- Undocumenteddjango.contrib.admin.helpers.Fieldset
- Undocumenteddjango.contrib.admin.helpers.InlineFieldset
- Undocumenteddjango.contrib.admin.helpers.InlineAdminFormSet
- A wrapper around an inline formset for use in the admin system.django.contrib.admin.ListFilter
- No class docstring; 0/1 instance variable, 0/2 class variable, 4/5 methods documenteddjango.contrib.admin.FieldListFilter
- Undocumenteddjango.contrib.admin.AllValuesFieldListFilter
- Undocumenteddjango.contrib.admin.BooleanFieldListFilter
- Undocumenteddjango.contrib.admin.ChoicesFieldListFilter
- Undocumenteddjango.contrib.admin.DateFieldListFilter
- Undocumenteddjango.contrib.admin.EmptyFieldListFilter
- Undocumenteddjango.contrib.admin.RelatedFieldListFilter
- No class docstring; 1/1 property, 0/8 instance variable, 1/6 method documenteddjango.contrib.admin.RelatedOnlyFieldListFilter
- Undocumenteddjango.contrib.admin.SimpleListFilter
- No class docstring; 0/1 instance variable, 0/1 class variable, 2/6 methods documenteddjango.contrib.admin.models.LogEntry.Meta
- Undocumenteddjango.contrib.admin.options.BaseModelAdmin
- Functionality common to both ModelAdmin and InlineAdmin.django.contrib.admin.ModelAdmin
- Encapsulate all admin options and functionality for a given model.django.contrib.auth.admin.GroupAdmin
- Undocumenteddjango.contrib.auth.admin.UserAdmin
- No class docstring; 0/9 class variable, 2/8 methods documenteddjango.contrib.flatpages.admin.FlatPageAdmin
- Undocumenteddjango.contrib.gis.admin.GeoModelAdmin
- The administration options class for Geographic models. Map settings may be overloaded from their defaults to create custom maps.django.contrib.gis.admin.OSMGeoAdmin
- Undocumenteddjango.contrib.gis.admin.GISModelAdmin
- Undocumenteddjango.contrib.redirects.admin.RedirectAdmin
- Undocumenteddjango.contrib.sites.admin.SiteAdmin
- Undocumenteddjango.contrib.admin.options.InlineModelAdmin
- Options for inline editing of model instances.django.contrib.admin.StackedInline
- Undocumenteddjango.contrib.admin.TabularInline
- Undocumenteddjango.contrib.contenttypes.admin.GenericInlineModelAdmin
- Undocumenteddjango.contrib.contenttypes.admin.GenericStackedInline
- Undocumenteddjango.contrib.contenttypes.admin.GenericTabularInline
- Undocumenteddjango.contrib.admin.views.main.ChangeList
- No class docstring; 0/38 instance variable, 5/15 methods documenteddjango.contrib.admin.widgets.AdminDateWidget.Media
- Undocumenteddjango.contrib.admin.widgets.AdminTimeWidget.Media
- Undocumenteddjango.contrib.admin.widgets.AutocompleteMixin
- Select widget mixin that loads options from AutocompleteJsonView via AJAX.django.contrib.admin.widgets.AutocompleteSelect
- Undocumenteddjango.contrib.admin.widgets.AutocompleteSelectMultiple
- Undocumenteddjango.contrib.admin.widgets.FilteredSelectMultiple.Media
- Undocumenteddjango.contrib.auth.backends.BaseBackend
- Undocumenteddjango.contrib.auth.backends.ModelBackend
- Authenticates against settings.AUTH_USER_MODEL.django.contrib.auth.backends.AllowAllUsersModelBackend
- Undocumenteddjango.contrib.auth.backends.RemoteUserBackend
- This backend is to be used in conjunction with the RemoteUserMiddleware found in the middleware module of this package, and is used when the server is handling authentication outside of Django.django.contrib.auth.backends.AllowAllUsersRemoteUserBackend
- Undocumenteddjango.contrib.auth.base_user.AbstractBaseUser.Meta
- Undocumenteddjango.contrib.auth.context_processors.PermLookupDict
- Undocumenteddjango.contrib.auth.context_processors.PermWrapper
- No class docstring; 0/1 instance variable, 1/5 method documenteddjango.contrib.auth.forms.UserChangeForm.Meta
- Undocumenteddjango.contrib.auth.forms.UserCreationForm.Meta
- Undocumenteddjango.contrib.auth.hashers.BasePasswordHasher
- Abstract base class for password hashersdjango.contrib.auth.hashers.Argon2PasswordHasher
- Secure password hashing using the argon2 algorithm.django.contrib.auth.hashers.BCryptSHA256PasswordHasher
- Secure password hashing using the bcrypt algorithm (recommended)django.contrib.auth.hashers.BCryptPasswordHasher
- Secure password hashing using the bcrypt algorithmdjango.contrib.auth.hashers.CryptPasswordHasher
- Password hashing using UNIX crypt (not recommended)django.contrib.auth.hashers.MD5PasswordHasher
- The Salted MD5 password hashing algorithm (not recommended)django.contrib.auth.hashers.PBKDF2PasswordHasher
- Secure password hashing using the PBKDF2 algorithm (recommended)django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher
- No summarydjango.contrib.auth.hashers.ScryptPasswordHasher
- Secure password hashing using the Scrypt algorithm.django.contrib.auth.hashers.SHA1PasswordHasher
- The SHA1 password hashing algorithm (not recommended)django.contrib.auth.hashers.UnsaltedMD5PasswordHasher
- Incredibly insecure algorithm that you should never use; stores unsalted MD5 hashes without the algorithm prefix, also accepts MD5 hashes with an empty salt.django.contrib.auth.hashers.UnsaltedSHA1PasswordHasher
- Very insecure algorithm that you should never use; store SHA1 hashes with an empty salt.django.contrib.auth.mixins.AccessMixin
- Abstract CBV mixin that gives access mixins the same customizable functionality.django.contrib.auth.mixins.LoginRequiredMixin
- Verify that the current user is authenticated.django.contrib.auth.mixins.PermissionRequiredMixin
- Verify that the current user has all specified permissions.django.contrib.auth.mixins.UserPassesTestMixin
- Deny a request with a permission error if the test_func() method returns False.django.contrib.auth.models.AbstractUser.Meta
- Undocumenteddjango.contrib.auth.models.User.Meta
- Undocumenteddjango.contrib.auth.models.AnonymousUser
- Undocumenteddjango.contrib.auth.models.Group.Meta
- Undocumenteddjango.contrib.auth.models.Permission.Meta
- Undocumenteddjango.contrib.auth.models.PermissionsMixin.Meta
- Undocumenteddjango.contrib.auth.password_validation.CommonPasswordValidator
- Validate whether the password is a common password.django.contrib.auth.password_validation.MinimumLengthValidator
- Validate whether the password is of a minimum length.django.contrib.auth.password_validation.NumericPasswordValidator
- Validate whether the password is alphanumeric.django.contrib.auth.password_validation.UserAttributeSimilarityValidator
- Validate whether the password is sufficiently different from the user's attributes.django.contrib.auth.tokens.PasswordResetTokenGenerator
- Strategy object used to generate and check tokens for the password reset mechanism.django.contrib.auth.views.PasswordContextMixin
- Undocumenteddjango.contrib.auth.views.PasswordChangeDoneView
- Undocumenteddjango.contrib.auth.views.PasswordChangeView
- Undocumenteddjango.contrib.auth.views.PasswordResetCompleteView
- Undocumenteddjango.contrib.auth.views.PasswordResetConfirmView
- Undocumenteddjango.contrib.auth.views.PasswordResetDoneView
- Undocumenteddjango.contrib.auth.views.PasswordResetView
- Undocumenteddjango.contrib.auth.views.SuccessURLAllowedHostsMixin
- Undocumenteddjango.contrib.auth.views.LoginView
- Display the login form and handle the login action.django.contrib.auth.views.LogoutView
- Log out the user and display the 'You are logged out' message.django.contrib.contenttypes.models.ContentType.Meta
- Undocumenteddjango.contrib.flatpages.forms.FlatpageForm.Meta
- Undocumenteddjango.contrib.flatpages.models.FlatPage.Meta
- Undocumenteddjango.contrib.gis.admin.options.GeoModelAdminMixin
- Undocumenteddjango.contrib.gis.admin.GISModelAdmin
- Undocumenteddjango.contrib.gis.db.backends.base.adapter.WKTAdapter
- An adaptor for Geometries sent to the MySQL and Oracle database backends.django.contrib.gis.db.backends.oracle.adapter.OracleSpatialAdapter
- No class docstring; 0/2 instance variable, 1/1 method, 0/1 static method, 2/2 class methods documenteddjango.contrib.gis.db.backends.spatialite.adapter.SpatiaLiteAdapter
- SQLite adapter for geometry objects.django.contrib.gis.db.backends.base.features.BaseSpatialFeatures
- Undocumenteddjango.contrib.gis.db.backends.mysql.features.DatabaseFeatures
- Undocumenteddjango.contrib.gis.db.backends.oracle.features.DatabaseFeatures
- Undocumenteddjango.contrib.gis.db.backends.postgis.features.DatabaseFeatures
- Undocumenteddjango.contrib.gis.db.backends.spatialite.features.DatabaseFeatures
- Undocumenteddjango.contrib.gis.db.backends.base.models.SpatialRefSysMixin
- The SpatialRefSysMixin is a class used by the database-dependent SpatialRefSys objects to reduce redundant code.django.contrib.gis.db.backends.oracle.models.OracleSpatialRefSys
- Maps to the Oracle MDSYS.CS_SRS table.django.contrib.gis.db.backends.postgis.models.PostGISSpatialRefSys
- The 'spatial_ref_sys' table from PostGIS. See the PostGIS documentation at Ch. 4.2.1.django.contrib.gis.db.backends.spatialite.models.SpatialiteSpatialRefSys
- The 'spatial_ref_sys' table from SpatiaLite.django.contrib.gis.db.backends.base.operations.BaseSpatialOperations
- No class docstring; 0/1 property, 0/13 class variable, 3/15 methods documenteddjango.contrib.gis.db.backends.mysql.operations.MySQLOperations
- Undocumenteddjango.contrib.gis.db.backends.oracle.operations.OracleOperations
- No class docstring; 0/10 class variable, 4/11 methods documenteddjango.contrib.gis.db.backends.postgis.operations.PostGISOperations
- No class docstring; 1/2 property, 0/14 class variable, 14/20 methods, 0/1 static method documenteddjango.contrib.gis.db.backends.spatialite.operations.SpatiaLiteOperations
- No class docstring; 1/2 property, 0/11 class variable, 12/15 methods documenteddjango.contrib.gis.db.backends.oracle.models.OracleGeometryColumns.Meta
- Undocumenteddjango.contrib.gis.db.backends.oracle.models.OracleSpatialRefSys.Meta
- Undocumenteddjango.contrib.gis.db.backends.postgis.adapter.PostGISAdapter
- No class docstring; 0/5 instance variable, 4/7 methods, 0/1 class method documenteddjango.contrib.gis.db.backends.postgis.models.PostGISGeometryColumns.Meta
- Undocumenteddjango.contrib.gis.db.backends.postgis.models.PostGISSpatialRefSys.Meta
- Undocumenteddjango.contrib.gis.db.backends.spatialite.models.SpatialiteGeometryColumns.Meta
- Undocumenteddjango.contrib.gis.db.backends.spatialite.models.SpatialiteSpatialRefSys.Meta
- Undocumenteddjango.contrib.gis.db.backends.utils.SpatialOperator
- Class encapsulating the behavior specific to a GIS operation (used by lookups).django.contrib.gis.db.backends.oracle.operations.SDODisjoint
- Undocumenteddjango.contrib.gis.db.backends.oracle.operations.SDODWithin
- Undocumenteddjango.contrib.gis.db.backends.oracle.operations.SDOOperator
- Undocumenteddjango.contrib.gis.db.backends.oracle.operations.SDORelate
- Undocumenteddjango.contrib.gis.db.backends.postgis.operations.PostGISOperator
- Undocumenteddjango.contrib.gis.db.backends.spatialite.operations.SpatialiteNullCheckOperator
- Undocumenteddjango.contrib.gis.db.models.functions.DistanceResultMixin
- Undocumenteddjango.contrib.gis.db.models.functions.Distance
- Undocumenteddjango.contrib.gis.db.models.functions.Length
- Undocumenteddjango.contrib.gis.db.models.functions.Perimeter
- Undocumenteddjango.contrib.gis.db.models.functions.GeoFuncMixin
- Undocumenteddjango.contrib.gis.db.models.functions.GeoFunc
- Undocumenteddjango.contrib.gis.db.models.functions.Area
- Undocumenteddjango.contrib.gis.db.models.functions.AsGeoJSON
- Undocumenteddjango.contrib.gis.db.models.functions.AsGML
- Undocumenteddjango.contrib.gis.db.models.functions.AsKML
- Undocumenteddjango.contrib.gis.db.models.functions.AsSVG
- Undocumenteddjango.contrib.gis.db.models.functions.AsWKB
- Undocumenteddjango.contrib.gis.db.models.functions.AsWKT
- Undocumenteddjango.contrib.gis.db.models.functions.Azimuth
- Undocumenteddjango.contrib.gis.db.models.functions.Distance
- Undocumenteddjango.contrib.gis.db.models.functions.GeoHash
- Undocumenteddjango.contrib.gis.db.models.functions.GeometryDistance
- Undocumenteddjango.contrib.gis.db.models.functions.GeomOutputGeoFunc
- Undocumenteddjango.contrib.gis.db.models.functions.BoundingCircle
- Undocumenteddjango.contrib.gis.db.models.functions.Centroid
- Undocumenteddjango.contrib.gis.db.models.functions.Difference
- Undocumenteddjango.contrib.gis.db.models.functions.Envelope
- Undocumenteddjango.contrib.gis.db.models.functions.ForcePolygonCW
- Undocumenteddjango.contrib.gis.db.models.functions.Intersection
- Undocumenteddjango.contrib.gis.db.models.functions.MakeValid
- Undocumenteddjango.contrib.gis.db.models.functions.PointOnSurface
- Undocumenteddjango.contrib.gis.db.models.functions.Scale
- Undocumenteddjango.contrib.gis.db.models.functions.Translate
- Undocumenteddjango.contrib.gis.db.models.functions.SnapToGrid
- Undocumenteddjango.contrib.gis.db.models.functions.SymDifference
- Undocumenteddjango.contrib.gis.db.models.functions.Transform
- Undocumenteddjango.contrib.gis.db.models.functions.Union
- Undocumenteddjango.contrib.gis.db.models.functions.Length
- Undocumenteddjango.contrib.gis.db.models.functions.LineLocatePoint
- Undocumenteddjango.contrib.gis.db.models.functions.MemSize
- Undocumenteddjango.contrib.gis.db.models.functions.NumGeometries
- Undocumenteddjango.contrib.gis.db.models.functions.NumPoints
- Undocumenteddjango.contrib.gis.db.models.functions.Perimeter
- Undocumenteddjango.contrib.gis.db.models.functions.Reverse
- Undocumenteddjango.contrib.gis.db.models.functions.IsValid
- Undocumenteddjango.contrib.gis.db.models.functions.OracleToleranceMixin
- Undocumenteddjango.contrib.gis.db.models.functions.Area
- Undocumenteddjango.contrib.gis.db.models.functions.BoundingCircle
- Undocumenteddjango.contrib.gis.db.models.functions.Centroid
- Undocumenteddjango.contrib.gis.db.models.functions.Difference
- Undocumenteddjango.contrib.gis.db.models.functions.Distance
- Undocumenteddjango.contrib.gis.db.models.functions.Intersection
- Undocumenteddjango.contrib.gis.db.models.functions.IsValid
- Undocumenteddjango.contrib.gis.db.models.functions.Length
- Undocumenteddjango.contrib.gis.db.models.functions.Perimeter
- Undocumenteddjango.contrib.gis.db.models.functions.PointOnSurface
- Undocumenteddjango.contrib.gis.db.models.functions.SymDifference
- Undocumenteddjango.contrib.gis.db.models.functions.Union
- Undocumenteddjango.contrib.gis.db.models.functions.SQLiteDecimalToFloatMixin
- By default, Decimal values are converted to str by the SQLite backend, which is not acceptable by the GIS functions expecting numeric values.django.contrib.gis.db.models.functions.Scale
- Undocumenteddjango.contrib.gis.db.models.functions.Translate
- Undocumenteddjango.contrib.gis.db.models.functions.SnapToGrid
- Undocumenteddjango.contrib.gis.feeds.GeoFeedMixin
- This mixin provides the necessary routines for SyndicationFeed subclasses to produce simple GeoRSS or W3C Geo elements.django.contrib.gis.feeds.GeoAtom1Feed
- Undocumenteddjango.contrib.gis.feeds.GeoRSSFeed
- Undocumenteddjango.contrib.gis.feeds.W3CGeoFeed
- Undocumenteddjango.contrib.gis.forms.widgets.OpenLayersWidget.Media
- Undocumenteddjango.contrib.gis.gdal.Envelope
- The Envelope object is a C structure that contains the minimum and maximum X, Y coordinates for a rectangle bounding box. The naming of the variables is compatible with the OGR Envelope structure.django.contrib.gis.gdal.OGRGeomType
- Encapsulate OGR Geometry Types.django.contrib.gis.geoip2.base.GeoIP2
- No class docstring; 1/3 property, 0/5 instance variable, 0/1 class variable, 0/5 constant, 9/12 methods, 0/1 class method documenteddjango.contrib.gis.geos.geometry.LinearGeometryMixin
- Used for LineString and MultiLineString.django.contrib.gis.geos.collections.MultiLineString
- Undocumenteddjango.contrib.gis.geos.linestring.LineString
- No class docstring; 5/5 properties, 0/2 instance variable, 0/2 class variable, 4/8 methods documenteddjango.contrib.gis.geos.linestring.LinearRing
- Undocumenteddjango.contrib.gis.geos.libgeos.GEOSFuncFactory
- Lazy loading of GEOS functions.django.contrib.gis.geos.prototypes.coordseq.CsInt
- For coordinate sequence routines that return an integer.django.contrib.gis.geos.prototypes.coordseq.CsOperation
- For coordinate sequence operations.django.contrib.gis.geos.prototypes.coordseq.CsOutput
- Undocumenteddjango.contrib.gis.geos.prototypes.geom.GeomOutput
- For GEOS routines that return a geometry.django.contrib.gis.geos.prototypes.geom.IntFromGeom
- Argument is a geometry, return type is an integer.django.contrib.gis.geos.prototypes.geom.StringFromGeom
- Argument is a Geometry, return type is a string.django.contrib.gis.geos.prototypes.io.WKBReadFunc
- Undocumenteddjango.contrib.gis.geos.prototypes.io.WKBWriteFunc
- Undocumenteddjango.contrib.gis.geos.prototypes.io.WKBWriterGet
- Undocumenteddjango.contrib.gis.geos.prototypes.io.WKBWriterSet
- Undocumenteddjango.contrib.gis.geos.prototypes.misc.DblFromGeom
- Argument is a Geometry, return type is double that is passed in by reference as the last argument.django.contrib.gis.geos.prototypes.predicates.UnaryPredicate
- For GEOS unary predicate functions.django.contrib.gis.geos.prototypes.predicates.BinaryPredicate
- For GEOS binary predicate functions.django.contrib.gis.geos.prototypes.prepared.PreparedPredicate
- Undocumenteddjango.contrib.gis.geos.prototypes.topology.Topology
- For GEOS unary topology functions.django.contrib.gis.geos.mutable_list.ListMixin
- A base class which provides complete list interface. Derived classes must call ListMixin's __init__() function and implement the following:django.contrib.gis.geos.geometry.GEOSGeometry
- A class that, generally, encapsulates a GEOS geometry.django.contrib.gis.geos.collections.GeometryCollection
- No class docstring; 2/2 properties, 0/2 instance variable, 0/1 class variable, 5/7 methods documenteddjango.contrib.gis.geos.collections.MultiLineString
- Undocumenteddjango.contrib.gis.geos.collections.MultiPoint
- Undocumenteddjango.contrib.gis.geos.collections.MultiPolygon
- Undocumenteddjango.contrib.gis.geos.linestring.LineString
- No class docstring; 5/5 properties, 0/2 instance variable, 0/2 class variable, 4/8 methods documenteddjango.contrib.gis.geos.linestring.LinearRing
- Undocumenteddjango.contrib.gis.geos.point.Point
- No class docstring; 4/4 properties, 0/2 instance variable, 0/3 class variable, 7/13 methods, 1/2 class method documenteddjango.contrib.gis.geos.polygon.Polygon
- No class docstring; 3/3 properties, 0/2 instance variable, 0/2 class variable, 7/11 methods, 1/1 class method documenteddjango.contrib.gis.geos.prototypes.threadsafe.GEOSFunc
- Serve as a wrapper for GEOS C Functions. Use thread-safe function variants when available.django.contrib.gis.measure.MeasureBase
- No class docstring; 0/1 instance variable, 0/1 class variable, 0/4 constant, 1/20 method, 1/1 class method documenteddjango.contrib.gis.measure.Area
- Undocumenteddjango.contrib.gis.measure.Distance
- Undocumenteddjango.contrib.gis.ptr.CPointerBase
- Base class for objects that have a pointer access property that controls access to the underlying C pointer.django.contrib.gis.gdal.base.GDALBase
- Undocumenteddjango.contrib.gis.gdal.CoordTransform
- The coordinate system transformation object.django.contrib.gis.gdal.DataSource
- Wraps an OGR Data Source object.django.contrib.gis.gdal.Driver
- No summarydjango.contrib.gis.gdal.feature.Feature
- This class that wraps an OGR Feature, needs to be instantiated from a Layer object.django.contrib.gis.gdal.field.Field
- Wrap an OGR Field. Needs to be instantiated from a Feature object.django.contrib.gis.gdal.field.OFTBinary
- Undocumenteddjango.contrib.gis.gdal.field.OFTDate
- No class docstring; 1/1 property documenteddjango.contrib.gis.gdal.field.OFTDateTime
- No class docstring; 1/1 property documenteddjango.contrib.gis.gdal.field.OFTInteger
- No class docstring; 2/2 properties, 0/1 class variable documenteddjango.contrib.gis.gdal.field.OFTInteger64
- Undocumenteddjango.contrib.gis.gdal.field.OFTInteger64List
- Undocumenteddjango.contrib.gis.gdal.field.OFTIntegerList
- Undocumenteddjango.contrib.gis.gdal.field.OFTReal
- No class docstring; 1/1 property documenteddjango.contrib.gis.gdal.field.OFTRealList
- Undocumenteddjango.contrib.gis.gdal.field.OFTString
- Undocumenteddjango.contrib.gis.gdal.field.OFTStringList
- Undocumenteddjango.contrib.gis.gdal.field.OFTTime
- No class docstring; 1/1 property documenteddjango.contrib.gis.gdal.field.OFTWideString
- Undocumenteddjango.contrib.gis.gdal.field.OFTWideStringList
- Undocumenteddjango.contrib.gis.gdal.layer.Layer
- A class that wraps an OGR Layer, needs to be instantiated from a DataSource object.django.contrib.gis.gdal.OGRGeometry
- Encapsulate an OGR geometry.django.contrib.gis.gdal.geometries.GeometryCollection
- The Geometry Collection class.django.contrib.gis.gdal.geometries.MultiLineString
- Undocumenteddjango.contrib.gis.gdal.geometries.MultiPoint
- Undocumenteddjango.contrib.gis.gdal.geometries.MultiPolygon
- Undocumenteddjango.contrib.gis.gdal.geometries.LineString
- No class docstring; 4/4 properties, 3/3 methods documenteddjango.contrib.gis.gdal.geometries.LinearRing
- Undocumenteddjango.contrib.gis.gdal.geometries.Point
- No class docstring; 4/4 properties, 0/1 method, 0/1 class method documenteddjango.contrib.gis.gdal.geometries.Polygon
- No class docstring; 4/4 properties, 2/2 methods documenteddjango.contrib.gis.gdal.raster.base.GDALRasterBase
- Attributes that exist on both GDALRaster and GDALBand.django.contrib.gis.gdal.GDALRaster
- Wrap a raster GDAL Data Source object.django.contrib.gis.gdal.raster.band.GDALBand
- Wrap a GDAL raster band, needs to be obtained from a GDALRaster object.django.contrib.gis.gdal.SpatialReference
- A wrapper for the OGRSpatialReference object. According to the GDAL web site, the SpatialReference object "provide[s] services to represent coordinate systems (projections and datums) and to transform between them."django.contrib.gis.geos.base.GEOSBase
- Undocumenteddjango.contrib.gis.geos.coordseq.GEOSCoordSeq
- The internal representation of a list of coordinates inside a Geometry.django.contrib.gis.geos.geometry.GEOSGeometryBase
- No class docstring; 34/34 properties, 1/5 instance variable, 0/1 class variable, 0/1 constant, 35/42 methods, 0/2 static method, 0/2 class method documenteddjango.contrib.gis.geos.geometry.GEOSGeometry
- A class that, generally, encapsulates a GEOS geometry.django.contrib.gis.geos.collections.GeometryCollection
- No class docstring; 2/2 properties, 0/2 instance variable, 0/1 class variable, 5/7 methods documenteddjango.contrib.gis.geos.collections.MultiLineString
- Undocumenteddjango.contrib.gis.geos.collections.MultiPoint
- Undocumenteddjango.contrib.gis.geos.collections.MultiPolygon
- Undocumenteddjango.contrib.gis.geos.linestring.LineString
- No class docstring; 5/5 properties, 0/2 instance variable, 0/2 class variable, 4/8 methods documenteddjango.contrib.gis.geos.linestring.LinearRing
- Undocumenteddjango.contrib.gis.geos.point.Point
- No class docstring; 4/4 properties, 0/2 instance variable, 0/3 class variable, 7/13 methods, 1/2 class method documenteddjango.contrib.gis.geos.polygon.Polygon
- No class docstring; 3/3 properties, 0/2 instance variable, 0/2 class variable, 7/11 methods, 1/1 class method documenteddjango.contrib.gis.geos.prepared.PreparedGeometry
- A geometry that is prepared for performing certain operations. At the moment this includes the contains covers, and intersects operations.django.contrib.gis.geos.prototypes.io.IOBase
- Base class for GEOS I/O objects.django.contrib.gis.geos.io.WKBWriter
- No class docstring; 0/2 property, 0/2 class variable, 2/8 methods documenteddjango.contrib.gis.geos.io.WKTWriter
- No class docstring; 0/3 property, 0/2 instance variable, 1/5 method documenteddjango.contrib.gis.geos.prototypes.io._WKBReader
- No class docstring; 1/1 method documenteddjango.contrib.gis.geos.io.WKBReader
- No class docstring; 1/1 method documenteddjango.contrib.gis.geos.prototypes.io._WKTReader
- Undocumenteddjango.contrib.gis.geos.io.WKTReader
- No class docstring; 1/1 method documenteddjango.contrib.gis.geos.prototypes.threadsafe.GEOSContextHandle
- Represent a GEOS context handle.django.contrib.gis.serializers.geojson.Deserializer
- Undocumenteddjango.contrib.gis.utils.layermapping.LayerMapping
- A class that maps OGR Layers to GeoDjango Models.django.contrib.humanize.templatetags.humanize.NaturalTimeFormatter
- Undocumenteddjango.contrib.messages.storage.base.BaseStorage
- This is the base backend for temporary message storage.django.contrib.messages.storage.cookie.CookieStorage
- Store messages in a cookie.django.contrib.messages.storage.fallback.FallbackStorage
- Try to store all messages in the first backend. Store any unstored messages in each subsequent backend.django.contrib.messages.storage.session.SessionStorage
- Store messages in the session (that is, django.contrib.sessions).django.contrib.messages.storage.base.Message
- Represent an actual message that can be stored in any of the supported storage classes (typically session- or cookie-based) and rendered in a view or template.django.contrib.messages.storage.cookie.MessageSerializer
- Undocumenteddjango.contrib.messages.views.SuccessMessageMixin
- Add a success message on successful form submission.django.contrib.postgres.aggregates.general.DeprecatedConvertValueMixin
- Undocumenteddjango.contrib.postgres.aggregates.general.ArrayAgg
- Undocumenteddjango.contrib.postgres.aggregates.general.JSONBAgg
- Undocumenteddjango.contrib.postgres.aggregates.general.StringAgg
- Undocumenteddjango.contrib.postgres.aggregates.mixins.OrderableAggMixin
- No class docstring; 0/1 instance variable, 1/6 method documenteddjango.contrib.postgres.aggregates.general.ArrayAgg
- Undocumenteddjango.contrib.postgres.aggregates.general.JSONBAgg
- Undocumenteddjango.contrib.postgres.aggregates.general.StringAgg
- Undocumenteddjango.contrib.postgres.fields.array.ArrayRHSMixin
- Undocumenteddjango.contrib.postgres.fields.array.ArrayContainedBy
- Undocumenteddjango.contrib.postgres.fields.array.ArrayContains
- Undocumenteddjango.contrib.postgres.fields.array.ArrayExact
- Undocumenteddjango.contrib.postgres.fields.array.ArrayOverlap
- Undocumenteddjango.contrib.postgres.fields.array.IndexTransformFactory
- Undocumenteddjango.contrib.postgres.fields.array.SliceTransformFactory
- Undocumenteddjango.contrib.postgres.fields.citext.CIText
- Undocumenteddjango.contrib.postgres.fields.citext.CICharField
- Undocumenteddjango.contrib.postgres.fields.citext.CIEmailField
- Undocumenteddjango.contrib.postgres.fields.citext.CITextField
- Undocumenteddjango.contrib.postgres.fields.hstore.KeyTransformFactory
- Undocumenteddjango.contrib.postgres.fields.ranges.RangeOperators
- Undocumenteddjango.contrib.postgres.fields.utils.AttributeSetter
- Undocumenteddjango.contrib.postgres.operations.NotInTransactionMixin
- Undocumenteddjango.contrib.postgres.operations.AddIndexConcurrently
- Create an index using PostgreSQL's CREATE INDEX CONCURRENTLY syntax.django.contrib.postgres.operations.RemoveIndexConcurrently
- Remove an index using PostgreSQL's DROP INDEX CONCURRENTLY syntax.django.contrib.postgres.search.SearchQueryCombinable
- Undocumenteddjango.contrib.postgres.search.CombinedSearchQuery
- Undocumenteddjango.contrib.postgres.search.SearchQuery
- Undocumenteddjango.contrib.postgres.search.SearchVectorCombinable
- Undocumenteddjango.contrib.postgres.search.CombinedSearchVector
- Undocumenteddjango.contrib.postgres.search.SearchVector
- Undocumenteddjango.contrib.postgres.validators.KeysValidator
- A validator designed for HStore to require/restrict keys.django.contrib.redirects.models.Redirect.Meta
- Undocumenteddjango.contrib.sessions.backends.base.SessionBase
- Base class for all Session classes.django.contrib.sessions.backends.cache.SessionStore
- A cache-based session store.django.contrib.sessions.backends.db.SessionStore
- Implement database session store.django.contrib.sessions.backends.cached_db.SessionStore
- Implement cached, database backed sessions.django.contrib.sessions.backends.file.SessionStore
- Implement a file based session store.django.contrib.sessions.backends.signed_cookies.SessionStore
- No class docstring; 0/3 instance variable, 7/7 methods, 0/1 class method documenteddjango.contrib.sessions.base_session.AbstractBaseSession.Meta
- Undocumenteddjango.contrib.sessions.models.Session.Meta
- Undocumenteddjango.contrib.sitemaps.Sitemap
- Undocumenteddjango.contrib.flatpages.sitemaps.FlatPageSitemap
- Undocumenteddjango.contrib.gis.sitemaps.KMLSitemap
- A minimal hook to produce KML sitemaps.django.contrib.gis.sitemaps.KMZSitemap
- Undocumenteddjango.contrib.sitemaps.GenericSitemap
- Undocumenteddjango.contrib.sites.models.Site.Meta
- Undocumenteddjango.contrib.sites.requests.RequestSite
- A class that shares the primary interface of Site (i.e., it has domain and name attributes) but gets its data from an HttpRequest object rather than from a database.django.contrib.staticfiles.finders.BaseFinder
- A base file finder to be used for custom staticfiles finder classes.django.contrib.staticfiles.finders.AppDirectoriesFinder
- A static files finder that looks in the directory of each app as specified in the source_dir attribute.django.contrib.staticfiles.finders.BaseStorageFinder
- A base static files finder to be used to extended with an own storage class.django.contrib.staticfiles.finders.DefaultStorageFinder
- A static files finder that uses the default storage backend.django.contrib.staticfiles.finders.FileSystemFinder
- A static files finder that uses the STATICFILES_DIRS setting to locate files.django.contrib.staticfiles.handlers.StaticFilesHandlerMixin
- Common methods used by WSGI and ASGI handlers.django.contrib.staticfiles.handlers.ASGIStaticFilesHandler
- ASGI application which wraps another and intercepts requests for static files, passing them off to Django's static file serving.django.contrib.staticfiles.handlers.StaticFilesHandler
- WSGI middleware that intercepts calls to the static files directory, as defined by the STATIC_URL setting, and serves those files.django.contrib.staticfiles.storage.HashedFilesMixin
- No class docstring; 0/2 instance variable, 0/4 class variable, 5/12 methods documenteddjango.contrib.staticfiles.storage.ManifestFilesMixin
- Undocumenteddjango.contrib.staticfiles.storage.ManifestStaticFilesStorage
- A static file system storage backend which also saves hashed copies of the files it saves.django.contrib.syndication.views.Feed
- No class docstring; 0/3 class variable, 4/11 methods documenteddjango.contrib.gis.feeds.Feed
- No summarydjango.core.cache.backends.base.BaseCache
django.core.cache.backends.db.BaseDatabaseCache
- Undocumenteddjango.core.cache.backends.db.DatabaseCache
- Undocumenteddjango.core.cache.backends.dummy.DummyCache
- Undocumenteddjango.core.cache.backends.filebased.FileBasedCache
- No class docstring; 0/1 instance variable, 0/1 class variable, 5/15 methods documenteddjango.core.cache.backends.locmem.LocMemCache
- Undocumenteddjango.core.cache.backends.memcached.BaseMemcachedCache
- No class docstring; 1/2 property, 0/5 instance variable, 1/14 method documenteddjango.core.cache.backends.memcached.MemcachedCache
- An implementation of a cache binding using python-memcacheddjango.core.cache.backends.memcached.PyLibMCCache
- An implementation of a cache binding using pylibmcdjango.core.cache.backends.memcached.PyMemcacheCache
- An implementation of a cache binding using pymemcache.django.core.cache.backends.redis.RedisCache
- Undocumenteddjango.core.cache.backends.db.Options
- A class that will quack like a Django model _meta class.django.core.cache.backends.redis.RedisCacheClient
- Undocumenteddjango.core.cache.BaseCache
- No class docstring; 0/6 instance variable, 0/1 class variable, 25/38 methods documenteddjango.core.checks.CheckMessage
- Undocumenteddjango.core.checks.Critical
- Undocumenteddjango.core.checks.Debug
- Undocumenteddjango.core.checks.Error
- Undocumenteddjango.core.checks.Info
- Undocumenteddjango.core.checks.Warning
- Undocumenteddjango.core.checks.registry.CheckRegistry
- No class docstring; 0/2 instance variable, 2/6 methods documenteddjango.core.checks.Tags
- Built-in tags for internal checks.django.core.files.base.File
django.core.files.uploadedfile.UploadedFile
- An abstract uploaded file (TemporaryUploadedFile and InMemoryUploadedFile are the built-in concrete subclasses).django.core.files.uploadedfile.InMemoryUploadedFile
- A file uploaded into memory (i.e. stream-to-memory).django.core.files.uploadedfile.SimpleUploadedFile
- A simple representation of a file, which just has content, size, and a name.django.core.files.uploadedfile.TemporaryUploadedFile
- A file uploaded to a temporary location (i.e. stream-to-disk).django.db.models.fields.files.FieldFile
- Undocumenteddjango.db.models.fields.files.ImageFieldFile
- Undocumenteddjango.core.files.storage.Storage
- A base storage class, providing some default behaviors that all other storage systems can inherit or override, as necessary.django.core.files.storage.FileSystemStorage
- Standard filesystem storagedjango.contrib.staticfiles.storage.StaticFilesStorage
- Standard file system storage for static files.django.contrib.staticfiles.storage.ManifestStaticFilesStorage
- A static file system storage backend which also saves hashed copies of the files it saves.django.core.files.uploadhandler.FileUploadHandler
- Base class for streaming upload handlers.django.core.files.uploadhandler.MemoryFileUploadHandler
- File upload handler to stream uploads into memory (used for small files).django.core.files.uploadhandler.TemporaryFileUploadHandler
- Upload handler that streams data into a temporary file.django.core.files.utils.FileProxyMixin
- A mixin class used to forward file methods to an underlaying file object. The internal file object has to be called "file":django.core.files.File
- No class docstring; 0/1 property, 0/3 instance variable, 0/1 constant, 2/12 methods documenteddjango.core.files.base.ContentFile
- A File-like object that takes just raw content, rather than an actual file.django.core.files.images.ImageFile
- A mixin for use alongside django.core.files.base.File, which provides additional features for dealing with images.django.db.models.fields.files.ImageFieldFile
- Undocumenteddjango.core.files.temp.TemporaryFile
- Temporary file object constructor that supports reopening of the temporary file in Windows.django.core.handlers.base.BaseHandler
- No class docstring; 0/4 instance variable, 9/10 methods documenteddjango.core.handlers.asgi.ASGIHandler
- Handler for ASGI requests.django.contrib.staticfiles.handlers.ASGIStaticFilesHandler
- ASGI application which wraps another and intercepts requests for static files, passing them off to Django's static file serving.django.core.handlers.wsgi.WSGIHandler
- Undocumenteddjango.contrib.staticfiles.handlers.StaticFilesHandler
- WSGI middleware that intercepts calls to the static files directory, as defined by the STATIC_URL setting, and serves those files.django.test.testcases.FSFilesHandler
- WSGI middleware that intercepts calls to a directory, as defined by one of the *_ROOT settings, and serves those files, publishing them under *_URL.django.test.testcases._MediaFilesHandler
- Handler for serving the media files. A private class that is meant to be used solely as a convenience by LiveServerThread.django.test.testcases._StaticFilesHandler
- Handler for serving static files. A private class that is meant to be used solely as a convenience by LiveServerThread.django.test.client.AsyncClientHandler
- An async version of ClientHandler.django.test.client.ClientHandler
- An HTTP Handler that can be used for testing purposes. Use the WSGI interface to compose requests, but return the raw HttpResponse object with the originating WSGIRequest attached to its wsgi_request attribute.django.core.handlers.wsgi.LimitedStream
- Wrap another stream to disallow reading it past a number of bytes.django.core.mail.backends.base.BaseEmailBackend
- Base class for email backend implementations.django.core.mail.backends.console.EmailBackend
- No class docstring; 0/2 instance variable, 1/3 method documenteddjango.core.mail.backends.filebased.EmailBackend
- No class docstring; 0/3 instance variable, 1/5 method documenteddjango.core.mail.backends.dummy.EmailBackend
- Undocumenteddjango.core.mail.backends.locmem.EmailBackend
- An email backend for use during test sessions.django.core.mail.backends.smtp.EmailBackend
- A wrapper that manages the SMTP network connection.django.core.mail.CachedDnsName
- Undocumenteddjango.core.mail.EmailMessage
- A container for email information.django.core.mail.EmailMultiAlternatives
- A version of EmailMessage that makes it easy to send multipart/alternative messages. For example, including text and HTML versions of the text is made easier.django.core.mail.message.MIMEMixin
- No class docstring; 2/2 methods documenteddjango.core.mail.message.SafeMIMEMessage
- Undocumenteddjango.core.mail.SafeMIMEMultipart
- Undocumenteddjango.core.mail.SafeMIMEText
- Undocumenteddjango.core.management.base.BaseCommand
- The base class from which all management commands ultimately derive.django.contrib.auth.management.commands.changepassword.Command
- Undocumenteddjango.contrib.auth.management.commands.createsuperuser.Command
- No class docstring; 0/3 instance variable, 0/3 class variable, 2/7 methods documenteddjango.contrib.gis.management.commands.ogrinspect.Command
- Undocumenteddjango.contrib.sessions.management.commands.clearsessions.Command
- Undocumenteddjango.contrib.sitemaps.management.commands.ping_google.Command
- Undocumenteddjango.contrib.staticfiles.management.commands.collectstatic.Command
- Copies or symlinks static files from different locations to the settings.STATIC_ROOT.django.core.management.base.AppCommand
- A management command which takes one or more installed application labels as arguments, and does something with each of them.django.core.management.commands.sqlsequencereset.Command
- Undocumenteddjango.core.management.base.LabelCommand
- A management command which takes one or more arbitrary arguments (labels) on the command line, and does something with each of them.django.core.management.commands.check.Command
- Undocumenteddjango.core.management.commands.compilemessages.Command
- No class docstring; 0/3 instance variable, 0/3 class variable, 1/3 method documenteddjango.core.management.commands.createcachetable.Command
- Undocumenteddjango.core.management.commands.dbshell.Command
- Undocumenteddjango.core.management.commands.diffsettings.Command
- Undocumenteddjango.core.management.commands.dumpdata.Command
- Undocumenteddjango.core.management.commands.flush.Command
- Undocumenteddjango.core.management.commands.inspectdb.Command
- No class docstring; 0/4 class variable, 3/6 methods documenteddjango.contrib.gis.management.commands.inspectdb.Command
- Undocumenteddjango.core.management.commands.loaddata.Command
- No class docstring; 2/2 properties, 0/13 instance variable, 0/2 class variable, 5/11 methods documenteddjango.core.management.commands.makemessages.Command
- No class docstring; 0/2 property, 0/14 instance variable, 0/2 class variable, 6/9 methods documenteddjango.core.management.commands.makemigrations.Command
- No class docstring; 0/7 instance variable, 0/1 class variable, 2/4 methods documenteddjango.core.management.commands.migrate.Command
- No class docstring; 0/3 instance variable, 0/2 class variable, 1/4 method, 1/1 static method documenteddjango.core.management.commands.runserver.Command
- No class docstring; 0/4 instance variable, 0/8 class variable, 2/6 methods documenteddjango.contrib.staticfiles.management.commands.runserver.Command
- No class docstring; 0/1 class variable, 1/2 method documenteddjango.core.management.commands.sendtestemail.Command
- Undocumenteddjango.core.management.commands.showmigrations.Command
- No class docstring; 0/1 instance variable, 0/1 class variable, 2/5 methods documenteddjango.core.management.commands.sqlflush.Command
- Undocumenteddjango.core.management.commands.sqlmigrate.Command
- Undocumenteddjango.core.management.commands.squashmigrations.Command
- Undocumenteddjango.core.management.commands.test.Command
- No class docstring; 0/1 instance variable, 0/2 class variable, 1/3 method documenteddjango.core.management.commands.testserver.Command
- Undocumenteddjango.core.management.templates.TemplateCommand
- Copy either a Django application layout template or a Django project layout template into the specified directory.django.core.management.commands.startapp.Command
- Undocumenteddjango.core.management.commands.startproject.Command
- Undocumenteddjango.core.management.BaseCommand
django.core.management.color.Style
- Undocumenteddjango.core.management.commands.makemessages.BuildFile
- Represent the state of a translatable file during the build process.django.core.management.commands.makemessages.TranslatableFile
- Undocumenteddjango.core.management.ManagementUtility
- Encapsulate the logic of the django-admin and manage.py utilities.django.core.paginator.Paginator
- No class docstring; 3/3 properties, 0/4 instance variable, 0/1 constant, 6/8 methods documenteddjango.core.serializers.BadSerializer
- Stub serializer to hold exception raised during registrationdjango.core.serializers.base.DeserializedObject
- A deserialized model.django.core.serializers.base.Deserializer
- Abstract base deserializer class.django.core.serializers.xml_serializer.Deserializer
- Deserialize XML.django.core.serializers.base.PickleSerializer
- Simple wrapper around pickle to be used in signing.dumps()/loads() and cache backends.django.core.cache.backends.redis.RedisSerializer
- Similar to PickSerializer, except integers are serialized as native Redis integers for better incr() and decr() atomicity.django.core.serializers.base.ProgressBar
- Undocumenteddjango.core.serializers.base.Serializer
- Abstract serializer base class.django.core.serializers.python.Serializer
- Serialize a QuerySet to basic Python objects.django.core.serializers.json.Serializer
- Convert a queryset to JSON.django.contrib.gis.serializers.geojson.Serializer
- Convert a queryset to GeoJSON, http://geojson.org/django.core.serializers.jsonl.Serializer
- Convert a queryset to JSON Lines.django.core.serializers.pyyaml.Serializer
- Convert a queryset to YAML.django.core.serializers.xml_serializer.Serializer
- Serialize a QuerySet to XML.django.core.signing.JSONSerializer
- Simple wrapper around json to be used in signing.dumps and signing.loads.django.core.signing.Signer
- No class docstring; 0/4 instance variable, 1/6 method documenteddjango.core.signing.TimestampSigner
- No class docstring; 1/3 method documenteddjango.core.validators.BaseValidator
- Undocumenteddjango.core.validators.MaxLengthValidator
- Undocumenteddjango.contrib.postgres.validators.ArrayMaxLengthValidator
- Undocumenteddjango.core.validators.MaxValueValidator
- Undocumenteddjango.contrib.postgres.validators.RangeMaxValueValidator
- Undocumenteddjango.core.validators.MinLengthValidator
- Undocumenteddjango.contrib.postgres.validators.ArrayMinLengthValidator
- Undocumenteddjango.core.validators.MinValueValidator
- Undocumenteddjango.contrib.postgres.validators.RangeMinValueValidator
- Undocumenteddjango.core.validators.DecimalValidator
- Validate that the input does not exceed the maximum number of digits expected, otherwise raise ValidationError.django.core.validators.EmailValidator
- Undocumenteddjango.core.validators.FileExtensionValidator
- Undocumenteddjango.core.validators.ProhibitNullCharactersValidator
- Validate that the string doesn't contain the null character.django.core.validators.RegexValidator
- No class docstring; 0/5 instance variable, 1/3 method documenteddjango.contrib.auth.validators.ASCIIUsernameValidator
- Undocumenteddjango.contrib.auth.validators.UnicodeUsernameValidator
- Undocumenteddjango.core.validators.URLValidator
- Undocumenteddjango.db.backends.base.base.BaseDatabaseWrapper
- Represent a database connection.django.db.backends.dummy.base.DatabaseWrapper
- Undocumenteddjango.db.backends.mysql.base.DatabaseWrapper
- No class docstring; 0/7 property, 0/2 instance variable, 0/7 class variable, 3/10 methods documenteddjango.contrib.gis.db.backends.mysql.base.DatabaseWrapper
- Undocumenteddjango.db.backends.oracle.base.DatabaseWrapper
- No class docstring; 0/2 property, 0/2 instance variable, 0/11 class variable, 1/10 method documenteddjango.contrib.gis.db.backends.oracle.base.DatabaseWrapper
- Undocumenteddjango.db.backends.postgresql.base.DatabaseWrapper
- No class docstring; 0/1 property, 0/1 instance variable, 0/8 class variable, 1/12 method documenteddjango.contrib.gis.db.backends.postgis.base.DatabaseWrapper
- Undocumenteddjango.db.backends.sqlite3.base.DatabaseWrapper
- No class docstring; 0/8 class variable, 2/13 methods documenteddjango.db.backends.base.client.BaseDatabaseClient
- Encapsulate backend-specific methods for opening a client shell.django.db.backends.dummy.base.DatabaseClient
- Undocumenteddjango.db.backends.mysql.client.DatabaseClient
- Undocumenteddjango.db.backends.oracle.client.DatabaseClient
- Undocumenteddjango.db.backends.postgresql.client.DatabaseClient
- Undocumenteddjango.db.backends.sqlite3.client.DatabaseClient
- Undocumenteddjango.db.backends.base.creation.BaseDatabaseCreation
- Encapsulate backend-specific differences pertaining to creation and destruction of the test database.django.db.backends.dummy.base.DatabaseCreation
- Undocumenteddjango.db.backends.mysql.creation.DatabaseCreation
- Undocumenteddjango.db.backends.oracle.creation.DatabaseCreation
- No class docstring; 1/1 property, 6/31 methods documenteddjango.db.backends.postgresql.creation.DatabaseCreation
- Undocumenteddjango.db.backends.sqlite3.creation.DatabaseCreation
- No class docstring; 1/6 method, 0/1 static method documenteddjango.db.backends.base.features.BaseDatabaseFeatures
- No class docstring; 2/2 properties, 0/1 instance variable, 0/117 class variable, 0/2 method documenteddjango.db.backends.dummy.features.DummyDatabaseFeatures
- Undocumenteddjango.db.backends.mysql.features.DatabaseFeatures
- No class docstring; 4/25 properties, 0/29 class variable documenteddjango.db.backends.oracle.features.DatabaseFeatures
- Undocumenteddjango.db.backends.postgresql.features.DatabaseFeatures
- Undocumenteddjango.db.backends.sqlite3.features.DatabaseFeatures
- Undocumenteddjango.db.backends.base.introspection.BaseDatabaseIntrospection
- Encapsulate backend-specific introspection utilities.django.db.backends.dummy.base.DatabaseIntrospection
- Undocumenteddjango.db.backends.mysql.introspection.DatabaseIntrospection
- No class docstring; 0/1 class variable, 6/9 methods documenteddjango.db.backends.oracle.introspection.DatabaseIntrospection
- No class docstring; 0/1 property, 0/1 class variable, 5/9 methods documenteddjango.db.backends.postgresql.introspection.DatabaseIntrospection
- No class docstring; 0/3 class variable, 4/7 methods documenteddjango.contrib.gis.db.backends.postgis.introspection.PostGISIntrospection
- No class docstring; 0/1 instance variable, 0/1 class variable, 1/2 method documenteddjango.db.backends.sqlite3.introspection.DatabaseIntrospection
- No class docstring; 0/1 class variable, 6/13 methods documenteddjango.db.backends.base.operations.BaseDatabaseOperations
- Encapsulate backend-specific differences, such as the way a backend performs ordering or calculates the ID of a recently-inserted row.django.db.backends.dummy.base.DatabaseOperations
- Undocumenteddjango.db.backends.mysql.operations.DatabaseOperations
- No class docstring; 0/5 class variable, 2/36 methods documenteddjango.db.backends.oracle.operations.DatabaseOperations
- No class docstring; 0/1 property, 0/6 class variable, 5/51 methods, 0/2 static method documenteddjango.contrib.gis.db.backends.oracle.operations.OracleOperations
- No class docstring; 0/10 class variable, 4/11 methods documenteddjango.db.backends.postgresql.operations.DatabaseOperations
- No class docstring; 0/3 class variable, 2/35 methods documenteddjango.contrib.gis.db.backends.postgis.operations.PostGISOperations
- No class docstring; 1/2 property, 0/14 class variable, 14/20 methods, 0/1 static method documenteddjango.db.backends.sqlite3.operations.DatabaseOperations
- No class docstring; 0/1 property, 0/4 class variable, 5/37 methods documenteddjango.contrib.gis.db.backends.spatialite.operations.SpatiaLiteOperations
- No class docstring; 1/2 property, 0/11 class variable, 12/15 methods documenteddjango.db.backends.base.schema.BaseDatabaseSchemaEditor
- This class and its subclasses are responsible for emitting schema-changing statements to the databases - model creation/removal/alteration, field renaming, index fiddling, and so on.django.db.backends.mysql.schema.DatabaseSchemaEditor
- No class docstring; 0/3 property, 0/14 class variable, 2/11 methods documenteddjango.db.backends.oracle.schema.DatabaseSchemaEditor
- No class docstring; 0/11 class variable, 3/15 methods documenteddjango.db.backends.postgresql.schema.DatabaseSchemaEditor
- No class docstring; 0/1 instance variable, 0/11 class variable, 1/12 method documenteddjango.contrib.gis.db.backends.postgis.schema.PostGISSchemaEditor
- No class docstring; 0/5 class variable, 1/4 method documenteddjango.db.backends.sqlite3.schema.DatabaseSchemaEditor
- No class docstring; 0/1 instance variable, 0/5 class variable, 6/15 methods documenteddjango.db.backends.base.validation.BaseDatabaseValidation
- Encapsulate backend-specific validation.django.db.backends.mysql.validation.DatabaseValidation
- No class docstring; 1/3 method documenteddjango.db.backends.oracle.validation.DatabaseValidation
- No class docstring; 1/1 method documenteddjango.db.backends.ddl_references.Reference
- Base class that defines the reference interface.django.db.backends.ddl_references.Statement
- Statement template and formatting parameters container.django.db.backends.ddl_references.Table
- Hold a reference to a table.django.db.backends.ddl_references.TableColumns
- Base class for references to multiple columns of a table.django.db.backends.ddl_references.Columns
- Hold a reference to one or many columns.django.db.backends.ddl_references.IndexColumns
- Undocumenteddjango.db.backends.ddl_references.Expressions
- Undocumenteddjango.db.backends.ddl_references.ForeignKeyName
- Hold a reference to a foreign key name.django.db.backends.ddl_references.IndexName
- Hold a reference to an index name.django.db.backends.mysql.base.CursorWrapper
- A thin wrapper around MySQLdb's normal cursor class that catches particular exception instances and reraises them with the correct types.django.db.backends.oracle.base._UninitializedOperatorsDescriptor
- Undocumenteddjango.db.backends.oracle.base.FormatStylePlaceholderCursor
- Django uses "format" (e.g. '%s') style placeholders, but Oracle uses ":var" style. This fixes it -- but note that if you want to use a literal "%s" in a query, you'll need to use "%%s".django.db.backends.oracle.base.OracleParam
- No summarydjango.db.backends.oracle.base.VariableWrapper
- No summarydjango.db.backends.oracle.utils.BulkInsertMapper
- Undocumenteddjango.db.backends.oracle.utils.InsertVar
- A late-binding cursor variable that can be passed to Cursor.execute as a parameter, in order to receive the id of the row created by an insert statement.django.db.backends.sqlite3.introspection.FlexibleFieldLookupDict
- Undocumenteddjango.contrib.gis.db.backends.spatialite.introspection.GeoFlexibleFieldLookupDict
- Subclass that includes updates the base_data_types_reverse
dict for geometry field types.django.db.backends.utils.CursorWrapper
- Undocumenteddjango.db.backends.utils.CursorDebugWrapper
- Undocumenteddjango.db.backends.postgresql.base.CursorDebugWrapper
- Undocumenteddjango.db.migrations.AddConstraint
django.contrib.postgres.operations.AddConstraintNotValid
- Add a table constraint without enforcing validation, using PostgreSQL's NOT VALID syntax.django.db.migrations.AddIndex
django.contrib.postgres.operations.AddIndexConcurrently
- Create an index using PostgreSQL's CREATE INDEX CONCURRENTLY syntax.django.db.migrations.autodetector.MigrationAutodetector
- Take a pair of ProjectStates and compare them to see what the first would need doing to make it match the second (the second usually being the project's current state).django.db.migrations.executor.MigrationExecutor
- End-to-end migration execution - load migrations and run them up or down to a specified set of targets.django.db.migrations.graph.MigrationGraph
- Represent the digraph of all migrations in a project.django.db.migrations.graph.Node
- A single node in the migration graph. Contains direct links to adjacent nodes in either direction.django.db.migrations.graph.DummyNode
- A node that doesn't correspond to a migration file on disk. (A squashed migration that was removed, for example.)django.db.migrations.loader.MigrationLoader
- Load migration files from disk and their status from the database.django.db.migrations.migration.Migration
- The base class for all migrations.django.contrib.admin.migrations.0001_initial.Migration
- Undocumenteddjango.contrib.admin.migrations.0002_logentry_remove_auto_add.Migration
- Undocumenteddjango.contrib.admin.migrations.0003_logentry_add_action_flag_choices.Migration
- Undocumenteddjango.contrib.auth.migrations.0001_initial.Migration
- Undocumenteddjango.contrib.auth.migrations.0002_alter_permission_name_max_length.Migration
- Undocumenteddjango.contrib.auth.migrations.0003_alter_user_email_max_length.Migration
- Undocumenteddjango.contrib.auth.migrations.0004_alter_user_username_opts.Migration
- Undocumenteddjango.contrib.auth.migrations.0005_alter_user_last_login_null.Migration
- Undocumenteddjango.contrib.auth.migrations.0006_require_contenttypes_0002.Migration
- Undocumenteddjango.contrib.auth.migrations.0007_alter_validators_add_error_messages.Migration
- Undocumenteddjango.contrib.auth.migrations.0008_alter_user_username_max_length.Migration
- Undocumenteddjango.contrib.auth.migrations.0009_alter_user_last_name_max_length.Migration
- Undocumenteddjango.contrib.auth.migrations.0010_alter_group_name_max_length.Migration
- Undocumenteddjango.contrib.auth.migrations.0011_update_proxy_permissions.Migration
- Undocumenteddjango.contrib.auth.migrations.0012_alter_user_first_name_max_length.Migration
- Undocumenteddjango.contrib.contenttypes.migrations.0001_initial.Migration
- Undocumenteddjango.contrib.contenttypes.migrations.0002_remove_content_type_name.Migration
- Undocumenteddjango.contrib.flatpages.migrations.0001_initial.Migration
- Undocumenteddjango.contrib.redirects.migrations.0001_initial.Migration
- Undocumenteddjango.contrib.redirects.migrations.0002_alter_redirect_new_path_help_text.Migration
- Undocumenteddjango.contrib.sessions.migrations.0001_initial.Migration
- Undocumenteddjango.contrib.sites.migrations.0001_initial.Migration
- Undocumenteddjango.contrib.sites.migrations.0002_alter_domain_unique.Migration
- Undocumenteddjango.db.migrations.operations.base.Operation
- Base class for migration operations.django.contrib.postgres.operations.CollationOperation
- Undocumenteddjango.contrib.postgres.operations.CreateCollation
- Create a collation.django.contrib.postgres.operations.RemoveCollation
- Remove a collation.django.contrib.postgres.operations.CreateExtension
- Undocumenteddjango.contrib.postgres.operations.BloomExtension
- Undocumenteddjango.contrib.postgres.operations.BtreeGinExtension
- Undocumenteddjango.contrib.postgres.operations.BtreeGistExtension
- Undocumenteddjango.contrib.postgres.operations.CITextExtension
- Undocumenteddjango.contrib.postgres.operations.CryptoExtension
- Undocumenteddjango.contrib.postgres.operations.HStoreExtension
- Undocumenteddjango.contrib.postgres.operations.TrigramExtension
- Undocumenteddjango.contrib.postgres.operations.UnaccentExtension
- Undocumenteddjango.contrib.postgres.operations.ValidateConstraint
- Validate a table NOT VALID constraint.django.db.migrations.operations.fields.FieldOperation
- Undocumenteddjango.db.migrations.operations.AddField
- Add a field to a model.django.db.migrations.operations.AlterField
- Alter a field's database column (e.g. null, max_length) to the provided new field.django.db.migrations.operations.RemoveField
- Remove a field from a model.django.db.migrations.operations.RenameField
- Rename a field on the model. Might affect db_column too.django.db.migrations.operations.models.IndexOperation
- Undocumenteddjango.db.migrations.operations.AddConstraint
- Undocumenteddjango.db.migrations.operations.AddIndex
- Add an index on a model.django.db.migrations.operations.RemoveConstraint
- Undocumenteddjango.db.migrations.operations.RemoveIndex
- Remove an index from a model.django.db.migrations.operations.models.ModelOperation
- Undocumenteddjango.db.migrations.operations.CreateModel
- Create a model's table.django.db.migrations.operations.DeleteModel
- Drop a model's table.django.db.migrations.operations.models.ModelOptionOperation
- Undocumenteddjango.db.migrations.operations.AlterModelManagers
- Alter the model's managers.django.db.migrations.operations.AlterModelOptions
- Set new model options that don't directly affect the database schema (like verbose_name, permissions, ordering). Python code in migrations may still need them.django.db.migrations.operations.AlterModelTable
- Rename a model's table.django.db.migrations.operations.AlterOrderWithRespectTo
- Represent a change with the order_with_respect_to option.django.db.migrations.operations.models.AlterTogetherOptionOperation
- Undocumenteddjango.db.migrations.operations.AlterIndexTogether
- Change the value of index_together to the target one. Input value of index_together must be a set of tuples.django.db.migrations.operations.AlterUniqueTogether
- Change the value of unique_together to the target one. Input value of unique_together must be a set of tuples.django.db.migrations.operations.RenameModel
- Rename a model.django.db.migrations.operations.RunPython
- Run Python code in a context suitable for doing versioned ORM operations.django.contrib.contenttypes.management.RenameContentType
- Undocumenteddjango.db.migrations.operations.RunSQL
- Run some raw SQL. A reverse SQL statement may be provided.django.db.migrations.operations.SeparateDatabaseAndState
- No summarydjango.db.migrations.optimizer.MigrationOptimizer
- Power the optimization process, where you provide a list of Operations and you are returned a list of equal or shorter length - operations are merged into one if possible.django.db.migrations.questioner.MigrationQuestioner
- Give the autodetector responses to questions it might have. This base class has a built-in noninteractive mode, but the interactive subclass is what the command-line arguments will use.django.db.migrations.questioner.InteractiveMigrationQuestioner
- No class docstring; 6/9 methods documenteddjango.db.migrations.questioner.NonInteractiveMigrationQuestioner
- Undocumenteddjango.db.migrations.recorder.MigrationRecorder
- Deal with storing migration records in the database.django.db.migrations.RemoveIndex
django.contrib.postgres.operations.RemoveIndexConcurrently
- Remove an index using PostgreSQL's DROP INDEX CONCURRENTLY syntax.django.db.migrations.serializer.BaseSerializer
- Undocumenteddjango.contrib.postgres.serializers.RangeSerializer
- Undocumenteddjango.db.migrations.serializer.BaseSequenceSerializer
- Undocumenteddjango.db.migrations.serializer.FrozensetSerializer
- Undocumenteddjango.db.migrations.serializer.SequenceSerializer
- Undocumenteddjango.db.migrations.serializer.SetSerializer
- Undocumenteddjango.db.migrations.serializer.TupleSerializer
- Undocumenteddjango.db.migrations.serializer.BaseSimpleSerializer
- Undocumenteddjango.db.migrations.serializer.FloatSerializer
- Undocumenteddjango.db.migrations.serializer.ChoicesSerializer
- Undocumenteddjango.db.migrations.serializer.DatetimeDatetimeSerializer
- For datetime.datetime.django.db.migrations.serializer.DateTimeSerializer
- For datetime.*, except datetime.datetime.django.db.migrations.serializer.DecimalSerializer
- Undocumenteddjango.db.migrations.serializer.DeconstructableSerializer
- Undocumenteddjango.db.migrations.serializer.ModelFieldSerializer
- Undocumenteddjango.db.migrations.serializer.ModelManagerSerializer
- Undocumenteddjango.db.migrations.serializer.DictionarySerializer
- Undocumenteddjango.db.migrations.serializer.EnumSerializer
- Undocumenteddjango.db.migrations.serializer.FunctionTypeSerializer
- Undocumenteddjango.db.migrations.serializer.FunctoolsPartialSerializer
- Undocumenteddjango.db.migrations.serializer.IterableSerializer
- Undocumenteddjango.db.migrations.serializer.OperationSerializer
- Undocumenteddjango.db.migrations.serializer.PathLikeSerializer
- Undocumenteddjango.db.migrations.serializer.PathSerializer
- Undocumenteddjango.db.migrations.serializer.RegexSerializer
- Undocumenteddjango.db.migrations.serializer.SettingsReferenceSerializer
- Undocumenteddjango.db.migrations.serializer.TypeSerializer
- Undocumenteddjango.db.migrations.serializer.UUIDSerializer
- Undocumenteddjango.db.migrations.serializer.Serializer
- Undocumenteddjango.db.migrations.state.ModelState
- Represent a Django Model. Don't use the actual Model class as it's not designed to have its options changed - instead, mutate this one and then render it into a Model as required.django.db.migrations.state.ProjectState
- Represent the entire project's overall state. This is the item that is passed around - do it here rather than at the app level so that cross-app FKs/etc. resolve properly.django.db.migrations.utils.RegexObject
- Undocumenteddjango.db.migrations.writer.MigrationWriter
- Take a Migration instance and is able to produce the contents of the migration file from it.django.db.migrations.writer.OperationWriter
- Undocumenteddjango.db.models.Aggregate
django.contrib.gis.db.models.aggregates.GeoAggregate
- Undocumenteddjango.contrib.gis.db.models.aggregates.Collect
- Undocumenteddjango.contrib.gis.db.models.aggregates.Extent
- Undocumenteddjango.contrib.gis.db.models.aggregates.Extent3D
- Undocumenteddjango.contrib.gis.db.models.aggregates.MakeLine
- Undocumenteddjango.contrib.gis.db.models.aggregates.Union
- Undocumenteddjango.contrib.postgres.aggregates.general.ArrayAgg
- Undocumenteddjango.contrib.postgres.aggregates.general.BitAnd
- Undocumenteddjango.contrib.postgres.aggregates.general.BitOr
- Undocumenteddjango.contrib.postgres.aggregates.general.BoolAnd
- Undocumenteddjango.contrib.postgres.aggregates.general.BoolOr
- Undocumenteddjango.contrib.postgres.aggregates.general.JSONBAgg
- Undocumenteddjango.contrib.postgres.aggregates.general.StringAgg
- Undocumenteddjango.contrib.postgres.aggregates.statistics.StatAggregate
- Undocumenteddjango.contrib.postgres.aggregates.statistics.Corr
- Undocumenteddjango.contrib.postgres.aggregates.statistics.CovarPop
- Undocumenteddjango.contrib.postgres.aggregates.statistics.RegrAvgX
- Undocumenteddjango.contrib.postgres.aggregates.statistics.RegrAvgY
- Undocumenteddjango.contrib.postgres.aggregates.statistics.RegrCount
- Undocumenteddjango.contrib.postgres.aggregates.statistics.RegrIntercept
- Undocumenteddjango.contrib.postgres.aggregates.statistics.RegrR2
- Undocumenteddjango.contrib.postgres.aggregates.statistics.RegrSlope
- Undocumenteddjango.contrib.postgres.aggregates.statistics.RegrSXX
- Undocumenteddjango.contrib.postgres.aggregates.statistics.RegrSXY
- Undocumenteddjango.contrib.postgres.aggregates.statistics.RegrSYY
- Undocumenteddjango.db.models.base.Deferred
- Undocumenteddjango.db.models.base.Model
- No class docstring; 0/3 instance variable, 0/1 class variable, 15/34 methods, 11/22 class methods documenteddjango.contrib.admin.models.LogEntry
- No class docstring; 0/8 class variable, 3/8 methods, 0/1 class documenteddjango.contrib.auth.base_user.AbstractBaseUser
- No class docstring; 2/2 properties, 0/2 instance variable, 0/2 class variable, 0/1 constant, 4/10 methods, 0/2 class method, 0/1 class documenteddjango.contrib.auth.models.AbstractUser
- An abstract base class implementing a fully featured User model with admin-compliant permissions.django.contrib.auth.models.User
- Users within the Django authentication system are represented by this model.django.contrib.auth.models.Group
- Groups are a generic way of categorizing users to apply permissions, or some other label, to those users. A user can belong to any number of groups.django.contrib.auth.models.Permission
- The permissions system provides a way to assign permissions to specific users and groups of users.django.contrib.auth.models.PermissionsMixin
- Add the fields and methods necessary to support the Group and Permission models using the ModelBackend.django.contrib.auth.models.AbstractUser
- An abstract base class implementing a fully featured User model with admin-compliant permissions.django.contrib.auth.models.User
- Users within the Django authentication system are represented by this model.django.contrib.contenttypes.models.ContentType
- No class docstring; 0/2 property, 0/3 class variable, 3/5 methods, 0/1 class documenteddjango.contrib.flatpages.models.FlatPage
- Undocumenteddjango.contrib.gis.db.backends.oracle.models.OracleGeometryColumns
- Maps to the Oracle USER_SDO_GEOM_METADATA table.django.contrib.gis.db.backends.oracle.models.OracleSpatialRefSys
- Maps to the Oracle MDSYS.CS_SRS table.django.contrib.gis.db.backends.postgis.models.PostGISGeometryColumns
- The 'geometry_columns' view from PostGIS. See the PostGIS documentation at Ch. 4.3.2.django.contrib.gis.db.backends.postgis.models.PostGISSpatialRefSys
- The 'spatial_ref_sys' table from PostGIS. See the PostGIS documentation at Ch. 4.2.1.django.contrib.gis.db.backends.spatialite.models.SpatialiteGeometryColumns
- The 'geometry_columns' table from SpatiaLite.django.contrib.gis.db.backends.spatialite.models.SpatialiteSpatialRefSys
- The 'spatial_ref_sys' table from SpatiaLite.django.contrib.redirects.models.Redirect
- Undocumenteddjango.contrib.sessions.base_session.AbstractBaseSession
- Undocumenteddjango.contrib.sessions.models.Session
- No summarydjango.contrib.sites.models.Site
- Undocumenteddjango.db.models.base.ModelState
- Store model instance state.django.db.models.base.ModelStateFieldsCacheDescriptor
- Undocumenteddjango.db.models.CharField
django.contrib.postgres.fields.citext.CICharField
- Undocumenteddjango.db.models.constraints.BaseConstraint
- Undocumenteddjango.contrib.postgres.constraints.ExclusionConstraint
- Undocumenteddjango.db.models.constraints.CheckConstraint
- Undocumenteddjango.db.models.constraints.UniqueConstraint
- Undocumenteddjango.db.models.deletion.Collector
- No class docstring; 0/6 instance variable, 6/15 methods documenteddjango.contrib.admin.utils.NestedObjects
- No class docstring; 0/3 instance variable, 2/7 methods documenteddjango.contrib.contenttypes.management.commands.remove_stale_contenttypes.NoFastDeleteCollector
- No class docstring; 1/1 method documenteddjango.db.models.EmailField
django.contrib.postgres.fields.citext.CIEmailField
- Undocumenteddjango.db.models.Expression
django.contrib.postgres.search.SearchConfig
- Undocumenteddjango.db.models.expressions.BaseExpression
- Base class for all query expressions.django.db.models.expressions.Expression
- An expression that can be combined with other expressions.django.contrib.postgres.fields.ranges.RangeBoundary
- A class that represents range boundaries.django.db.models.expressions.Case
- An SQL searched CASE expression:django.db.models.expressions.Col
- Undocumenteddjango.db.models.expressions.CombinedExpression
- Undocumenteddjango.contrib.postgres.search.CombinedSearchQuery
- Undocumenteddjango.contrib.postgres.search.CombinedSearchVector
- Undocumenteddjango.db.models.expressions.DurationExpression
- Undocumenteddjango.db.models.expressions.TemporalSubtraction
- Undocumenteddjango.db.models.expressions.ExpressionWrapper
- An expression that can wrap another expression so that it can provide extra context to the inner expression, such as the output_field.django.db.models.expressions.Func
- An SQL function call.django.db.models.aggregates.Aggregate
- Undocumenteddjango.db.models.aggregates.Avg
- Undocumenteddjango.db.models.aggregates.Count
- Undocumenteddjango.db.models.aggregates.Max
- Undocumenteddjango.db.models.aggregates.Min
- Undocumenteddjango.db.models.aggregates.StdDev
- Undocumenteddjango.db.models.aggregates.Sum
- Undocumenteddjango.db.models.aggregates.Variance
- Undocumenteddjango.db.models.expressions.ExpressionList
- An expression containing multiple expressions. Can be used to provide a list of expressions as an argument to another expression, like an ordering clause.django.db.models.functions.ATan2
- Undocumenteddjango.db.models.functions.Cast
- Coerce an expression to a new field type.django.db.models.functions.Coalesce
- Return, from left to right, the first non-null expression.django.db.models.functions.Collate
- Undocumenteddjango.db.models.functions.Concat
- Concatenate text fields together. Backends that result in an entire null expression when any arguments are null will wrap each argument in coalesce functions to ensure a non-null result.django.db.models.functions.ConcatPair
- Concatenate two arguments together. This is used by Concat
because not all backend databases support more than two arguments.django.db.models.functions.Greatest
- Return the maximum expression.django.db.models.functions.JSONObject
- Undocumenteddjango.db.models.functions.Least
- Return the minimum expression.django.db.models.functions.Left
- No class docstring; 0/3 class variable, 1/4 method documenteddjango.db.models.functions.Right
- Undocumenteddjango.db.models.functions.Log
- Undocumenteddjango.db.models.functions.LPad
- Undocumenteddjango.db.models.functions.RPad
- Undocumenteddjango.db.models.functions.Mod
- Undocumenteddjango.db.models.functions.Now
- Undocumenteddjango.db.models.functions.NullIf
- Undocumenteddjango.db.models.functions.Pi
- Undocumenteddjango.db.models.functions.Power
- Undocumenteddjango.db.models.functions.Random
- Undocumenteddjango.db.models.functions.Repeat
- Undocumenteddjango.db.models.functions.Replace
- Undocumenteddjango.db.models.functions.StrIndex
- Return a positive integer corresponding to the 1-indexed position of the first occurrence of a substring inside another string, or 0 if the substring is not found.django.db.models.functions.Substr
- No class docstring; 0/2 class variable, 1/3 method documenteddjango.db.models.functions.window.CumeDist
- Undocumenteddjango.db.models.functions.window.DenseRank
- Undocumenteddjango.db.models.functions.window.FirstValue
- Undocumenteddjango.db.models.functions.window.LagLeadFunction
- Undocumenteddjango.db.models.functions.window.Lag
- Undocumenteddjango.db.models.functions.window.Lead
- Undocumenteddjango.db.models.functions.window.LastValue
- Undocumenteddjango.db.models.functions.window.NthValue
- Undocumenteddjango.db.models.functions.window.Ntile
- Undocumenteddjango.db.models.functions.window.PercentRank
- Undocumenteddjango.db.models.functions.window.Rank
- Undocumenteddjango.db.models.functions.window.RowNumber
- Undocumenteddjango.db.models.indexes.IndexExpression
- Order and wrap expressions for CREATE INDEX statements.django.db.models.lookups.Transform
- RegisterLookupMixin() is first so that get_lookup() and get_transform() first examine self and then check output_field.django.contrib.postgres.fields.ranges.IsEmpty
- Undocumenteddjango.contrib.postgres.fields.ranges.LowerInclusive
- Undocumenteddjango.contrib.postgres.fields.ranges.LowerInfinite
- Undocumenteddjango.contrib.postgres.fields.ranges.RangeEndsWith
- Undocumenteddjango.contrib.postgres.fields.ranges.RangeStartsWith
- Undocumenteddjango.contrib.postgres.fields.ranges.UpperInclusive
- Undocumenteddjango.contrib.postgres.fields.ranges.UpperInfinite
- Undocumenteddjango.db.models.fields.json.KeyTransform
- Undocumenteddjango.db.models.fields.json.KeyTextTransform
- Undocumenteddjango.db.models.functions.Abs
- Undocumenteddjango.db.models.functions.ACos
- Undocumenteddjango.db.models.functions.ASin
- Undocumenteddjango.db.models.functions.ATan
- Undocumenteddjango.db.models.functions.Ceil
- Undocumenteddjango.db.models.functions.Chr
- Undocumenteddjango.db.models.functions.Cos
- Undocumenteddjango.db.models.functions.Cot
- Undocumenteddjango.db.models.functions.datetime.TruncBase
- Undocumenteddjango.db.models.functions.Trunc
- Undocumenteddjango.db.models.functions.TruncDate
- Undocumenteddjango.db.models.functions.TruncDay
- Undocumenteddjango.db.models.functions.TruncHour
- Undocumenteddjango.db.models.functions.TruncMinute
- Undocumenteddjango.db.models.functions.TruncMonth
- Undocumenteddjango.db.models.functions.TruncQuarter
- Undocumenteddjango.db.models.functions.TruncSecond
- Undocumenteddjango.db.models.functions.TruncTime
- Undocumenteddjango.db.models.functions.TruncWeek
- Truncate to midnight on the Monday of the week.django.db.models.functions.TruncYear
- Undocumenteddjango.db.models.functions.Degrees
- Undocumenteddjango.db.models.functions.Exp
- Undocumenteddjango.db.models.functions.Extract
- Undocumenteddjango.db.models.functions.ExtractDay
- Undocumenteddjango.db.models.functions.ExtractHour
- Undocumenteddjango.db.models.functions.ExtractIsoWeekDay
- Return Monday=1 through Sunday=7, based on ISO-8601.django.db.models.functions.ExtractIsoYear
- Return the ISO-8601 week-numbering year.django.db.models.functions.ExtractMinute
- Undocumenteddjango.db.models.functions.ExtractMonth
- Undocumenteddjango.db.models.functions.ExtractQuarter
- Undocumenteddjango.db.models.functions.ExtractSecond
- Undocumenteddjango.db.models.functions.ExtractWeek
- Return 1-52 or 53, based on ISO-8601, i.e., Monday is the first of the week.django.db.models.functions.ExtractWeekDay
- Return Sunday=1 through Saturday=7.django.db.models.functions.ExtractYear
- Undocumenteddjango.db.models.functions.Floor
- Undocumenteddjango.db.models.functions.Length
- Return the number of characters in the expression.django.db.models.functions.Ln
- Undocumenteddjango.db.models.functions.Lower
- Undocumenteddjango.db.models.functions.LTrim
- Undocumenteddjango.db.models.functions.MD5
- Undocumenteddjango.db.models.functions.Ord
- Undocumenteddjango.db.models.functions.Radians
- Undocumenteddjango.db.models.functions.Reverse
- Undocumenteddjango.db.models.functions.Round
- Undocumenteddjango.db.models.functions.RTrim
- Undocumenteddjango.db.models.functions.SHA1
- Undocumenteddjango.db.models.functions.SHA224
- Undocumenteddjango.db.models.functions.SHA256
- Undocumenteddjango.db.models.functions.SHA384
- Undocumenteddjango.db.models.functions.SHA512
- Undocumenteddjango.db.models.functions.Sign
- Undocumenteddjango.db.models.functions.Sin
- Undocumenteddjango.db.models.functions.Sqrt
- Undocumenteddjango.db.models.functions.Tan
- Undocumenteddjango.db.models.functions.Trim
- Undocumenteddjango.db.models.functions.Upper
- Undocumenteddjango.db.models.expressions.OrderBy
- Undocumenteddjango.db.models.expressions.RawSQL
- Undocumenteddjango.db.models.expressions.Ref
- Reference to column alias of the query. For example, Ref('sum_cost') in qs.annotate(sum_cost=Sum('cost')) query.django.db.models.expressions.Star
- Undocumenteddjango.db.models.expressions.Value
- Represent a wrapped value as a node within an expression.django.db.models.expressions.When
- Undocumenteddjango.db.models.expressions.Window
- Undocumenteddjango.db.models.expressions.WindowFrame
- No summarydjango.db.models.expressions.RowRange
- Undocumenteddjango.db.models.expressions.ValueRange
- Undocumenteddjango.db.models.lookups.Lookup
- Undocumenteddjango.db.models.lookups.BuiltinLookup
- Undocumenteddjango.db.models.lookups.Exact
- Undocumenteddjango.contrib.postgres.fields.array.ArrayExact
- Undocumenteddjango.db.models.fields.json.JSONExact
- Undocumenteddjango.db.models.fields.json.KeyTransformExact
- Undocumenteddjango.db.models.fields.related_lookups.RelatedExact
- Undocumenteddjango.db.models.lookups.YearExact
- Undocumenteddjango.db.models.lookups.GreaterThan
- Undocumenteddjango.db.models.fields.json.KeyTransformGt
- Undocumenteddjango.db.models.fields.related_lookups.RelatedGreaterThan
- Undocumenteddjango.db.models.lookups.YearGt
- Undocumenteddjango.db.models.lookups.GreaterThanOrEqual
- Undocumenteddjango.db.models.fields.json.KeyTransformGte
- Undocumenteddjango.db.models.fields.related_lookups.RelatedGreaterThanOrEqual
- Undocumenteddjango.db.models.lookups.IntegerGreaterThanOrEqual
- Undocumenteddjango.db.models.lookups.YearGte
- Undocumenteddjango.db.models.lookups.IExact
- Undocumenteddjango.db.models.fields.json.KeyTransformIExact
- Undocumenteddjango.db.models.lookups.UUIDIExact
- Undocumenteddjango.db.models.lookups.In
- Undocumenteddjango.contrib.postgres.fields.array.ArrayInLookup
- Undocumenteddjango.db.models.fields.json.KeyTransformIn
- Undocumenteddjango.db.models.fields.related_lookups.RelatedIn
- Undocumenteddjango.db.models.lookups.IsNull
- Undocumenteddjango.db.models.fields.json.KeyTransformIsNull
- Undocumenteddjango.db.models.fields.related_lookups.RelatedIsNull
- Undocumenteddjango.db.models.lookups.LessThan
- Undocumenteddjango.db.models.fields.json.KeyTransformLt
- Undocumenteddjango.db.models.fields.related_lookups.RelatedLessThan
- Undocumenteddjango.db.models.lookups.IntegerLessThan
- Undocumenteddjango.db.models.lookups.YearLt
- Undocumenteddjango.db.models.lookups.LessThanOrEqual
- Undocumenteddjango.db.models.fields.json.KeyTransformLte
- Undocumenteddjango.db.models.fields.related_lookups.RelatedLessThanOrEqual
- Undocumenteddjango.db.models.lookups.YearLte
- Undocumenteddjango.db.models.lookups.PatternLookup
- Undocumenteddjango.db.models.lookups.Contains
- Undocumenteddjango.db.models.lookups.IContains
- Undocumenteddjango.db.models.fields.json.JSONIContains
- Undocumenteddjango.db.models.fields.json.KeyTransformIContains
- Undocumenteddjango.db.models.lookups.UUIDIContains
- Undocumenteddjango.db.models.lookups.UUIDContains
- Undocumenteddjango.db.models.lookups.EndsWith
- Undocumenteddjango.db.models.fields.json.KeyTransformEndsWith
- Undocumenteddjango.db.models.lookups.IEndsWith
- Undocumenteddjango.db.models.fields.json.KeyTransformIEndsWith
- Undocumenteddjango.db.models.lookups.UUIDIEndsWith
- Undocumenteddjango.db.models.lookups.UUIDEndsWith
- Undocumenteddjango.db.models.lookups.StartsWith
- Undocumenteddjango.db.models.fields.json.KeyTransformStartsWith
- Undocumenteddjango.db.models.lookups.IStartsWith
- Undocumenteddjango.db.models.fields.json.KeyTransformIStartsWith
- Undocumenteddjango.db.models.lookups.UUIDIStartsWith
- Undocumenteddjango.db.models.lookups.UUIDStartsWith
- Undocumenteddjango.db.models.lookups.Range
- Undocumenteddjango.db.models.lookups.Regex
- Undocumenteddjango.db.models.fields.json.KeyTransformRegex
- Undocumenteddjango.db.models.lookups.IRegex
- Undocumenteddjango.db.models.fields.json.KeyTransformIRegex
- Undocumenteddjango.db.models.lookups.PostgresOperatorLookup
- Lookup defined by operators on PostgreSQL.django.contrib.postgres.fields.ranges.AdjacentToLookup
- Undocumenteddjango.contrib.postgres.fields.ranges.DateTimeRangeContains
- Lookup for Date/DateTimeRange containment to cast the rhs to the correct type.django.contrib.postgres.fields.ranges.FullGreaterThan
- Undocumenteddjango.contrib.postgres.fields.ranges.FullyLessThan
- Undocumenteddjango.contrib.postgres.fields.ranges.NotGreaterThan
- Undocumenteddjango.contrib.postgres.fields.ranges.NotLessThan
- Undocumenteddjango.contrib.postgres.fields.ranges.RangeContainedBy
- Undocumenteddjango.contrib.postgres.lookups.ContainedBy
- Undocumenteddjango.contrib.postgres.fields.array.ArrayContainedBy
- Undocumenteddjango.contrib.postgres.lookups.DataContains
- Undocumenteddjango.contrib.postgres.fields.array.ArrayContains
- Undocumenteddjango.contrib.postgres.lookups.HasKey
- Undocumenteddjango.contrib.postgres.lookups.HasKeys
- Undocumenteddjango.contrib.postgres.lookups.HasAnyKeys
- Undocumenteddjango.contrib.postgres.lookups.Overlap
- Undocumenteddjango.contrib.postgres.fields.array.ArrayOverlap
- Undocumenteddjango.contrib.postgres.lookups.TrigramSimilar
- Undocumenteddjango.contrib.postgres.lookups.TrigramWordSimilar
- Undocumenteddjango.db.models.fields.json.ContainedBy
- Undocumenteddjango.db.models.fields.json.DataContains
- Undocumenteddjango.db.models.fields.json.HasKeyLookup
- Undocumenteddjango.db.models.fields.json.HasKey
- Undocumenteddjango.db.models.fields.json.HasKeys
- Undocumenteddjango.db.models.fields.json.HasAnyKeys
- Undocumenteddjango.db.models.lookups.YearLookup
- Undocumenteddjango.db.models.lookups.YearExact
- Undocumenteddjango.db.models.lookups.YearGt
- Undocumenteddjango.db.models.lookups.YearGte
- Undocumenteddjango.db.models.lookups.YearLt
- Undocumenteddjango.db.models.lookups.YearLte
- Undocumenteddjango.db.models.expressions.Subquery
- An explicit subquery. It may contain OuterRef() references to the outer query which will be resolved when it is applied to that query.django.db.models.expressions.Exists
- Undocumenteddjango.db.models.sql.query.Query
- A single SQL query.django.db.models.sql.subqueries.AggregateQuery
- Take another query as a parameter to the FROM clause and only select the elements in the provided list.django.db.models.sql.subqueries.DeleteQuery
- A DELETE SQL query.django.db.models.sql.subqueries.InsertQuery
- Undocumenteddjango.db.models.sql.subqueries.UpdateQuery
- An UPDATE SQL query.django.db.models.expressions.Combinable
- Provide the ability to combine one or two objects with some connector. For example F('foo') + F('bar').django.db.models.expressions.Expression
- An expression that can be combined with other expressions.django.contrib.postgres.fields.ranges.RangeBoundary
- A class that represents range boundaries.django.db.models.expressions.Case
- An SQL searched CASE expression:django.db.models.expressions.Col
- Undocumenteddjango.db.models.expressions.CombinedExpression
- Undocumenteddjango.contrib.postgres.search.CombinedSearchQuery
- Undocumenteddjango.contrib.postgres.search.CombinedSearchVector
- Undocumenteddjango.db.models.expressions.DurationExpression
- Undocumenteddjango.db.models.expressions.TemporalSubtraction
- Undocumenteddjango.db.models.expressions.ExpressionWrapper
- An expression that can wrap another expression so that it can provide extra context to the inner expression, such as the output_field.django.db.models.expressions.Func
- An SQL function call.django.db.models.aggregates.Aggregate
- Undocumenteddjango.db.models.aggregates.Avg
- Undocumenteddjango.db.models.aggregates.Count
- Undocumenteddjango.db.models.aggregates.Max
- Undocumenteddjango.db.models.aggregates.Min
- Undocumenteddjango.db.models.aggregates.StdDev
- Undocumenteddjango.db.models.aggregates.Sum
- Undocumenteddjango.db.models.aggregates.Variance
- Undocumenteddjango.db.models.expressions.ExpressionList
- An expression containing multiple expressions. Can be used to provide a list of expressions as an argument to another expression, like an ordering clause.django.db.models.functions.ATan2
- Undocumenteddjango.db.models.functions.Cast
- Coerce an expression to a new field type.django.db.models.functions.Coalesce
- Return, from left to right, the first non-null expression.django.db.models.functions.Collate
- Undocumenteddjango.db.models.functions.Concat
- Concatenate text fields together. Backends that result in an entire null expression when any arguments are null will wrap each argument in coalesce functions to ensure a non-null result.django.db.models.functions.ConcatPair
- Concatenate two arguments together. This is used by Concat
because not all backend databases support more than two arguments.django.db.models.functions.Greatest
- Return the maximum expression.django.db.models.functions.JSONObject
- Undocumenteddjango.db.models.functions.Least
- Return the minimum expression.django.db.models.functions.Left
- No class docstring; 0/3 class variable, 1/4 method documenteddjango.db.models.functions.Right
- Undocumenteddjango.db.models.functions.Log
- Undocumenteddjango.db.models.functions.LPad
- Undocumenteddjango.db.models.functions.RPad
- Undocumenteddjango.db.models.functions.Mod
- Undocumenteddjango.db.models.functions.Now
- Undocumenteddjango.db.models.functions.NullIf
- Undocumenteddjango.db.models.functions.Pi
- Undocumenteddjango.db.models.functions.Power
- Undocumenteddjango.db.models.functions.Random
- Undocumenteddjango.db.models.functions.Repeat
- Undocumenteddjango.db.models.functions.Replace
- Undocumenteddjango.db.models.functions.StrIndex
- Return a positive integer corresponding to the 1-indexed position of the first occurrence of a substring inside another string, or 0 if the substring is not found.django.db.models.functions.Substr
- No class docstring; 0/2 class variable, 1/3 method documenteddjango.db.models.functions.window.CumeDist
- Undocumenteddjango.db.models.functions.window.DenseRank
- Undocumenteddjango.db.models.functions.window.FirstValue
- Undocumenteddjango.db.models.functions.window.LagLeadFunction
- Undocumenteddjango.db.models.functions.window.Lag
- Undocumenteddjango.db.models.functions.window.Lead
- Undocumenteddjango.db.models.functions.window.LastValue
- Undocumenteddjango.db.models.functions.window.NthValue
- Undocumenteddjango.db.models.functions.window.Ntile
- Undocumenteddjango.db.models.functions.window.PercentRank
- Undocumenteddjango.db.models.functions.window.Rank
- Undocumenteddjango.db.models.functions.window.RowNumber
- Undocumenteddjango.db.models.indexes.IndexExpression
- Order and wrap expressions for CREATE INDEX statements.django.db.models.lookups.Transform
- RegisterLookupMixin() is first so that get_lookup() and get_transform() first examine self and then check output_field.django.contrib.postgres.fields.ranges.IsEmpty
- Undocumenteddjango.contrib.postgres.fields.ranges.LowerInclusive
- Undocumenteddjango.contrib.postgres.fields.ranges.LowerInfinite
- Undocumenteddjango.contrib.postgres.fields.ranges.RangeEndsWith
- Undocumenteddjango.contrib.postgres.fields.ranges.RangeStartsWith
- Undocumenteddjango.contrib.postgres.fields.ranges.UpperInclusive
- Undocumenteddjango.contrib.postgres.fields.ranges.UpperInfinite
- Undocumenteddjango.db.models.fields.json.KeyTransform
- Undocumenteddjango.db.models.fields.json.KeyTextTransform
- Undocumenteddjango.db.models.functions.Abs
- Undocumenteddjango.db.models.functions.ACos
- Undocumenteddjango.db.models.functions.ASin
- Undocumenteddjango.db.models.functions.ATan
- Undocumenteddjango.db.models.functions.Ceil
- Undocumenteddjango.db.models.functions.Chr
- Undocumenteddjango.db.models.functions.Cos
- Undocumenteddjango.db.models.functions.Cot
- Undocumenteddjango.db.models.functions.datetime.TruncBase
- Undocumenteddjango.db.models.functions.Trunc
- Undocumenteddjango.db.models.functions.TruncDate
- Undocumenteddjango.db.models.functions.TruncDay
- Undocumenteddjango.db.models.functions.TruncHour
- Undocumenteddjango.db.models.functions.TruncMinute
- Undocumenteddjango.db.models.functions.TruncMonth
- Undocumenteddjango.db.models.functions.TruncQuarter
- Undocumenteddjango.db.models.functions.TruncSecond
- Undocumenteddjango.db.models.functions.TruncTime
- Undocumenteddjango.db.models.functions.TruncWeek
- Truncate to midnight on the Monday of the week.django.db.models.functions.TruncYear
- Undocumenteddjango.db.models.functions.Degrees
- Undocumenteddjango.db.models.functions.Exp
- Undocumenteddjango.db.models.functions.Extract
- Undocumenteddjango.db.models.functions.ExtractDay
- Undocumenteddjango.db.models.functions.ExtractHour
- Undocumenteddjango.db.models.functions.ExtractIsoWeekDay
- Return Monday=1 through Sunday=7, based on ISO-8601.django.db.models.functions.ExtractIsoYear
- Return the ISO-8601 week-numbering year.django.db.models.functions.ExtractMinute
- Undocumenteddjango.db.models.functions.ExtractMonth
- Undocumenteddjango.db.models.functions.ExtractQuarter
- Undocumenteddjango.db.models.functions.ExtractSecond
- Undocumenteddjango.db.models.functions.ExtractWeek
- Return 1-52 or 53, based on ISO-8601, i.e., Monday is the first of the week.django.db.models.functions.ExtractWeekDay
- Return Sunday=1 through Saturday=7.django.db.models.functions.ExtractYear
- Undocumenteddjango.db.models.functions.Floor
- Undocumenteddjango.db.models.functions.Length
- Return the number of characters in the expression.django.db.models.functions.Ln
- Undocumenteddjango.db.models.functions.Lower
- Undocumenteddjango.db.models.functions.LTrim
- Undocumenteddjango.db.models.functions.MD5
- Undocumenteddjango.db.models.functions.Ord
- Undocumenteddjango.db.models.functions.Radians
- Undocumenteddjango.db.models.functions.Reverse
- Undocumenteddjango.db.models.functions.Round
- Undocumenteddjango.db.models.functions.RTrim
- Undocumenteddjango.db.models.functions.SHA1
- Undocumenteddjango.db.models.functions.SHA224
- Undocumenteddjango.db.models.functions.SHA256
- Undocumenteddjango.db.models.functions.SHA384
- Undocumenteddjango.db.models.functions.SHA512
- Undocumenteddjango.db.models.functions.Sign
- Undocumenteddjango.db.models.functions.Sin
- Undocumenteddjango.db.models.functions.Sqrt
- Undocumenteddjango.db.models.functions.Tan
- Undocumenteddjango.db.models.functions.Trim
- Undocumenteddjango.db.models.functions.Upper
- Undocumenteddjango.db.models.expressions.OrderBy
- Undocumenteddjango.db.models.expressions.RawSQL
- Undocumenteddjango.db.models.expressions.Ref
- Reference to column alias of the query. For example, Ref('sum_cost') in qs.annotate(sum_cost=Sum('cost')) query.django.db.models.expressions.Star
- Undocumenteddjango.db.models.expressions.Value
- Represent a wrapped value as a node within an expression.django.db.models.expressions.When
- Undocumenteddjango.db.models.expressions.Window
- Undocumenteddjango.db.models.expressions.WindowFrame
- No summarydjango.db.models.expressions.RowRange
- Undocumenteddjango.db.models.expressions.ValueRange
- Undocumenteddjango.db.models.lookups.Lookup
- Undocumenteddjango.db.models.lookups.BuiltinLookup
- Undocumenteddjango.db.models.lookups.Exact
- Undocumenteddjango.contrib.postgres.fields.array.ArrayExact
- Undocumenteddjango.db.models.fields.json.JSONExact
- Undocumenteddjango.db.models.fields.json.KeyTransformExact
- Undocumenteddjango.db.models.fields.related_lookups.RelatedExact
- Undocumenteddjango.db.models.lookups.YearExact
- Undocumenteddjango.db.models.lookups.GreaterThan
- Undocumenteddjango.db.models.fields.json.KeyTransformGt
- Undocumenteddjango.db.models.fields.related_lookups.RelatedGreaterThan
- Undocumenteddjango.db.models.lookups.YearGt
- Undocumenteddjango.db.models.lookups.GreaterThanOrEqual
- Undocumenteddjango.db.models.fields.json.KeyTransformGte
- Undocumenteddjango.db.models.fields.related_lookups.RelatedGreaterThanOrEqual
- Undocumenteddjango.db.models.lookups.IntegerGreaterThanOrEqual
- Undocumenteddjango.db.models.lookups.YearGte
- Undocumenteddjango.db.models.lookups.IExact
- Undocumenteddjango.db.models.fields.json.KeyTransformIExact
- Undocumenteddjango.db.models.lookups.UUIDIExact
- Undocumenteddjango.db.models.lookups.In
- Undocumenteddjango.contrib.postgres.fields.array.ArrayInLookup
- Undocumenteddjango.db.models.fields.json.KeyTransformIn
- Undocumenteddjango.db.models.fields.related_lookups.RelatedIn
- Undocumenteddjango.db.models.lookups.IsNull
- Undocumenteddjango.db.models.fields.json.KeyTransformIsNull
- Undocumenteddjango.db.models.fields.related_lookups.RelatedIsNull
- Undocumenteddjango.db.models.lookups.LessThan
- Undocumenteddjango.db.models.fields.json.KeyTransformLt
- Undocumenteddjango.db.models.fields.related_lookups.RelatedLessThan
- Undocumenteddjango.db.models.lookups.IntegerLessThan
- Undocumenteddjango.db.models.lookups.YearLt
- Undocumenteddjango.db.models.lookups.LessThanOrEqual
- Undocumenteddjango.db.models.fields.json.KeyTransformLte
- Undocumenteddjango.db.models.fields.related_lookups.RelatedLessThanOrEqual
- Undocumenteddjango.db.models.lookups.YearLte
- Undocumenteddjango.db.models.lookups.PatternLookup
- Undocumenteddjango.db.models.lookups.Contains
- Undocumenteddjango.db.models.lookups.IContains
- Undocumenteddjango.db.models.fields.json.JSONIContains
- Undocumenteddjango.db.models.fields.json.KeyTransformIContains
- Undocumenteddjango.db.models.lookups.UUIDIContains
- Undocumenteddjango.db.models.lookups.UUIDContains
- Undocumenteddjango.db.models.lookups.EndsWith
- Undocumenteddjango.db.models.fields.json.KeyTransformEndsWith
- Undocumenteddjango.db.models.lookups.IEndsWith
- Undocumenteddjango.db.models.fields.json.KeyTransformIEndsWith
- Undocumenteddjango.db.models.lookups.UUIDIEndsWith
- Undocumenteddjango.db.models.lookups.UUIDEndsWith
- Undocumenteddjango.db.models.lookups.StartsWith
- Undocumenteddjango.db.models.fields.json.KeyTransformStartsWith
- Undocumenteddjango.db.models.lookups.IStartsWith
- Undocumenteddjango.db.models.fields.json.KeyTransformIStartsWith
- Undocumenteddjango.db.models.lookups.UUIDIStartsWith
- Undocumenteddjango.db.models.lookups.UUIDStartsWith
- Undocumenteddjango.db.models.lookups.Range
- Undocumenteddjango.db.models.lookups.Regex
- Undocumenteddjango.db.models.fields.json.KeyTransformRegex
- Undocumenteddjango.db.models.lookups.IRegex
- Undocumenteddjango.db.models.fields.json.KeyTransformIRegex
- Undocumenteddjango.db.models.lookups.PostgresOperatorLookup
- Lookup defined by operators on PostgreSQL.django.contrib.postgres.fields.ranges.AdjacentToLookup
- Undocumenteddjango.contrib.postgres.fields.ranges.DateTimeRangeContains
- Lookup for Date/DateTimeRange containment to cast the rhs to the correct type.django.contrib.postgres.fields.ranges.FullGreaterThan
- Undocumenteddjango.contrib.postgres.fields.ranges.FullyLessThan
- Undocumenteddjango.contrib.postgres.fields.ranges.NotGreaterThan
- Undocumenteddjango.contrib.postgres.fields.ranges.NotLessThan
- Undocumenteddjango.contrib.postgres.fields.ranges.RangeContainedBy
- Undocumenteddjango.contrib.postgres.lookups.ContainedBy
- Undocumenteddjango.contrib.postgres.fields.array.ArrayContainedBy
- Undocumenteddjango.contrib.postgres.lookups.DataContains
- Undocumenteddjango.contrib.postgres.fields.array.ArrayContains
- Undocumenteddjango.contrib.postgres.lookups.HasKey
- Undocumenteddjango.contrib.postgres.lookups.HasKeys
- Undocumenteddjango.contrib.postgres.lookups.HasAnyKeys
- Undocumenteddjango.contrib.postgres.lookups.Overlap
- Undocumenteddjango.contrib.postgres.fields.array.ArrayOverlap
- Undocumenteddjango.contrib.postgres.lookups.TrigramSimilar
- Undocumenteddjango.contrib.postgres.lookups.TrigramWordSimilar
- Undocumenteddjango.db.models.fields.json.ContainedBy
- Undocumenteddjango.db.models.fields.json.DataContains
- Undocumenteddjango.db.models.fields.json.HasKeyLookup
- Undocumenteddjango.db.models.fields.json.HasKey
- Undocumenteddjango.db.models.fields.json.HasKeys
- Undocumenteddjango.db.models.fields.json.HasAnyKeys
- Undocumenteddjango.db.models.lookups.YearLookup
- Undocumenteddjango.db.models.lookups.YearExact
- Undocumenteddjango.db.models.lookups.YearGt
- Undocumenteddjango.db.models.lookups.YearGte
- Undocumenteddjango.db.models.lookups.YearLt
- Undocumenteddjango.db.models.lookups.YearLte
- Undocumenteddjango.db.models.expressions.F
- An object capable of resolving references to existing query objects.django.db.models.expressions.OuterRef
- Undocumenteddjango.db.models.expressions.ResolvedOuterRef
- An object that contains a reference to an outer query.django.db.models.expressions.Subquery
- An explicit subquery. It may contain OuterRef() references to the outer query which will be resolved when it is applied to that query.django.db.models.expressions.Exists
- Undocumenteddjango.db.models.expressions.SQLiteNumericMixin
- Some expressions with output_field=DecimalField() must be cast to numeric to be properly filtered.django.db.models.expressions.CombinedExpression
- Undocumenteddjango.contrib.postgres.search.CombinedSearchQuery
- Undocumenteddjango.contrib.postgres.search.CombinedSearchVector
- Undocumenteddjango.db.models.expressions.DurationExpression
- Undocumenteddjango.db.models.expressions.TemporalSubtraction
- Undocumenteddjango.db.models.expressions.Func
- An SQL function call.django.db.models.aggregates.Aggregate
- Undocumenteddjango.db.models.aggregates.Avg
- Undocumenteddjango.db.models.aggregates.Count
- Undocumenteddjango.db.models.aggregates.Max
- Undocumenteddjango.db.models.aggregates.Min
- Undocumenteddjango.db.models.aggregates.StdDev
- Undocumenteddjango.db.models.aggregates.Sum
- Undocumenteddjango.db.models.aggregates.Variance
- Undocumenteddjango.db.models.expressions.ExpressionList
- An expression containing multiple expressions. Can be used to provide a list of expressions as an argument to another expression, like an ordering clause.django.db.models.functions.ATan2
- Undocumenteddjango.db.models.functions.Cast
- Coerce an expression to a new field type.django.db.models.functions.Coalesce
- Return, from left to right, the first non-null expression.django.db.models.functions.Collate
- Undocumenteddjango.db.models.functions.Concat
- Concatenate text fields together. Backends that result in an entire null expression when any arguments are null will wrap each argument in coalesce functions to ensure a non-null result.django.db.models.functions.ConcatPair
- Concatenate two arguments together. This is used by Concat
because not all backend databases support more than two arguments.django.db.models.functions.Greatest
- Return the maximum expression.django.db.models.functions.JSONObject
- Undocumenteddjango.db.models.functions.Least
- Return the minimum expression.django.db.models.functions.Left
- No class docstring; 0/3 class variable, 1/4 method documenteddjango.db.models.functions.Right
- Undocumenteddjango.db.models.functions.Log
- Undocumenteddjango.db.models.functions.LPad
- Undocumenteddjango.db.models.functions.RPad
- Undocumenteddjango.db.models.functions.Mod
- Undocumenteddjango.db.models.functions.Now
- Undocumenteddjango.db.models.functions.NullIf
- Undocumenteddjango.db.models.functions.Pi
- Undocumenteddjango.db.models.functions.Power
- Undocumenteddjango.db.models.functions.Random
- Undocumenteddjango.db.models.functions.Repeat
- Undocumenteddjango.db.models.functions.Replace
- Undocumenteddjango.db.models.functions.StrIndex
- Return a positive integer corresponding to the 1-indexed position of the first occurrence of a substring inside another string, or 0 if the substring is not found.django.db.models.functions.Substr
- No class docstring; 0/2 class variable, 1/3 method documenteddjango.db.models.functions.window.CumeDist
- Undocumenteddjango.db.models.functions.window.DenseRank
- Undocumenteddjango.db.models.functions.window.FirstValue
- Undocumenteddjango.db.models.functions.window.LagLeadFunction
- Undocumenteddjango.db.models.functions.window.Lag
- Undocumenteddjango.db.models.functions.window.Lead
- Undocumenteddjango.db.models.functions.window.LastValue
- Undocumenteddjango.db.models.functions.window.NthValue
- Undocumenteddjango.db.models.functions.window.Ntile
- Undocumenteddjango.db.models.functions.window.PercentRank
- Undocumenteddjango.db.models.functions.window.Rank
- Undocumenteddjango.db.models.functions.window.RowNumber
- Undocumenteddjango.db.models.indexes.IndexExpression
- Order and wrap expressions for CREATE INDEX statements.django.db.models.lookups.Transform
- RegisterLookupMixin() is first so that get_lookup() and get_transform() first examine self and then check output_field.django.contrib.postgres.fields.ranges.IsEmpty
- Undocumenteddjango.contrib.postgres.fields.ranges.LowerInclusive
- Undocumenteddjango.contrib.postgres.fields.ranges.LowerInfinite
- Undocumenteddjango.contrib.postgres.fields.ranges.RangeEndsWith
- Undocumenteddjango.contrib.postgres.fields.ranges.RangeStartsWith
- Undocumenteddjango.contrib.postgres.fields.ranges.UpperInclusive
- Undocumenteddjango.contrib.postgres.fields.ranges.UpperInfinite
- Undocumenteddjango.db.models.fields.json.KeyTransform
- Undocumenteddjango.db.models.fields.json.KeyTextTransform
- Undocumenteddjango.db.models.functions.Abs
- Undocumenteddjango.db.models.functions.ACos
- Undocumenteddjango.db.models.functions.ASin
- Undocumenteddjango.db.models.functions.ATan
- Undocumenteddjango.db.models.functions.Ceil
- Undocumenteddjango.db.models.functions.Chr
- Undocumenteddjango.db.models.functions.Cos
- Undocumenteddjango.db.models.functions.Cot
- Undocumenteddjango.db.models.functions.datetime.TruncBase
- Undocumenteddjango.db.models.functions.Trunc
- Undocumenteddjango.db.models.functions.TruncDate
- Undocumenteddjango.db.models.functions.TruncDay
- Undocumenteddjango.db.models.functions.TruncHour
- Undocumenteddjango.db.models.functions.TruncMinute
- Undocumenteddjango.db.models.functions.TruncMonth
- Undocumenteddjango.db.models.functions.TruncQuarter
- Undocumenteddjango.db.models.functions.TruncSecond
- Undocumenteddjango.db.models.functions.TruncTime
- Undocumenteddjango.db.models.functions.TruncWeek
- Truncate to midnight on the Monday of the week.django.db.models.functions.TruncYear
- Undocumenteddjango.db.models.functions.Degrees
- Undocumenteddjango.db.models.functions.Exp
- Undocumenteddjango.db.models.functions.Extract
- Undocumenteddjango.db.models.functions.ExtractDay
- Undocumenteddjango.db.models.functions.ExtractHour
- Undocumenteddjango.db.models.functions.ExtractIsoWeekDay
- Return Monday=1 through Sunday=7, based on ISO-8601.django.db.models.functions.ExtractIsoYear
- Return the ISO-8601 week-numbering year.django.db.models.functions.ExtractMinute
- Undocumenteddjango.db.models.functions.ExtractMonth
- Undocumenteddjango.db.models.functions.ExtractQuarter
- Undocumenteddjango.db.models.functions.ExtractSecond
- Undocumenteddjango.db.models.functions.ExtractWeek
- Return 1-52 or 53, based on ISO-8601, i.e., Monday is the first of the week.django.db.models.functions.ExtractWeekDay
- Return Sunday=1 through Saturday=7.django.db.models.functions.ExtractYear
- Undocumenteddjango.db.models.functions.Floor
- Undocumenteddjango.db.models.functions.Length
- Return the number of characters in the expression.django.db.models.functions.Ln
- Undocumenteddjango.db.models.functions.Lower
- Undocumenteddjango.db.models.functions.LTrim
- Undocumenteddjango.db.models.functions.MD5
- Undocumenteddjango.db.models.functions.Ord
- Undocumenteddjango.db.models.functions.Radians
- Undocumenteddjango.db.models.functions.Reverse
- Undocumenteddjango.db.models.functions.Round
- Undocumenteddjango.db.models.functions.RTrim
- Undocumenteddjango.db.models.functions.SHA1
- Undocumenteddjango.db.models.functions.SHA224
- Undocumenteddjango.db.models.functions.SHA256
- Undocumenteddjango.db.models.functions.SHA384
- Undocumenteddjango.db.models.functions.SHA512
- Undocumenteddjango.db.models.functions.Sign
- Undocumenteddjango.db.models.functions.Sin
- Undocumenteddjango.db.models.functions.Sqrt
- Undocumenteddjango.db.models.functions.Tan
- Undocumenteddjango.db.models.functions.Trim
- Undocumenteddjango.db.models.functions.Upper
- Undocumenteddjango.db.models.expressions.Value
- Represent a wrapped value as a node within an expression.django.db.models.expressions.Window
- Undocumenteddjango.db.models.Field
django.contrib.gis.db.models.fields.BaseSpatialField
- The Base GIS Field.django.contrib.gis.db.models.fields.GeometryField
- The base Geometry field -- maps to the OpenGIS Specification Geometry type.django.contrib.gis.db.models.fields.GeometryCollectionField
- Undocumenteddjango.contrib.gis.db.models.fields.LineStringField
- Undocumenteddjango.contrib.gis.db.models.fields.MultiLineStringField
- Undocumenteddjango.contrib.gis.db.models.fields.MultiPointField
- Undocumenteddjango.contrib.gis.db.models.fields.MultiPolygonField
- Undocumenteddjango.contrib.gis.db.models.fields.PointField
- Undocumenteddjango.contrib.gis.db.models.fields.PolygonField
- Undocumenteddjango.contrib.gis.db.models.fields.RasterField
- Raster field for GeoDjango -- evaluates into GDALRaster objects.django.contrib.gis.db.models.fields.ExtentField
- Used as a return value from an extent aggregatedjango.contrib.postgres.fields.array.ArrayField
- Undocumenteddjango.contrib.postgres.fields.hstore.HStoreField
- Undocumenteddjango.contrib.postgres.search.SearchQueryField
- Undocumenteddjango.contrib.postgres.search.SearchVectorField
- Undocumenteddjango.db.models.fields.AutoFieldMixin
- Undocumenteddjango.db.models.fields.AutoField
- Undocumenteddjango.db.models.fields.BigAutoField
- Undocumenteddjango.db.models.fields.SmallAutoField
- Undocumenteddjango.db.models.fields.DateTimeCheckMixin
- No class docstring; 1/4 method documenteddjango.db.models.fields.DateField
- No class docstring; 0/2 instance variable, 0/3 class variable, 1/11 method documenteddjango.db.models.fields.DateTimeField
- No class docstring; 0/3 class variable, 1/8 method documenteddjango.db.models.fields.TimeField
- No class docstring; 0/2 instance variable, 0/3 class variable, 1/10 method documenteddjango.db.models.fields.Empty
- Undocumenteddjango.db.models.fields.json.CaseInsensitiveMixin
- No summarydjango.db.models.fields.json.JSONIContains
- Undocumenteddjango.db.models.fields.json.KeyTransformIContains
- Undocumenteddjango.db.models.fields.json.KeyTransformIEndsWith
- Undocumenteddjango.db.models.fields.json.KeyTransformIExact
- Undocumenteddjango.db.models.fields.json.KeyTransformIRegex
- Undocumenteddjango.db.models.fields.json.KeyTransformIStartsWith
- Undocumenteddjango.db.models.fields.json.KeyTransformFactory
- Undocumenteddjango.db.models.fields.json.KeyTransformNumericLookupMixin
- Undocumenteddjango.db.models.fields.json.KeyTransformGt
- Undocumenteddjango.db.models.fields.json.KeyTransformGte
- Undocumenteddjango.db.models.fields.json.KeyTransformLt
- Undocumenteddjango.db.models.fields.json.KeyTransformLte
- Undocumenteddjango.db.models.fields.json.KeyTransformTextLookupMixin
- No summarydjango.db.models.fields.json.KeyTransformEndsWith
- Undocumenteddjango.db.models.fields.json.KeyTransformIContains
- Undocumenteddjango.db.models.fields.json.KeyTransformIEndsWith
- Undocumenteddjango.db.models.fields.json.KeyTransformIExact
- Undocumenteddjango.db.models.fields.json.KeyTransformIRegex
- Undocumenteddjango.db.models.fields.json.KeyTransformIStartsWith
- Undocumenteddjango.db.models.fields.json.KeyTransformRegex
- Undocumenteddjango.db.models.fields.json.KeyTransformStartsWith
- Undocumenteddjango.db.models.fields.mixins.CheckFieldDefaultMixin
- Undocumenteddjango.contrib.postgres.fields.array.ArrayField
- Undocumenteddjango.contrib.postgres.fields.hstore.HStoreField
- Undocumenteddjango.db.models.fields.json.JSONField
- Undocumenteddjango.db.models.fields.mixins.FieldCacheMixin
- Provide an API for working with the model's fields value cache.django.contrib.contenttypes.fields.GenericForeignKey
- Provide a generic many-to-one relation through the content_type and object_id fields.django.db.models.fields.related.RelatedField
- Base class that all relational fields inherit from.django.db.models.fields.related.ForeignObject
- Abstraction of the ForeignKey relation to support multi-column relations.django.db.models.fields.related.ForeignKey
- Provide a many-to-one relation by adding a column to the local model to hold the remote value.django.db.models.fields.related.OneToOneField
- No summarydjango.db.models.fields.related.ManyToManyField
- Provide a many-to-many relation by using an intermediary model that holds two ForeignKey fields pointed at the two sides of the relation.django.db.models.fields.reverse_related.ForeignObjectRel
- Used by ForeignObject to store information about the relation.django.db.models.fields.reverse_related.ManyToManyRel
- Used by ManyToManyField to store information about the relation.django.db.models.fields.reverse_related.ManyToOneRel
- Used by the ForeignKey field to store information about the relation.django.db.models.fields.reverse_related.OneToOneRel
- Used by OneToOneField to store information about the relation.django.db.models.fields.NOT_PROVIDED
- Undocumenteddjango.db.models.fields.PositiveIntegerRelDbTypeMixin
- No class docstring; 1/2 method documenteddjango.db.models.fields.PositiveBigIntegerField
- Undocumenteddjango.db.models.fields.PositiveIntegerField
- Undocumenteddjango.db.models.fields.PositiveSmallIntegerField
- Undocumenteddjango.db.models.fields.related.ReverseManyToOneDescriptor
django.contrib.contenttypes.fields.ReverseGenericManyToOneDescriptor
- Accessor to the related objects manager on the one-to-many relation created by GenericRelation.django.db.models.fields.related_descriptors.ForwardManyToOneDescriptor
- Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.django.db.models.fields.related_descriptors.ForwardOneToOneDescriptor
- Accessor to the related object on the forward side of a one-to-one relation.django.db.models.fields.related_descriptors.ReverseManyToOneDescriptor
- Accessor to the related objects manager on the reverse side of a many-to-one relation.django.db.models.fields.related_descriptors.ManyToManyDescriptor
- Accessor to the related objects manager on the forward and reverse sides of a many-to-many relation.django.db.models.fields.related_descriptors.ReverseOneToOneDescriptor
- Accessor to the related object on the reverse side of a one-to-one relation.django.db.models.fields.related_lookups.MultiColSource
- Undocumenteddjango.db.models.fields.related_lookups.RelatedLookupMixin
- Undocumenteddjango.db.models.fields.related_lookups.RelatedExact
- Undocumenteddjango.db.models.fields.related_lookups.RelatedGreaterThan
- Undocumenteddjango.db.models.fields.related_lookups.RelatedGreaterThanOrEqual
- Undocumenteddjango.db.models.fields.related_lookups.RelatedIsNull
- Undocumenteddjango.db.models.fields.related_lookups.RelatedLessThan
- Undocumenteddjango.db.models.fields.related_lookups.RelatedLessThanOrEqual
- Undocumenteddjango.db.models.ForeignObject
django.contrib.contenttypes.fields.GenericRelation
- Provide a reverse to a relation created by a GenericForeignKey.django.db.models.ForeignObjectRel
django.contrib.contenttypes.fields.GenericRel
- Used by GenericRelation to store information about the relation.django.db.models.Func
django.contrib.gis.db.backends.postgis.operations.ST_Polygon
- Undocumenteddjango.contrib.gis.db.models.functions.GeoFunc
- Undocumenteddjango.contrib.gis.db.models.functions.Area
- Undocumenteddjango.contrib.gis.db.models.functions.AsGeoJSON
- Undocumenteddjango.contrib.gis.db.models.functions.AsGML
- Undocumenteddjango.contrib.gis.db.models.functions.AsKML
- Undocumenteddjango.contrib.gis.db.models.functions.AsSVG
- Undocumenteddjango.contrib.gis.db.models.functions.AsWKB
- Undocumenteddjango.contrib.gis.db.models.functions.AsWKT
- Undocumenteddjango.contrib.gis.db.models.functions.Azimuth
- Undocumenteddjango.contrib.gis.db.models.functions.Distance
- Undocumenteddjango.contrib.gis.db.models.functions.GeoHash
- Undocumenteddjango.contrib.gis.db.models.functions.GeometryDistance
- Undocumenteddjango.contrib.gis.db.models.functions.GeomOutputGeoFunc
- Undocumenteddjango.contrib.gis.db.models.functions.BoundingCircle
- Undocumenteddjango.contrib.gis.db.models.functions.Centroid
- Undocumenteddjango.contrib.gis.db.models.functions.Difference
- Undocumenteddjango.contrib.gis.db.models.functions.Envelope
- Undocumenteddjango.contrib.gis.db.models.functions.ForcePolygonCW
- Undocumenteddjango.contrib.gis.db.models.functions.Intersection
- Undocumenteddjango.contrib.gis.db.models.functions.MakeValid
- Undocumenteddjango.contrib.gis.db.models.functions.PointOnSurface
- Undocumenteddjango.contrib.gis.db.models.functions.Scale
- Undocumenteddjango.contrib.gis.db.models.functions.Translate
- Undocumenteddjango.contrib.gis.db.models.functions.SnapToGrid
- Undocumenteddjango.contrib.gis.db.models.functions.SymDifference
- Undocumenteddjango.contrib.gis.db.models.functions.Transform
- Undocumenteddjango.contrib.gis.db.models.functions.Union
- Undocumenteddjango.contrib.gis.db.models.functions.Length
- Undocumenteddjango.contrib.gis.db.models.functions.LineLocatePoint
- Undocumenteddjango.contrib.gis.db.models.functions.MemSize
- Undocumenteddjango.contrib.gis.db.models.functions.NumGeometries
- Undocumenteddjango.contrib.gis.db.models.functions.NumPoints
- Undocumenteddjango.contrib.gis.db.models.functions.Perimeter
- Undocumenteddjango.contrib.gis.db.models.functions.Reverse
- Undocumenteddjango.contrib.postgres.functions.RandomUUID
- Undocumenteddjango.contrib.postgres.functions.TransactionNow
- Undocumenteddjango.contrib.postgres.indexes.OpClass
- Undocumenteddjango.contrib.postgres.search.SearchHeadline
- Undocumenteddjango.contrib.postgres.search.SearchQuery
- Undocumenteddjango.contrib.postgres.search.SearchRank
- Undocumenteddjango.contrib.postgres.search.SearchVector
- Undocumenteddjango.contrib.postgres.search.TrigramBase
- Undocumenteddjango.contrib.postgres.search.TrigramDistance
- Undocumenteddjango.contrib.postgres.search.TrigramSimilarity
- Undocumenteddjango.contrib.postgres.search.TrigramWordBase
- Undocumenteddjango.contrib.postgres.search.TrigramWordDistance
- Undocumenteddjango.contrib.postgres.search.TrigramWordSimilarity
- Undocumenteddjango.db.backends.oracle.functions.IntervalToSeconds
- Undocumenteddjango.db.backends.oracle.functions.SecondsToInterval
- Undocumenteddjango.db.models.functions.datetime.TimezoneMixin
- Undocumenteddjango.db.models.functions.datetime.TruncBase
- Undocumenteddjango.db.models.functions.Trunc
- Undocumenteddjango.db.models.functions.TruncDate
- Undocumenteddjango.db.models.functions.TruncDay
- Undocumenteddjango.db.models.functions.TruncHour
- Undocumenteddjango.db.models.functions.TruncMinute
- Undocumenteddjango.db.models.functions.TruncMonth
- Undocumenteddjango.db.models.functions.TruncQuarter
- Undocumenteddjango.db.models.functions.TruncSecond
- Undocumenteddjango.db.models.functions.TruncTime
- Undocumenteddjango.db.models.functions.TruncWeek
- Truncate to midnight on the Monday of the week.django.db.models.functions.TruncYear
- Undocumenteddjango.db.models.functions.Extract
- Undocumenteddjango.db.models.functions.ExtractDay
- Undocumenteddjango.db.models.functions.ExtractHour
- Undocumenteddjango.db.models.functions.ExtractIsoWeekDay
- Return Monday=1 through Sunday=7, based on ISO-8601.django.db.models.functions.ExtractIsoYear
- Return the ISO-8601 week-numbering year.django.db.models.functions.ExtractMinute
- Undocumenteddjango.db.models.functions.ExtractMonth
- Undocumenteddjango.db.models.functions.ExtractQuarter
- Undocumenteddjango.db.models.functions.ExtractSecond
- Undocumenteddjango.db.models.functions.ExtractWeek
- Return 1-52 or 53, based on ISO-8601, i.e., Monday is the first of the week.django.db.models.functions.ExtractWeekDay
- Return Sunday=1 through Saturday=7.django.db.models.functions.ExtractYear
- Undocumenteddjango.db.models.functions.mixins.FixDecimalInputMixin
- Undocumenteddjango.db.models.functions.mixins.FixDurationInputMixin
- Undocumenteddjango.db.models.aggregates.Avg
- Undocumenteddjango.db.models.aggregates.Sum
- Undocumenteddjango.db.models.functions.mixins.NumericOutputFieldMixin
- Undocumenteddjango.db.models.aggregates.Avg
- Undocumenteddjango.db.models.aggregates.StdDev
- Undocumenteddjango.db.models.aggregates.Variance
- Undocumenteddjango.db.models.functions.text.MySQLSHA2Mixin
- Undocumenteddjango.db.models.functions.SHA224
- Undocumenteddjango.db.models.functions.SHA256
- Undocumenteddjango.db.models.functions.SHA384
- Undocumenteddjango.db.models.functions.SHA512
- Undocumenteddjango.db.models.functions.text.OracleHashMixin
- Undocumenteddjango.db.models.functions.MD5
- Undocumenteddjango.db.models.functions.SHA1
- Undocumenteddjango.db.models.functions.SHA256
- Undocumenteddjango.db.models.functions.SHA384
- Undocumenteddjango.db.models.functions.SHA512
- Undocumenteddjango.db.models.functions.text.PostgreSQLSHAMixin
- Undocumenteddjango.db.models.functions.SHA1
- Undocumenteddjango.db.models.functions.SHA224
- Undocumenteddjango.db.models.functions.SHA256
- Undocumenteddjango.db.models.functions.SHA384
- Undocumenteddjango.db.models.functions.SHA512
- Undocumenteddjango.db.models.Index
django.contrib.postgres.indexes.PostgresIndex
- Undocumenteddjango.contrib.postgres.indexes.BloomIndex
- Undocumenteddjango.contrib.postgres.indexes.BrinIndex
- Undocumenteddjango.contrib.postgres.indexes.BTreeIndex
- Undocumenteddjango.contrib.postgres.indexes.GinIndex
- Undocumenteddjango.contrib.postgres.indexes.GistIndex
- Undocumenteddjango.contrib.postgres.indexes.HashIndex
- Undocumenteddjango.contrib.postgres.indexes.SpGistIndex
- Undocumenteddjango.db.models.indexes.Index
- No class docstring; 0/1 property, 0/8 instance variable, 0/2 class variable, 2/9 methods documenteddjango.db.models.JSONField
django.contrib.postgres.fields.jsonb.JSONField
- Undocumenteddjango.db.models.Lookup
django.contrib.gis.db.models.lookups.GISLookup
- No class docstring; 0/4 instance variable, 0/3 class variable, 1/7 method documenteddjango.contrib.gis.db.models.lookups.BBContainsLookup
- The 'bbcontains' operator returns true if A's bounding box completely contains by B's bounding box.django.contrib.gis.db.models.lookups.BBOverlapsLookup
- The 'bboverlaps' operator returns true if A's bounding box overlaps B's bounding box.django.contrib.gis.db.models.lookups.ContainedLookup
- The 'contained' operator returns true if A's bounding box is completely contained by B's bounding box.django.contrib.gis.db.models.lookups.ContainsLookup
- Undocumenteddjango.contrib.gis.db.models.lookups.ContainsProperlyLookup
- Undocumenteddjango.contrib.gis.db.models.lookups.CoveredByLookup
- Undocumenteddjango.contrib.gis.db.models.lookups.CoversLookup
- Undocumenteddjango.contrib.gis.db.models.lookups.CrossesLookup
- Undocumenteddjango.contrib.gis.db.models.lookups.DisjointLookup
- Undocumenteddjango.contrib.gis.db.models.lookups.DistanceLookupBase
- Undocumenteddjango.contrib.gis.db.models.lookups.DistanceLookupFromFunction
- Undocumenteddjango.contrib.gis.db.models.lookups.DistanceGTELookup
- Undocumenteddjango.contrib.gis.db.models.lookups.DistanceGTLookup
- Undocumenteddjango.contrib.gis.db.models.lookups.DistanceLTELookup
- Undocumenteddjango.contrib.gis.db.models.lookups.DistanceLTLookup
- Undocumenteddjango.contrib.gis.db.models.lookups.DWithinLookup
- Undocumenteddjango.contrib.gis.db.models.lookups.EqualsLookup
- Undocumenteddjango.contrib.gis.db.models.lookups.IntersectsLookup
- Undocumenteddjango.contrib.gis.db.models.lookups.LeftLookup
- The 'left' operator returns true if A's bounding box is strictly to the left of B's bounding box.django.contrib.gis.db.models.lookups.OverlapsAboveLookup
- The 'overlaps_above' operator returns true if A's bounding box overlaps or is above B's bounding box.django.contrib.gis.db.models.lookups.OverlapsBelowLookup
- The 'overlaps_below' operator returns true if A's bounding box overlaps or is below B's bounding box.django.contrib.gis.db.models.lookups.OverlapsLeftLookup
- The overlaps_left operator returns true if A's bounding box overlaps or is to the left of B's bounding box.django.contrib.gis.db.models.lookups.OverlapsLookup
- Undocumenteddjango.contrib.gis.db.models.lookups.OverlapsRightLookup
- The 'overlaps_right' operator returns true if A's bounding box overlaps or is to the right of B's bounding box.django.contrib.gis.db.models.lookups.RelateLookup
- Undocumenteddjango.contrib.gis.db.models.lookups.RightLookup
- The 'right' operator returns true if A's bounding box is strictly to the right of B's bounding box.django.contrib.gis.db.models.lookups.SameAsLookup
- The "~=" operator is the "same as" operator. It tests actual geometric equality of two features. So if A and B are the same feature, vertex-by-vertex, the operator returns true.django.contrib.gis.db.models.lookups.StrictlyAboveLookup
- The 'strictly_above' operator returns true if A's bounding box is strictly above B's bounding box.django.contrib.gis.db.models.lookups.StrictlyBelowLookup
- The 'strictly_below' operator returns true if A's bounding box is strictly below B's bounding box.django.contrib.gis.db.models.lookups.TouchesLookup
- Undocumenteddjango.contrib.gis.db.models.lookups.WithinLookup
- Undocumenteddjango.contrib.postgres.search.SearchVectorExact
- Undocumenteddjango.contrib.postgres.lookups.SearchLookup
- Undocumenteddjango.db.models.lookups.FieldGetDbPrepValueMixin
- Some lookups require Field.get_db_prep_value() to be called on their inputs.django.db.models.lookups.Exact
- Undocumenteddjango.contrib.postgres.fields.array.ArrayExact
- Undocumenteddjango.db.models.fields.json.JSONExact
- Undocumenteddjango.db.models.fields.json.KeyTransformExact
- Undocumenteddjango.db.models.fields.related_lookups.RelatedExact
- Undocumenteddjango.db.models.lookups.YearExact
- Undocumenteddjango.db.models.lookups.FieldGetDbPrepValueIterableMixin
- Some lookups require Field.get_db_prep_value() to be called on each value in an iterable.django.db.models.lookups.In
- Undocumenteddjango.contrib.postgres.fields.array.ArrayInLookup
- Undocumenteddjango.db.models.fields.json.KeyTransformIn
- Undocumenteddjango.db.models.fields.related_lookups.RelatedIn
- Undocumenteddjango.db.models.lookups.Range
- Undocumenteddjango.db.models.lookups.GreaterThan
- Undocumenteddjango.db.models.fields.json.KeyTransformGt
- Undocumenteddjango.db.models.fields.related_lookups.RelatedGreaterThan
- Undocumenteddjango.db.models.lookups.YearGt
- Undocumenteddjango.db.models.lookups.GreaterThanOrEqual
- Undocumenteddjango.db.models.fields.json.KeyTransformGte
- Undocumenteddjango.db.models.fields.related_lookups.RelatedGreaterThanOrEqual
- Undocumenteddjango.db.models.lookups.IntegerGreaterThanOrEqual
- Undocumenteddjango.db.models.lookups.YearGte
- Undocumenteddjango.db.models.lookups.LessThan
- Undocumenteddjango.db.models.fields.json.KeyTransformLt
- Undocumenteddjango.db.models.fields.related_lookups.RelatedLessThan
- Undocumenteddjango.db.models.lookups.IntegerLessThan
- Undocumenteddjango.db.models.lookups.YearLt
- Undocumenteddjango.db.models.lookups.LessThanOrEqual
- Undocumenteddjango.db.models.fields.json.KeyTransformLte
- Undocumenteddjango.db.models.fields.related_lookups.RelatedLessThanOrEqual
- Undocumenteddjango.db.models.lookups.YearLte
- Undocumenteddjango.db.models.lookups.PostgresOperatorLookup
- Lookup defined by operators on PostgreSQL.django.contrib.postgres.fields.ranges.AdjacentToLookup
- Undocumenteddjango.contrib.postgres.fields.ranges.DateTimeRangeContains
- Lookup for Date/DateTimeRange containment to cast the rhs to the correct type.django.contrib.postgres.fields.ranges.FullGreaterThan
- Undocumenteddjango.contrib.postgres.fields.ranges.FullyLessThan
- Undocumenteddjango.contrib.postgres.fields.ranges.NotGreaterThan
- Undocumenteddjango.contrib.postgres.fields.ranges.NotLessThan
- Undocumenteddjango.contrib.postgres.fields.ranges.RangeContainedBy
- Undocumenteddjango.contrib.postgres.lookups.ContainedBy
- Undocumenteddjango.contrib.postgres.fields.array.ArrayContainedBy
- Undocumenteddjango.contrib.postgres.lookups.DataContains
- Undocumenteddjango.contrib.postgres.fields.array.ArrayContains
- Undocumenteddjango.contrib.postgres.lookups.HasKey
- Undocumenteddjango.contrib.postgres.lookups.HasKeys
- Undocumenteddjango.contrib.postgres.lookups.HasAnyKeys
- Undocumenteddjango.contrib.postgres.lookups.Overlap
- Undocumenteddjango.contrib.postgres.fields.array.ArrayOverlap
- Undocumenteddjango.contrib.postgres.lookups.TrigramSimilar
- Undocumenteddjango.contrib.postgres.lookups.TrigramWordSimilar
- Undocumenteddjango.db.models.fields.json.ContainedBy
- Undocumenteddjango.db.models.fields.json.DataContains
- Undocumenteddjango.db.models.fields.json.HasKeyLookup
- Undocumenteddjango.db.models.fields.json.HasKey
- Undocumenteddjango.db.models.fields.json.HasKeys
- Undocumenteddjango.db.models.fields.json.HasAnyKeys
- Undocumenteddjango.db.models.lookups.IntegerFieldFloatRounding
- Allow floats to work as query values for IntegerField. Without this, the decimal portion of the float would always be discarded.django.db.models.lookups.IntegerGreaterThanOrEqual
- Undocumenteddjango.db.models.lookups.IntegerLessThan
- Undocumenteddjango.db.models.lookups.UUIDTextMixin
- Strip hyphens from a value when filtering a UUIDField on backends without a native datatype for UUID.django.db.models.lookups.UUIDContains
- Undocumenteddjango.db.models.lookups.UUIDEndsWith
- Undocumenteddjango.db.models.lookups.UUIDIContains
- Undocumenteddjango.db.models.lookups.UUIDIEndsWith
- Undocumenteddjango.db.models.lookups.UUIDIExact
- Undocumenteddjango.db.models.lookups.UUIDIStartsWith
- Undocumenteddjango.db.models.lookups.UUIDStartsWith
- Undocumenteddjango.db.models.manager.BaseManager
- No class docstring; 0/1 property, 0/5 instance variable, 0/2 class variable, 4/13 methods, 0/2 class method documenteddjango.db.models.manager.BaseManager.from_queryset(QuerySet)
django.db.models.manager.Manager
- Undocumenteddjango.contrib.admin.models.LogEntryManager
- Undocumenteddjango.contrib.auth.base_user.BaseUserManager
- No class docstring; 1/2 method, 1/1 class method documenteddjango.contrib.auth.models.UserManager
- No class docstring; 0/1 class variable, 1/4 method documenteddjango.contrib.auth.models.GroupManager
- The manager for the auth's Group model.django.contrib.auth.models.PermissionManager
- Undocumenteddjango.contrib.contenttypes.models.ContentTypeManager
- No class docstring; 0/1 instance variable, 0/1 class variable, 5/9 methods documenteddjango.contrib.sessions.base_session.BaseSessionManager
- No class docstring; 1/2 method documenteddjango.contrib.sessions.models.SessionManager
- Undocumenteddjango.contrib.sites.managers.CurrentSiteManager
- Use this to limit objects to those associated with the current site.django.contrib.sites.models.SiteManager
- No class docstring; 0/1 class variable, 2/5 methods documenteddjango.db.models.manager.EmptyManager
- Undocumenteddjango.db.models.manager.ManagerDescriptor
- Undocumenteddjango.db.models.options.Options
- No class docstring; 10/21 properties, 0/43 instance variable, 0/2 constant, 12/22 methods documenteddjango.db.models.query.BaseIterable
- Undocumenteddjango.db.models.query.FlatValuesListIterable
- Iterable returned by QuerySet.values_list(flat=True) that yields single values.django.db.models.query.ModelIterable
- Iterable that yields a model instance for each row.django.db.models.query.ValuesIterable
- Iterable returned by QuerySet.values() that yields a dict for each row.django.db.models.query.ValuesListIterable
- Iterable returned by QuerySet.values_list(flat=False) that yields a tuple for each row.django.db.models.query.NamedValuesListIterable
- Iterable returned by QuerySet.values_list(named=True) that yields a namedtuple for each row.django.db.models.query.EmptyQuerySet
- Marker class to checking if a queryset is empty by .none(): isinstance(qs.none(), EmptyQuerySet) -> Truedjango.db.models.query.Prefetch
- Undocumenteddjango.db.models.query.QuerySet
- Represent a lazy database lookup for a set of objects.django.db.models.query.RawQuerySet
- Provide an iterator which converts the results of raw SQL queries into annotated model instances.django.db.models.query.RelatedPopulator
- RelatedPopulator is used for select_related() object instantiation.django.db.models.query_utils.DeferredAttribute
- A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.django.contrib.gis.db.models.proxy.SpatialProxy
- No class docstring; 0/2 instance variable, 3/3 methods documenteddjango.db.models.fields.files.FileDescriptor
- The descriptor for the file attribute on the model instance. Return a FieldFile when accessed so you can write code like:django.db.models.fields.files.ImageFileDescriptor
- Just like the FileDescriptor, but for ImageFields. The only difference is assigning the width/height to the width_field/height_field, if appropriate.django.db.models.fields.related_descriptors.ForeignKeyDeferredAttribute
- Undocumenteddjango.db.models.query_utils.FilteredRelation
- Specify custom filtering in the ON clause of SQL joins.django.db.models.query_utils.RegisterLookupMixin
- No class docstring; 0/2 method, 1/1 static method, 1/5 class method documenteddjango.db.models.fields.Field
- Base class for all field typesdjango.contrib.postgres.fields.ranges.RangeField
- Undocumenteddjango.contrib.postgres.fields.ranges.BigIntegerRangeField
- Undocumenteddjango.contrib.postgres.fields.ranges.DateRangeField
- Undocumenteddjango.contrib.postgres.fields.ranges.DateTimeRangeField
- Undocumenteddjango.contrib.postgres.fields.ranges.DecimalRangeField
- Undocumenteddjango.contrib.postgres.fields.ranges.IntegerRangeField
- Undocumenteddjango.db.models.fields.BinaryField
- No class docstring; 0/2 class variable, 1/10 method documenteddjango.db.models.fields.BooleanField
- Undocumenteddjango.db.models.fields.NullBooleanField
- Undocumenteddjango.db.models.fields.CharField
- Undocumenteddjango.db.models.fields.CommaSeparatedIntegerField
- Undocumenteddjango.db.models.fields.EmailField
- Undocumenteddjango.db.models.fields.SlugField
- Undocumenteddjango.db.models.fields.URLField
- Undocumenteddjango.db.models.fields.DateField
- No class docstring; 0/2 instance variable, 0/3 class variable, 1/11 method documenteddjango.db.models.fields.DateTimeField
- No class docstring; 0/3 class variable, 1/8 method documenteddjango.db.models.fields.DecimalField
- Undocumenteddjango.db.models.fields.DurationField
- Store timedelta objects.django.db.models.fields.FilePathField
- Undocumenteddjango.db.models.fields.files.FileField
- No class docstring; 0/4 instance variable, 0/1 class variable, 1/12 method documenteddjango.db.models.fields.files.ImageField
- No class docstring; 0/2 instance variable, 0/1 class variable, 1/7 method documenteddjango.db.models.fields.FloatField
- Undocumenteddjango.contrib.gis.db.models.sql.AreaField
- Wrapper for Area values.django.contrib.gis.db.models.sql.DistanceField
- Wrapper for Distance values.django.db.models.fields.GenericIPAddressField
- Undocumenteddjango.db.models.fields.IntegerField
- Undocumenteddjango.db.models.fields.AutoField
- Undocumenteddjango.db.models.fields.BigIntegerField
- Undocumenteddjango.db.models.fields.BigAutoField
- Undocumenteddjango.db.models.fields.PositiveBigIntegerField
- Undocumenteddjango.db.models.fields.PositiveIntegerField
- Undocumenteddjango.db.models.fields.proxy.OrderWrt
- A proxy for the _order database field that is used when Meta.order_with_respect_to is specified.django.db.models.fields.SmallIntegerField
- Undocumenteddjango.db.models.fields.PositiveSmallIntegerField
- Undocumenteddjango.db.models.fields.SmallAutoField
- Undocumenteddjango.db.models.fields.IPAddressField
- Undocumenteddjango.db.models.fields.json.JSONField
- Undocumenteddjango.db.models.fields.related.RelatedField
- Base class that all relational fields inherit from.django.db.models.fields.related.ForeignObject
- Abstraction of the ForeignKey relation to support multi-column relations.django.db.models.fields.related.ForeignKey
- Provide a many-to-one relation by adding a column to the local model to hold the remote value.django.db.models.fields.related.OneToOneField
- No summarydjango.db.models.fields.related.ManyToManyField
- Provide a many-to-many relation by using an intermediary model that holds two ForeignKey fields pointed at the two sides of the relation.django.db.models.fields.TextField
- Undocumenteddjango.db.models.fields.TimeField
- No class docstring; 0/2 instance variable, 0/3 class variable, 1/10 method documenteddjango.db.models.fields.UUIDField
- Undocumenteddjango.db.models.lookups.Transform
- RegisterLookupMixin() is first so that get_lookup() and get_transform() first examine self and then check output_field.django.contrib.postgres.fields.ranges.IsEmpty
- Undocumenteddjango.contrib.postgres.fields.ranges.LowerInclusive
- Undocumenteddjango.contrib.postgres.fields.ranges.LowerInfinite
- Undocumenteddjango.contrib.postgres.fields.ranges.RangeEndsWith
- Undocumenteddjango.contrib.postgres.fields.ranges.RangeStartsWith
- Undocumenteddjango.contrib.postgres.fields.ranges.UpperInclusive
- Undocumenteddjango.contrib.postgres.fields.ranges.UpperInfinite
- Undocumenteddjango.db.models.fields.json.KeyTransform
- Undocumenteddjango.db.models.fields.json.KeyTextTransform
- Undocumenteddjango.db.models.functions.Abs
- Undocumenteddjango.db.models.functions.ACos
- Undocumenteddjango.db.models.functions.ASin
- Undocumenteddjango.db.models.functions.ATan
- Undocumenteddjango.db.models.functions.Ceil
- Undocumenteddjango.db.models.functions.Chr
- Undocumenteddjango.db.models.functions.Cos
- Undocumenteddjango.db.models.functions.Cot
- Undocumenteddjango.db.models.functions.datetime.TruncBase
- Undocumenteddjango.db.models.functions.Trunc
- Undocumenteddjango.db.models.functions.TruncDate
- Undocumenteddjango.db.models.functions.TruncDay
- Undocumenteddjango.db.models.functions.TruncHour
- Undocumenteddjango.db.models.functions.TruncMinute
- Undocumenteddjango.db.models.functions.TruncMonth
- Undocumenteddjango.db.models.functions.TruncQuarter
- Undocumenteddjango.db.models.functions.TruncSecond
- Undocumenteddjango.db.models.functions.TruncTime
- Undocumenteddjango.db.models.functions.TruncWeek
- Truncate to midnight on the Monday of the week.django.db.models.functions.TruncYear
- Undocumenteddjango.db.models.functions.Degrees
- Undocumenteddjango.db.models.functions.Exp
- Undocumenteddjango.db.models.functions.Extract
- Undocumenteddjango.db.models.functions.ExtractDay
- Undocumenteddjango.db.models.functions.ExtractHour
- Undocumenteddjango.db.models.functions.ExtractIsoWeekDay
- Return Monday=1 through Sunday=7, based on ISO-8601.django.db.models.functions.ExtractIsoYear
- Return the ISO-8601 week-numbering year.django.db.models.functions.ExtractMinute
- Undocumenteddjango.db.models.functions.ExtractMonth
- Undocumenteddjango.db.models.functions.ExtractQuarter
- Undocumenteddjango.db.models.functions.ExtractSecond
- Undocumenteddjango.db.models.functions.ExtractWeek
- Return 1-52 or 53, based on ISO-8601, i.e., Monday is the first of the week.django.db.models.functions.ExtractWeekDay
- Return Sunday=1 through Saturday=7.django.db.models.functions.ExtractYear
- Undocumenteddjango.db.models.functions.Floor
- Undocumenteddjango.db.models.functions.Length
- Return the number of characters in the expression.django.db.models.functions.Ln
- Undocumenteddjango.db.models.functions.Lower
- Undocumenteddjango.db.models.functions.LTrim
- Undocumenteddjango.db.models.functions.MD5
- Undocumenteddjango.db.models.functions.Ord
- Undocumenteddjango.db.models.functions.Radians
- Undocumenteddjango.db.models.functions.Reverse
- Undocumenteddjango.db.models.functions.Round
- Undocumenteddjango.db.models.functions.RTrim
- Undocumenteddjango.db.models.functions.SHA1
- Undocumenteddjango.db.models.functions.SHA224
- Undocumenteddjango.db.models.functions.SHA256
- Undocumenteddjango.db.models.functions.SHA384
- Undocumenteddjango.db.models.functions.SHA512
- Undocumenteddjango.db.models.functions.Sign
- Undocumenteddjango.db.models.functions.Sin
- Undocumenteddjango.db.models.functions.Sqrt
- Undocumenteddjango.db.models.functions.Tan
- Undocumenteddjango.db.models.functions.Trim
- Undocumenteddjango.db.models.functions.Upper
- Undocumenteddjango.db.models.sql.compiler.SQLCompiler
- No class docstring; 0/13 instance variable, 0/1 class variable, 17/28 methods documenteddjango.db.backends.mysql.compiler.SQLCompiler
- Undocumenteddjango.db.backends.mysql.compiler.SQLAggregateCompiler
- Undocumenteddjango.db.backends.mysql.compiler.SQLDeleteCompiler
- Undocumenteddjango.db.backends.mysql.compiler.SQLInsertCompiler
- Undocumenteddjango.db.backends.mysql.compiler.SQLUpdateCompiler
- Undocumenteddjango.db.models.sql.compiler.SQLAggregateCompiler
- No class docstring; 0/1 instance variable, 1/1 method documenteddjango.db.backends.mysql.compiler.SQLAggregateCompiler
- Undocumenteddjango.db.models.sql.compiler.SQLDeleteCompiler
- No class docstring; 0/2 property, 1/2 method, 0/1 class method documenteddjango.db.backends.mysql.compiler.SQLDeleteCompiler
- Undocumenteddjango.db.models.sql.compiler.SQLInsertCompiler
- No class docstring; 0/2 instance variable, 4/6 methods documenteddjango.db.backends.mysql.compiler.SQLInsertCompiler
- Undocumenteddjango.db.models.sql.compiler.SQLUpdateCompiler
- No class docstring; 3/3 methods documenteddjango.db.backends.mysql.compiler.SQLUpdateCompiler
- Undocumenteddjango.db.models.sql.datastructures.BaseTable
- No summarydjango.db.models.sql.datastructures.Empty
- Undocumenteddjango.db.models.sql.datastructures.Join
- Used by sql.Query and sql.SQLCompiler to generate JOIN clauses into the FROM entry. For example, the SQL generated could be LEFT OUTER JOIN "sometable" T1 ON ("othertable"."sometable_id" = "sometable"."id")django.db.models.sql.query.JoinPromoter
- A class to abstract away join promotion problems for complex filter conditions.django.db.models.sql.query.RawQuery
- A single raw SQL query.django.db.models.sql.where.ExtraWhere
- Undocumenteddjango.db.models.sql.where.NothingNode
- A node that matches nothing.django.db.models.sql.where.SubqueryConstraint
- Undocumenteddjango.db.models.Subquery
django.contrib.postgres.expressions.ArraySubquery
- Undocumenteddjango.db.models.TextField
django.contrib.postgres.fields.citext.CITextField
- Undocumenteddjango.db.models.Transform
django.contrib.gis.db.models.functions.IsValid
- Undocumenteddjango.contrib.gis.db.models.lookups.RasterBandTransform
- Undocumenteddjango.contrib.postgres.fields.array.ArrayLenTransform
- Undocumenteddjango.contrib.postgres.fields.array.IndexTransform
- Undocumenteddjango.contrib.postgres.fields.array.SliceTransform
- Undocumenteddjango.contrib.postgres.fields.hstore.KeysTransform
- Undocumenteddjango.contrib.postgres.fields.hstore.KeyTransform
- Undocumenteddjango.contrib.postgres.fields.hstore.ValuesTransform
- Undocumenteddjango.contrib.postgres.lookups.Unaccent
- Undocumenteddjango.db.utils.ConnectionRouter
- No class docstring; 0/1 property, 0/1 instance variable, 0/2 class variable, 2/6 methods documenteddjango.db.utils.DatabaseErrorWrapper
- Context manager and decorator that reraises backend-specific database exceptions using Django's common wrappers.django.dispatch.dispatcher.Signal
- Base class for all signalsdjango.dispatch.Signal
django.db.models.signals.ModelSignal
- Signal subclass that allows the sender to be lazily specified as a string of the app_label.ModelName
form.django.forms.boundfield.BoundField
- A Field plus datadjango.forms.boundfield.BoundWidget
- A container class used for iterating over widgets. This is useful for widgets that have choices. For example, the following can be used in a template:django.forms.fields.CallableChoiceIterator
- Undocumenteddjango.forms.fields.DateTimeFormatsIterator
- Undocumenteddjango.forms.fields.Field
- No class docstring; 0/11 instance variable, 0/3 class variable, 5/11 methods documenteddjango.contrib.auth.forms.ReadOnlyPasswordHashField
- Undocumenteddjango.contrib.gis.forms.fields.GeometryField
- This is the basic form field for a Geometry. Any textual input that is accepted by GEOSGeometry is accepted by this form. By default, this includes WKT, HEXEWKB, WKB (in a buffer), and GeoJSON.django.contrib.gis.forms.fields.GeometryCollectionField
- Undocumenteddjango.contrib.gis.forms.fields.LineStringField
- Undocumenteddjango.contrib.gis.forms.fields.MultiLineStringField
- Undocumenteddjango.contrib.gis.forms.fields.MultiPointField
- Undocumenteddjango.contrib.gis.forms.fields.MultiPolygonField
- Undocumenteddjango.contrib.gis.forms.fields.PointField
- Undocumenteddjango.contrib.gis.forms.fields.PolygonField
- Undocumenteddjango.contrib.postgres.forms.array.SplitArrayField
- Undocumenteddjango.forms.fields.BaseTemporalField
- Undocumenteddjango.forms.fields.DateField
- No class docstring; 0/2 class variable, 1/2 method documenteddjango.forms.fields.DateTimeField
- No class docstring; 0/2 class variable, 1/3 method documenteddjango.forms.fields.TimeField
- No class docstring; 0/2 class variable, 1/2 method documenteddjango.forms.fields.BooleanField
- No class docstring; 1/3 method documenteddjango.forms.fields.NullBooleanField
- A field whose valid values are None, True, and False. Clean invalid values to None.django.forms.fields.CharField
- No class docstring; 0/4 instance variable, 1/3 method documenteddjango.contrib.auth.forms.UsernameField
- Undocumenteddjango.contrib.postgres.forms.array.SimpleArrayField
- Undocumenteddjango.contrib.postgres.forms.hstore.HStoreField
- A field for HStore data which accepts dictionary JSON input.django.forms.fields.EmailField
- Undocumenteddjango.forms.fields.GenericIPAddressField
- Undocumenteddjango.forms.fields.JSONField
- Undocumenteddjango.forms.fields.RegexField
- No class docstring; 0/2 instance variable, 0/1 class variable, 1/3 method documenteddjango.forms.fields.SlugField
- Undocumenteddjango.forms.fields.URLField
- Undocumenteddjango.forms.fields.UUIDField
- Undocumenteddjango.forms.fields.ChoiceField
- No class docstring; 0/2 instance variable, 0/1 class variable, 3/7 methods documenteddjango.forms.fields.FilePathField
- Undocumenteddjango.forms.fields.MultipleChoiceField
- No class docstring; 0/1 class variable, 1/3 method documenteddjango.forms.fields.TypedMultipleChoiceField
- No class docstring; 0/2 instance variable, 1/4 method documenteddjango.forms.fields.TypedChoiceField
- No class docstring; 0/2 instance variable, 1/3 method documenteddjango.forms.models.ModelChoiceField
- A ChoiceField whose choices are a model QuerySet.django.forms.models.ModelMultipleChoiceField
- A MultipleChoiceField whose choices are a model QuerySet.django.forms.fields.ComboField
- A Field whose clean() method calls multiple Field clean() methods.django.forms.fields.DurationField
- Undocumenteddjango.forms.fields.FileField
- Undocumenteddjango.forms.fields.ImageField
- No class docstring; 0/2 class variable, 1/2 method documenteddjango.forms.fields.IntegerField
- No class docstring; 0/2 instance variable, 0/2 class variable, 1/3 method documenteddjango.forms.fields.DecimalField
- No class docstring; 0/2 instance variable, 0/1 class variable, 1/4 method documenteddjango.forms.fields.FloatField
- No class docstring; 0/1 class variable, 1/3 method documenteddjango.forms.fields.MultiValueField
- Aggregate the logic of multiple Fields.django.contrib.postgres.forms.ranges.BaseRangeField
- Undocumenteddjango.contrib.postgres.forms.ranges.DateRangeField
- Undocumenteddjango.contrib.postgres.forms.ranges.DateTimeRangeField
- Undocumenteddjango.contrib.postgres.forms.ranges.DecimalRangeField
- Undocumenteddjango.contrib.postgres.forms.ranges.IntegerRangeField
- Undocumenteddjango.forms.fields.SplitDateTimeField
- Undocumenteddjango.forms.models.InlineForeignKeyField
- A basic integer field that deals with validating the given value to a given parent instance in an inline.django.forms.Form
django.forms.formsets.ManagementForm
- Keep track of how many form instances are displayed on the page. If adding new forms via JavaScript, you should increment the count field of this form as well.django.forms.models.ModelChoiceIterator
- Undocumenteddjango.forms.models.ModelChoiceIteratorValue
- Undocumenteddjango.forms.models.ModelFormOptions
- Undocumenteddjango.forms.renderers.BaseRenderer
- Undocumenteddjango.forms.renderers.DjangoTemplates
- Load Django templates from the built-in widget templates in django/forms/templates and from apps' 'templates' directory.django.forms.renderers.Jinja2
- Load Jinja2 templates from the built-in widget templates in django/forms/jinja2 and from apps' 'jinja2' directory.django.forms.renderers.TemplatesSetting
- Load templates using template.loader.get_template() which is configured based on settings.TEMPLATES.django.forms.renderers.EngineMixin
- Undocumenteddjango.forms.renderers.DjangoTemplates
- Load Django templates from the built-in widget templates in django/forms/templates and from apps' 'templates' directory.django.forms.renderers.Jinja2
- Load Jinja2 templates from the built-in widget templates in django/forms/jinja2 and from apps' 'jinja2' directory.django.forms.utils.RenderableMixin
- Undocumenteddjango.forms.utils.RenderableErrorMixin
- Undocumenteddjango.forms.utils.ErrorDict
- A collection of errors that knows how to display itself in various formats.django.forms.utils.ErrorList
- A collection of errors that knows how to display itself in various formats.django.contrib.admin.helpers.AdminErrorList
- Store errors for the form/formsets in an add/change view.django.forms.utils.RenderableFormMixin
- No class docstring; 3/3 methods documenteddjango.forms.forms.BaseForm
- No summarydjango.forms.forms.Form
- A collection of Fields, plus their associated data.django.contrib.admin.helpers.ActionForm
- Undocumenteddjango.contrib.admin.views.main.ChangeListSearchForm
- Undocumenteddjango.contrib.auth.forms.AdminPasswordChangeForm
- A form used to change the password of a user in the admin interface.django.contrib.auth.forms.AuthenticationForm
- Base class for authenticating users. Extend this to get a form that accepts username/password logins.django.contrib.admin.forms.AdminAuthenticationForm
- A custom authentication form used in the admin app.django.contrib.auth.forms.PasswordResetForm
- No class docstring; 0/1 class variable, 3/3 methods documenteddjango.contrib.auth.forms.SetPasswordForm
- A form that lets a user change set their password without entering the old passworddjango.contrib.auth.forms.PasswordChangeForm
- A form that lets a user change their password by entering their old password.django.contrib.admin.forms.AdminPasswordChangeForm
- Undocumenteddjango.forms.models.BaseModelForm
- No class docstring; 0/2 instance variable, 4/8 methods documenteddjango.forms.models.ModelForm
- Undocumenteddjango.contrib.auth.forms.UserChangeForm
- Undocumenteddjango.contrib.auth.forms.UserCreationForm
- A form that creates a user, with no privileges, from the given username and password.django.contrib.flatpages.forms.FlatpageForm
- Undocumenteddjango.forms.formsets.BaseFormSet
- A collection of instances of the same Form class.django.forms.models.BaseModelFormSet
- A FormSet for editing a queryset and/or adding new objects to it.django.contrib.contenttypes.forms.BaseGenericInlineFormSet
- A formset for generic inline objects to a parent.django.forms.models.BaseInlineFormSet
- A formset for child objects related to a parent.django.forms.widgets.Media
- No class docstring; 0/2 property, 0/2 instance variable, 2/9 methods, 1/1 static method documenteddjango.forms.widgets.Widget
- No class docstring; 0/1 property, 0/1 instance variable, 0/4 class variable, 5/12 methods documenteddjango.contrib.admin.widgets.RelatedFieldWidgetWrapper
- This class is a wrapper to a given widget to add the add icon for the admin interface.django.contrib.auth.forms.ReadOnlyPasswordHashWidget
- Undocumenteddjango.contrib.gis.forms.widgets.BaseGeometryWidget
- The base class for rich geometry widgets. Render a map using the WKT of the geometry.django.contrib.gis.forms.widgets.OpenLayersWidget
- Undocumenteddjango.contrib.gis.forms.widgets.OSMWidget
- An OpenLayers/OpenStreetMap-based widget.django.contrib.postgres.forms.array.SplitArrayWidget
- Undocumenteddjango.forms.widgets.ChoiceWidget
- No class docstring; 0/1 instance variable, 0/7 class variable, 5/10 methods documenteddjango.forms.widgets.RadioSelect
- No class docstring; 0/3 class variable, 1/1 method documenteddjango.contrib.admin.widgets.AdminRadioSelect
- Undocumenteddjango.forms.widgets.CheckboxSelectMultiple
- Undocumenteddjango.forms.widgets.Select
- No class docstring; 0/6 class variable, 1/2 method, 1/1 static method documenteddjango.contrib.admin.widgets.AutocompleteSelect
- Undocumenteddjango.forms.widgets.NullBooleanSelect
- A Select Widget intended to be used with NullBooleanField.django.forms.widgets.SelectMultiple
- Undocumenteddjango.contrib.admin.widgets.AutocompleteSelectMultiple
- Undocumenteddjango.contrib.admin.widgets.FilteredSelectMultiple
- A SelectMultiple with a JavaScript filter interface.django.forms.widgets.Input
- Base class for all <input> widgets.django.forms.widgets.CheckboxInput
- No class docstring; 0/1 instance variable, 0/2 class variable, 1/5 method documenteddjango.forms.widgets.EmailInput
- Undocumenteddjango.contrib.admin.widgets.AdminEmailInputWidget
- Undocumenteddjango.forms.widgets.FileInput
- No class docstring; 0/3 class variable, 2/4 methods documenteddjango.forms.widgets.ClearableFileInput
- No class docstring; 0/4 class variable, 4/7 methods documenteddjango.contrib.admin.widgets.AdminFileWidget
- Undocumenteddjango.forms.widgets.HiddenInput
- Undocumenteddjango.forms.widgets.MultipleHiddenInput
- Handle <input type="hidden"> for fields that have a list of values.django.forms.widgets.NumberInput
- Undocumenteddjango.contrib.admin.widgets.AdminIntegerFieldWidget
- Undocumenteddjango.contrib.admin.widgets.AdminBigIntegerFieldWidget
- Undocumenteddjango.forms.widgets.PasswordInput
- Undocumenteddjango.forms.widgets.TextInput
- Undocumenteddjango.contrib.admin.widgets.AdminTextInputWidget
- Undocumenteddjango.contrib.admin.widgets.AdminUUIDInputWidget
- Undocumenteddjango.contrib.admin.widgets.ForeignKeyRawIdWidget
- A Widget for displaying ForeignKeys in the "raw_id" interface rather than in a <select> box.django.contrib.admin.widgets.ManyToManyRawIdWidget
- A Widget for displaying ManyToMany ids in the "raw_id" interface rather than in a <select multiple> box.django.forms.widgets.DateTimeBaseInput
- Undocumenteddjango.forms.widgets.DateInput
- Undocumenteddjango.contrib.admin.widgets.AdminDateWidget
- Undocumenteddjango.forms.widgets.DateTimeInput
- Undocumenteddjango.forms.widgets.TimeInput
- Undocumenteddjango.contrib.admin.widgets.AdminTimeWidget
- Undocumenteddjango.forms.widgets.URLInput
- Undocumenteddjango.contrib.admin.widgets.AdminURLFieldWidget
- Undocumenteddjango.forms.widgets.MultiWidget
- A widget that is composed of multiple widgets.django.contrib.postgres.forms.ranges.RangeWidget
- Undocumenteddjango.contrib.postgres.forms.ranges.HiddenRangeWidget
- A widget that splits input into two <input type="hidden"> inputs.django.forms.widgets.SplitDateTimeWidget
- A widget that splits datetime input into two <input type="text"> boxes.django.contrib.admin.widgets.AdminSplitDateTime
- A SplitDateTime Widget that has some admin-specific styling.django.forms.widgets.SplitHiddenDateTimeWidget
- A widget that splits datetime input into two <input type="hidden"> inputs.django.forms.widgets.SelectDateWidget
- A widget that splits date input into three <select> boxes.django.forms.widgets.Textarea
- Undocumenteddjango.contrib.admin.widgets.AdminTextareaWidget
- Undocumenteddjango.contrib.gis.admin.OpenLayersWidget
- Render an OpenLayers map using the WKT of the geometry.django.http.HttpRequest
- A basic HTTP request.django.core.handlers.asgi.ASGIRequest
- Custom request subclass that decodes from an ASGI-standard request dict and wraps request body handling.django.core.handlers.wsgi.WSGIRequest
- Undocumenteddjango.http.multipartparser.BoundaryIter
- A Producer that is sensitive to boundaries.django.http.multipartparser.ChunkIter
- An iterable that will yield chunks of data. Given a file-like object as the constructor, yield chunks of read operations from that object.django.http.multipartparser.InterBoundaryIter
- A Producer that will iterate over boundaries.django.http.multipartparser.LazyStream
- The LazyStream wrapper allows one to get and "unget" bytes from a stream.django.http.multipartparser.MultiPartParser
- A rfc2388 multipart/form-data parser.django.http.multipartparser.Parser
- Undocumenteddjango.http.request.MediaType
- Undocumenteddjango.http.response.HttpResponseBase
- An HTTP response base class with dictionary-accessed headers.django.http.HttpResponse
- An HTTP response class with a string as content.django.http.HttpResponseBadRequest
- Undocumenteddjango.http.HttpResponseForbidden
- Undocumenteddjango.http.HttpResponseGone
- Undocumenteddjango.http.HttpResponseNotAllowed
- Undocumenteddjango.http.HttpResponseNotFound
- Undocumenteddjango.http.HttpResponseNotModified
- Undocumenteddjango.http.HttpResponseServerError
- Undocumenteddjango.http.JsonResponse
- An HTTP response class that consumes data to be serialized to JSON.django.http.response.HttpResponseRedirectBase
- Undocumenteddjango.http.HttpResponsePermanentRedirect
- Undocumenteddjango.http.HttpResponseRedirect
- Undocumenteddjango.template.response.SimpleTemplateResponse
- No class docstring; 1/3 property, 0/6 instance variable, 0/1 class variable, 5/8 methods documenteddjango.template.response.TemplateResponse
- Undocumenteddjango.http.StreamingHttpResponse
- A streaming HTTP response class with an iterator as content.django.http.FileResponse
- A streaming HTTP response class optimized for files.django.template.backends.base.BaseEngine
- No class docstring; 1/2 property, 0/3 instance variable, 4/4 methods documenteddjango.template.backends.django.DjangoTemplates
- No class docstring; 0/1 instance variable, 0/1 class variable, 1/4 method documenteddjango.template.backends.dummy.TemplateStrings
- Undocumenteddjango.template.backends.jinja2.Jinja2
- Undocumenteddjango.template.backends.django.Template
- Undocumenteddjango.template.backends.jinja2.Origin
- A container to hold debug information as described in the template API documentation.django.template.backends.jinja2.Template
- Undocumenteddjango.template.base.FilterExpression
- Parse a variable token and its optional filters (all as a single string), and return a list of tuples of the filter name and arguments. Sample:django.template.base.Lexer
- No class docstring; 0/2 instance variable, 2/4 methods documenteddjango.template.base.DebugLexer
- No class docstring; 1/3 method documenteddjango.template.base.Node
- No class docstring; 0/3 class variable, 3/4 methods documenteddjango.contrib.admin.templatetags.log.AdminLogNode
- Undocumenteddjango.contrib.flatpages.templatetags.flatpages.FlatpageNode
- Undocumenteddjango.template.base.TextNode
- No class docstring; 0/1 instance variable, 0/1 class variable, 1/4 method documenteddjango.template.base.VariableNode
- Undocumenteddjango.template.defaulttags.AutoEscapeControlNode
- Implement the actions of the autoescape tag.django.template.defaulttags.CommentNode
- Undocumenteddjango.template.defaulttags.CsrfTokenNode
- Undocumenteddjango.template.defaulttags.CycleNode
- No class docstring; 0/3 instance variable, 1/3 method documenteddjango.template.defaulttags.DebugNode
- Undocumenteddjango.template.defaulttags.FilterNode
- Undocumenteddjango.template.defaulttags.FirstOfNode
- Undocumenteddjango.template.defaulttags.ForNode
- Undocumenteddjango.template.defaulttags.IfChangedNode
- Undocumenteddjango.template.defaulttags.IfNode
- Undocumenteddjango.template.defaulttags.LoadNode
- Undocumenteddjango.template.defaulttags.LoremNode
- Undocumenteddjango.template.defaulttags.NowNode
- Undocumenteddjango.template.defaulttags.RegroupNode
- Undocumenteddjango.template.defaulttags.ResetCycleNode
- Undocumenteddjango.template.defaulttags.SpacelessNode
- Undocumenteddjango.template.defaulttags.TemplateTagNode
- Undocumenteddjango.template.defaulttags.URLNode
- Undocumenteddjango.template.defaulttags.VerbatimNode
- Undocumenteddjango.template.defaulttags.WidthRatioNode
- Undocumenteddjango.template.defaulttags.WithNode
- Undocumenteddjango.template.library.TagHelperNode
- Base class for tag helper nodes such as SimpleNode and InclusionNode. Manages the positional and keyword arguments to be passed to the decorated function.django.template.library.InclusionNode
- No class docstring; 0/1 instance variable, 1/2 method documenteddjango.contrib.admin.templatetags.base.InclusionAdminNode
- Template tag that allows its template to be overridden per model, per app, or globally.django.template.library.SimpleNode
- Undocumenteddjango.template.loader_tags.BlockNode
- Undocumenteddjango.template.loader_tags.ExtendsNode
- No class docstring; 0/4 instance variable, 0/2 class variable, 1/5 method documenteddjango.template.loader_tags.IncludeNode
- No class docstring; 0/3 instance variable, 0/1 class variable, 1/3 method documenteddjango.templatetags.static.PrefixNode
- No class docstring; 0/2 instance variable, 0/3 method, 1/2 class method documenteddjango.templatetags.static.StaticNode
- No class docstring; 0/2 instance variable, 0/1 class variable, 0/4 method, 1/2 class method documenteddjango.template.base.Origin
- Undocumenteddjango.template.base.Parser
- No class docstring; 0/6 instance variable, 3/14 methods documenteddjango.template.base.Template
- No class docstring; 0/5 instance variable, 3/7 methods documenteddjango.template.base.Token
- No class docstring; 0/4 instance variable, 1/3 method documenteddjango.template.base.Variable
- A template variable, resolvable against a given context. The variable may be a hard-coded string (if it begins and ends with single or double quote marks):django.template.context.BaseContext
- No class docstring; 0/1 instance variable, 7/17 methods documenteddjango.template.context.Context
- A stack container for variable contextdjango.template.context.RequestContext
- No summarydjango.template.context.RenderContext
- A stack container for storing Template state.django.template.Engine
- No class docstring; 0/2 property, 0/12 instance variable, 0/1 class variable, 4/11 methods, 1/1 static method documenteddjango.template.library.Library
- No summarydjango.template.loader_tags.BlockContext
- Undocumenteddjango.template.loaders.base.Loader
- No class docstring; 0/1 instance variable, 3/4 methods documenteddjango.template.loaders.cached.Loader
- No class docstring; 0/2 instance variable, 3/8 methods documenteddjango.template.loaders.filesystem.Loader
- No class docstring; 0/1 instance variable, 1/4 method documenteddjango.template.loaders.app_directories.Loader
- Undocumenteddjango.template.loaders.locmem.Loader
- Undocumenteddjango.template.Node
django.templatetags.cache.CacheNode
- Undocumenteddjango.templatetags.i18n.BlockTranslateNode
- Undocumenteddjango.templatetags.i18n.GetAvailableLanguagesNode
- Undocumenteddjango.templatetags.i18n.GetCurrentLanguageBidiNode
- Undocumenteddjango.templatetags.i18n.GetCurrentLanguageNode
- Undocumenteddjango.templatetags.i18n.GetLanguageInfoListNode
- Undocumenteddjango.templatetags.i18n.GetLanguageInfoNode
- Undocumenteddjango.templatetags.i18n.LanguageNode
- Undocumenteddjango.templatetags.i18n.TranslateNode
- Undocumenteddjango.templatetags.l10n.LocalizeNode
- Undocumenteddjango.templatetags.tz.GetCurrentTimezoneNode
- Template node class used by get_current_timezone_tag.django.templatetags.tz.LocalTimeNode
- Template node class used by localtime_tag.django.templatetags.tz.TimezoneNode
- Template node class used by timezone_tag.django.template.smartif.IfParser
- Undocumenteddjango.template.defaulttags.TemplateIfParser
- Undocumenteddjango.template.smartif.TokenBase
- Base class for operators and literals, mainly for debugging and for throwing syntax errors.django.template.smartif.EndToken
- Undocumenteddjango.template.smartif.Literal
- A basic self-resolvable object similar to a Django template variable.django.template.defaulttags.TemplateLiteral
- Undocumenteddjango.template.utils.EngineHandler
- No class docstring; 0/1 property, 0/2 instance variable, 1/4 method documenteddjango.test.client.ClientMixin
- Mixin with common methods between Client and AsyncClient.django.test.client.AsyncClient
- An async version of Client that creates ASGIRequests and calls through an async request path.django.test.client.Client
- A class that can act as a client for testing purposes.django.test.client.FakePayload
- No summarydjango.test.client.RequestFactory
- Class that lets you create mock Request objects for use in testing.django.test.client.AsyncRequestFactory
- Class that lets you create mock ASGI-like Request objects for use in testing. Usage:django.test.client.AsyncClient
- An async version of Client that creates ASGIRequests and calls through an async request path.django.test.client.Client
- A class that can act as a client for testing purposes.django.test.html.Element
- Undocumenteddjango.test.html.RootElement
- Undocumenteddjango.test.runner.DiscoverRunner
- A Django test runner that uses unittest2 test discovery.django.test.runner.DummyList
- Dummy list class for faking storage of results in unittest.TestResult.django.test.runner.RemoteTestRunner
- Run tests and record everything but don't display anything.django.test.runner.Shuffler
- No summarydjango.test.testcases._AssertTemplateUsedContext
- Undocumenteddjango.test.testcases._AssertTemplateNotUsedContext
- Undocumenteddjango.test.testcases._DatabaseFailure
- Undocumenteddjango.test.testcases.CheckCondition
- Descriptor class for deferred condition checking.django.test.testcases.SerializeMixin
- Enforce serialization of TestCases that share a common resource.django.test.testcases.TestData
- Descriptor to provide TestCase instance isolation for attributes assigned during the setUpTestData() phase.django.test.utils._TestState
- Undocumenteddjango.test.utils.Approximate
- Undocumenteddjango.test.utils.CaptureQueriesContext
- Context manager that captures queries executed by the specified connection.django.test.testcases._AssertNumQueriesContext
- Undocumenteddjango.test.utils.LoggingCaptureMixin
- Capture the output from the 'django' logger and store it on the class's logger_output attribute.django.test.utils.NullTimeKeeper
- Undocumenteddjango.test.utils.TestContextDecorator
- A base class that can either be used as a context manager during tests or as a test function or unittest.TestCase subclass decorator to perform temporary alterations.django.test.utils.ignore_warnings
- Undocumenteddjango.test.utils.isolate_apps
- Act as either a decorator or a context manager to register models defined in its wrapped context to an isolated registry.django.test.utils.override_script_prefix
- Decorator or context manager to temporary override the script prefix.django.test.utils.override_settings
- No summarydjango.test.utils.modify_settings
- Like override_settings, but makes it possible to append, prepend, or remove items instead of redefining the entire list.django.test.utils.override_system_checks
- Act as a decorator. Override list of registered system checks. Useful when you override INSTALLED_APPS
, e.g. if you exclude auth
app, you also need to exclude its system checks.django.test.utils.TimeKeeper
- Undocumenteddjango.urls.converters.IntConverter
- Undocumenteddjango.urls.converters.StringConverter
- Undocumenteddjango.urls.converters.PathConverter
- Undocumenteddjango.urls.converters.SlugConverter
- Undocumenteddjango.urls.converters.UUIDConverter
- Undocumenteddjango.urls.LocalePrefixPattern
- Undocumenteddjango.urls.ResolverMatch
- Undocumenteddjango.urls.resolvers.CheckURLMixin
- No class docstring; 2/2 methods documenteddjango.urls.resolvers.RegexPattern
- No class docstring; 0/5 instance variable, 0/1 class variable, 1/6 method documenteddjango.urls.resolvers.RoutePattern
- Undocumenteddjango.urls.resolvers.LocaleRegexDescriptor
- No class docstring; 0/1 instance variable, 1/2 method documenteddjango.urls.URLPattern
- No class docstring; 1/1 property, 0/4 instance variable, 1/6 method documenteddjango.urls.URLResolver
- No class docstring; 0/5 property, 0/12 instance variable, 0/10 method, 1/2 static method documenteddjango.utils.archive.Archive
- The external API class that encapsulates an archive implementation.django.utils.archive.BaseArchive
- Base Archive class. Implementations should inherit this class.django.utils.archive.TarArchive
- Undocumenteddjango.utils.archive.ZipArchive
- Undocumenteddjango.utils.autoreload.BaseReloader
- No class docstring; 0/1 property, 0/3 instance variable, 3/9 methods, 0/1 class method documenteddjango.utils.autoreload.StatReloader
- Undocumenteddjango.utils.autoreload.WatchmanReloader
- No class docstring; 0/1 property, 0/3 instance variable, 2/14 methods, 0/1 class method documenteddjango.utils.baseconv.BaseConverter
- Undocumenteddjango.utils.connection.BaseConnectionHandler
- Undocumenteddjango.core.cache.CacheHandler
- Undocumenteddjango.db.utils.ConnectionHandler
- No class docstring; 0/1 property, 0/2 class variable, 2/5 methods documenteddjango.utils.connection.ConnectionProxy
- Proxy for accessing a connection object's attributes.django.utils.datastructures.OrderedSet
- A set which keeps the ordering of the inserted items.django.utils.dateformat.Formatter
- Undocumenteddjango.utils.dateformat.TimeFormat
- No class docstring; 0/1 property, 0/2 instance variable, 15/16 methods documenteddjango.utils.dateformat.DateFormat
- No class docstring; 24/24 methods documenteddjango.utils.deprecation.MiddlewareMixin
- No class docstring; 0/2 instance variable, 0/2 class variable, 2/5 methods documenteddjango.contrib.admin.tests.CSPMiddleware
- The admin's JavaScript should be compatible with CSP.django.contrib.admindocs.middleware.XViewMiddleware
- Add an X-View header to internal HEAD requests.django.contrib.auth.middleware.AuthenticationMiddleware
- Undocumenteddjango.contrib.auth.middleware.RemoteUserMiddleware
- Middleware for utilizing web-server-provided authentication.django.contrib.auth.middleware.PersistentRemoteUserMiddleware
- Middleware for web-server provided authentication on logon pages.django.contrib.flatpages.middleware.FlatpageFallbackMiddleware
- Undocumenteddjango.contrib.messages.middleware.MessageMiddleware
- Middleware that handles temporary messages.django.contrib.redirects.middleware.RedirectFallbackMiddleware
- Undocumenteddjango.contrib.sessions.middleware.SessionMiddleware
- No class docstring; 0/1 instance variable, 1/3 method documenteddjango.contrib.sites.middleware.CurrentSiteMiddleware
- Middleware that sets site
attribute to request object.django.middleware.cache.FetchFromCacheMiddleware
- Request-phase cache middleware that fetches a page from the cache.django.middleware.cache.CacheMiddleware
- Cache middleware that provides basic behavior for many simple sites.django.middleware.cache.UpdateCacheMiddleware
- Response-phase cache middleware that updates the cache if the response is cacheable.django.middleware.cache.CacheMiddleware
- Cache middleware that provides basic behavior for many simple sites.django.middleware.clickjacking.XFrameOptionsMiddleware
- Set the X-Frame-Options HTTP header in HTTP responses.django.middleware.common.BrokenLinkEmailsMiddleware
- No class docstring; 3/3 methods documenteddjango.middleware.common.CommonMiddleware
- "Common" middleware for taking care of some basic operations:django.middleware.csrf.CsrfViewMiddleware
- Require a present and correct csrfmiddlewaretoken for POST requests that have a CSRF cookie, and set an outgoing CSRF cookie.django.views.decorators.csrf._EnsureCsrfCookie
- Undocumenteddjango.views.decorators.csrf._EnsureCsrfToken
- Undocumenteddjango.middleware.gzip.GZipMiddleware
- Compress content if the browser allows gzip compression. Set the Vary header accordingly, so that caches will base their storage on the Accept-Encoding header.django.middleware.http.ConditionalGetMiddleware
- Handle conditional GET operations. If the response has an ETag or Last-Modified header and the request has If-None-Match or If-Modified-Since, replace the response with HttpNotModified. Add an ETag header if needed.django.middleware.locale.LocaleMiddleware
- Parse a request and decide what translation object to install in the current thread context. This allows pages to be dynamically translated to the language the user desires (if the language is available).django.middleware.security.SecurityMiddleware
- Undocumenteddjango.utils.deprecation.warn_about_renamed_method
- Undocumenteddjango.utils.feedgenerator.Enclosure
- An RSS enclosuredjango.utils.feedgenerator.SyndicationFeed
- Base class for all syndication feeds. Subclasses should provide write()django.utils.feedgenerator.Atom1Feed
- Undocumenteddjango.contrib.gis.feeds.GeoAtom1Feed
- Undocumenteddjango.utils.feedgenerator.RssFeed
- Undocumenteddjango.utils.feedgenerator.Rss201rev2Feed
- Undocumenteddjango.contrib.gis.feeds.GeoRSSFeed
- Undocumenteddjango.contrib.gis.feeds.W3CGeoFeed
- Undocumenteddjango.utils.feedgenerator.RssUserland091Feed
- Undocumenteddjango.utils.functional.cached_property
- Decorator that converts a method with a single self argument into a property cached on the instance.django.utils.functional.classproperty
- Decorator that converts a method with a single cls argument into a property that can be accessed directly from the class.django.utils.functional.LazyObject
- A wrapper for another class that can be used to delay instantiation of the wrapped class.django.conf.LazySettings
- A lazy proxy for either global Django settings or a custom settings object. The user can manually configure settings prior to using them. Otherwise, Django uses the settings module pointed to by DJANGO_SETTINGS_MODULE.django.contrib.admin.sites.DefaultAdminSite
- Undocumenteddjango.contrib.staticfiles.storage.ConfiguredStorage
- Undocumenteddjango.core.files.storage.DefaultStorage
- Undocumenteddjango.utils.functional.SimpleLazyObject
- A lazy object initialized from any function.django.utils.text.Truncator
- An object used to truncate text, either by characters or words.django.utils.functional.Promise
- Base class for the proxy class created in the closure of the lazy function. It's used to recognize promises in code.django.utils.jslex.Lexer
- A generic multi-state regex-based lexer.django.utils.jslex.JsLexer
- A JavaScript lexerdjango.utils.jslex.Tok
- A specification for a token class.django.utils.safestring.SafeData
- No class docstring; 1/1 method documenteddjango.utils.safestring.SafeString
- A str subclass that has been specifically marked as "safe" for HTML output purposes.django.utils.translation.Trans
- No summarydjango.utils.translation.trans_real.TranslationCatalog
- Simulate a dict for DjangoTranslation._catalog so as multiple catalogs with different plural equations are kept separate.django.utils.tree.Node
- A single internal node in the tree graph. A Node should be viewed as a connection (the root) with the children being either leaf nodes or other Node instances.django.db.models.query_utils.Q
- Encapsulate filters as objects that can then be combined logically (using &
and |
).django.db.models.sql.where.WhereNode
- An SQL WHERE clause.django.views.debug.CallableSettingWrapper
- No summarydjango.views.debug.ExceptionReporter
- Organize and coordinate reporting on exceptions.django.views.debug.SafeExceptionReporterFilter
- Use annotations made by the sensitive_post_parameters and sensitive_variables decorators to filter out sensitive information.django.views.generic.base.ContextMixin
- A default context mixin that passes the keyword arguments received by get_context_data() as the template context.django.views.generic.detail.SingleObjectMixin
- Provide the ability to retrieve a single object for further manipulation.django.views.generic.detail.BaseDetailView
- A base view for displaying a single object.django.views.generic.dates.BaseDateDetailView
- Detail view of a single object on a single date; this differs from the standard DetailView by accepting a year/month/day in the URL.django.views.generic.DateDetailView
- Detail view of a single object on a single date; this differs from the standard DetailView by accepting a year/month/day in the URL.django.views.generic.DetailView
- Render a "detail" view of an object.django.views.generic.edit.BaseDeleteView
- Base view for deleting an object.django.views.generic.DeleteView
- View for deleting an object retrieved with self.get_object(), with a response rendered by a template.django.views.generic.edit.ModelFormMixin
- Provide a way to show and handle a ModelForm in a request.django.views.generic.edit.BaseCreateView
- Base view for creating a new object instance.django.views.generic.CreateView
- View for creating a new object, with a response rendered by a template.django.views.generic.edit.BaseUpdateView
- Base view for updating an existing object.django.views.generic.UpdateView
- View for updating an object, with a response rendered by a template.django.views.generic.edit.FormMixin
- Provide a way to show and handle a form in a request.django.views.generic.edit.BaseDeleteView
- Base view for deleting an object.django.views.generic.DeleteView
- View for deleting an object retrieved with self.get_object(), with a response rendered by a template.django.views.generic.edit.BaseFormView
- A base view for displaying a form.django.views.generic.FormView
- A view for displaying a form and rendering a template response.django.views.generic.edit.ModelFormMixin
- Provide a way to show and handle a ModelForm in a request.django.views.generic.edit.BaseCreateView
- Base view for creating a new object instance.django.views.generic.CreateView
- View for creating a new object, with a response rendered by a template.django.views.generic.edit.BaseUpdateView
- Base view for updating an existing object.django.views.generic.UpdateView
- View for updating an object, with a response rendered by a template.django.views.generic.list.MultipleObjectMixin
- A mixin for views manipulating multiple objects.django.views.generic.dates.BaseDateListView
- Abstract base class for date-based views displaying a list of objects.django.views.generic.dates.BaseArchiveIndexView
- Base class for archives of date-based items. Requires a response mixin.django.views.generic.ArchiveIndexView
- Top-level archive of date-based items.django.views.generic.dates.BaseDayArchiveView
- List of objects published on a given day.django.views.generic.dates.BaseTodayArchiveView
- List of objects published today.django.views.generic.TodayArchiveView
- List of objects published today.django.views.generic.DayArchiveView
- List of objects published on a given day.django.views.generic.dates.BaseMonthArchiveView
- List of objects published in a given month.django.views.generic.MonthArchiveView
- List of objects published in a given month.django.views.generic.dates.BaseWeekArchiveView
- List of objects published in a given week.django.views.generic.WeekArchiveView
- List of objects published in a given week.django.views.generic.dates.BaseYearArchiveView
- List of objects published in a given year.django.views.generic.YearArchiveView
- List of objects published in a given year.django.views.generic.list.BaseListView
- A base view for displaying a list of objects.django.contrib.admin.views.autocomplete.AutocompleteJsonView
- Handle AutocompleteWidget's AJAX requests for data.django.views.generic.ListView
- Render some list of objects, set by self.model
or self.queryset
. self.queryset
can actually be any iterable of items, not just a queryset.django.views.generic.TemplateView
- Render a template. Pass keyword arguments from the URLconf to the context.django.contrib.admindocs.views.BaseAdminDocsView
- Base view for admindocs views.django.contrib.admindocs.views.BookmarkletsView
- Undocumenteddjango.contrib.admindocs.views.ModelDetailView
- Undocumenteddjango.contrib.admindocs.views.ModelIndexView
- Undocumenteddjango.contrib.admindocs.views.TemplateDetailView
- Undocumenteddjango.contrib.admindocs.views.TemplateFilterIndexView
- Undocumenteddjango.contrib.admindocs.views.TemplateTagIndexView
- Undocumenteddjango.contrib.admindocs.views.ViewDetailView
- Undocumenteddjango.contrib.admindocs.views.ViewIndexView
- Undocumenteddjango.views.generic.base.TemplateResponseMixin
- A mixin that can be used to render a template.django.views.generic.detail.SingleObjectTemplateResponseMixin
- No class docstring; 0/2 class variable, 1/1 method documenteddjango.views.generic.CreateView
- View for creating a new object, with a response rendered by a template.django.views.generic.DateDetailView
- Detail view of a single object on a single date; this differs from the standard DetailView by accepting a year/month/day in the URL.django.views.generic.DeleteView
- View for deleting an object retrieved with self.get_object(), with a response rendered by a template.django.views.generic.DetailView
- Render a "detail" view of an object.django.views.generic.UpdateView
- View for updating an object, with a response rendered by a template.django.views.generic.FormView
- A view for displaying a form and rendering a template response.django.views.generic.list.MultipleObjectTemplateResponseMixin
- Mixin for responding with a template and list of objects.django.views.generic.ArchiveIndexView
- Top-level archive of date-based items.django.views.generic.DayArchiveView
- List of objects published on a given day.django.views.generic.ListView
- Render some list of objects, set by self.model
or self.queryset
. self.queryset
can actually be any iterable of items, not just a queryset.django.views.generic.MonthArchiveView
- List of objects published in a given month.django.views.generic.TodayArchiveView
- List of objects published today.django.views.generic.WeekArchiveView
- List of objects published in a given week.django.views.generic.YearArchiveView
- List of objects published in a given year.django.views.generic.TemplateView
- Render a template. Pass keyword arguments from the URLconf to the context.django.contrib.admindocs.views.BaseAdminDocsView
- Base view for admindocs views.django.contrib.admindocs.views.BookmarkletsView
- Undocumenteddjango.contrib.admindocs.views.ModelDetailView
- Undocumenteddjango.contrib.admindocs.views.ModelIndexView
- Undocumenteddjango.contrib.admindocs.views.TemplateDetailView
- Undocumenteddjango.contrib.admindocs.views.TemplateFilterIndexView
- Undocumenteddjango.contrib.admindocs.views.TemplateTagIndexView
- Undocumenteddjango.contrib.admindocs.views.ViewDetailView
- Undocumenteddjango.contrib.admindocs.views.ViewIndexView
- Undocumenteddjango.views.generic.base.TemplateView
django.contrib.auth.views.LogoutView
- Log out the user and display the 'You are logged out' message.django.contrib.auth.views.PasswordChangeDoneView
- Undocumenteddjango.contrib.auth.views.PasswordResetCompleteView
- Undocumenteddjango.contrib.auth.views.PasswordResetDoneView
- Undocumenteddjango.views.generic.base.View
django.views.generic.dates.BaseDateListView
- Abstract base class for date-based views displaying a list of objects.django.views.generic.dates.BaseArchiveIndexView
- Base class for archives of date-based items. Requires a response mixin.django.views.generic.ArchiveIndexView
- Top-level archive of date-based items.django.views.generic.dates.BaseDayArchiveView
- List of objects published on a given day.django.views.generic.dates.BaseTodayArchiveView
- List of objects published today.django.views.generic.TodayArchiveView
- List of objects published today.django.views.generic.DayArchiveView
- List of objects published on a given day.django.views.generic.dates.BaseMonthArchiveView
- List of objects published in a given month.django.views.generic.MonthArchiveView
- List of objects published in a given month.django.views.generic.dates.BaseWeekArchiveView
- List of objects published in a given week.django.views.generic.WeekArchiveView
- List of objects published in a given week.django.views.generic.dates.BaseYearArchiveView
- List of objects published in a given year.django.views.generic.YearArchiveView
- List of objects published in a given year.django.views.generic.detail.BaseDetailView
- A base view for displaying a single object.django.views.generic.dates.BaseDateDetailView
- Detail view of a single object on a single date; this differs from the standard DetailView by accepting a year/month/day in the URL.django.views.generic.DateDetailView
- Detail view of a single object on a single date; this differs from the standard DetailView by accepting a year/month/day in the URL.django.views.generic.DetailView
- Render a "detail" view of an object.django.views.generic.edit.BaseDeleteView
- Base view for deleting an object.django.views.generic.DeleteView
- View for deleting an object retrieved with self.get_object(), with a response rendered by a template.django.views.generic.edit.ProcessFormView
- Render a form on GET and processes it on POST.django.views.generic.edit.BaseCreateView
- Base view for creating a new object instance.django.views.generic.CreateView
- View for creating a new object, with a response rendered by a template.django.views.generic.edit.BaseFormView
- A base view for displaying a form.django.views.generic.FormView
- A view for displaying a form and rendering a template response.django.views.generic.edit.BaseUpdateView
- Base view for updating an existing object.django.views.generic.UpdateView
- View for updating an object, with a response rendered by a template.django.views.generic.list.BaseListView
- A base view for displaying a list of objects.django.contrib.admin.views.autocomplete.AutocompleteJsonView
- Handle AutocompleteWidget's AJAX requests for data.django.views.generic.ListView
- Render some list of objects, set by self.model
or self.queryset
. self.queryset
can actually be any iterable of items, not just a queryset.django.views.generic.dates.DateMixin
- Mixin class for views manipulating date-based data.django.views.generic.dates.BaseDateDetailView
- Detail view of a single object on a single date; this differs from the standard DetailView by accepting a year/month/day in the URL.django.views.generic.DateDetailView
- Detail view of a single object on a single date; this differs from the standard DetailView by accepting a year/month/day in the URL.django.views.generic.dates.BaseDateListView
- Abstract base class for date-based views displaying a list of objects.django.views.generic.dates.BaseArchiveIndexView
- Base class for archives of date-based items. Requires a response mixin.django.views.generic.ArchiveIndexView
- Top-level archive of date-based items.django.views.generic.dates.BaseDayArchiveView
- List of objects published on a given day.django.views.generic.dates.BaseTodayArchiveView
- List of objects published today.django.views.generic.TodayArchiveView
- List of objects published today.django.views.generic.DayArchiveView
- List of objects published on a given day.django.views.generic.dates.BaseMonthArchiveView
- List of objects published in a given month.django.views.generic.MonthArchiveView
- List of objects published in a given month.django.views.generic.dates.BaseWeekArchiveView
- List of objects published in a given week.django.views.generic.WeekArchiveView
- List of objects published in a given week.django.views.generic.dates.BaseYearArchiveView
- List of objects published in a given year.django.views.generic.YearArchiveView
- List of objects published in a given year.django.views.generic.dates.DayMixin
- Mixin for views manipulating day-based data.django.views.generic.dates.BaseDateDetailView
- Detail view of a single object on a single date; this differs from the standard DetailView by accepting a year/month/day in the URL.django.views.generic.DateDetailView
- Detail view of a single object on a single date; this differs from the standard DetailView by accepting a year/month/day in the URL.django.views.generic.dates.BaseDayArchiveView
- List of objects published on a given day.django.views.generic.dates.BaseTodayArchiveView
- List of objects published today.django.views.generic.TodayArchiveView
- List of objects published today.django.views.generic.DayArchiveView
- List of objects published on a given day.django.views.generic.dates.MonthMixin
- Mixin for views manipulating month-based data.django.views.generic.dates.BaseDateDetailView
- Detail view of a single object on a single date; this differs from the standard DetailView by accepting a year/month/day in the URL.django.views.generic.DateDetailView
- Detail view of a single object on a single date; this differs from the standard DetailView by accepting a year/month/day in the URL.django.views.generic.dates.BaseDayArchiveView
- List of objects published on a given day.django.views.generic.dates.BaseTodayArchiveView
- List of objects published today.django.views.generic.TodayArchiveView
- List of objects published today.django.views.generic.DayArchiveView
- List of objects published on a given day.django.views.generic.dates.BaseMonthArchiveView
- List of objects published in a given month.django.views.generic.MonthArchiveView
- List of objects published in a given month.django.views.generic.dates.WeekMixin
- Mixin for views manipulating week-based data.django.views.generic.dates.BaseWeekArchiveView
- List of objects published in a given week.django.views.generic.WeekArchiveView
- List of objects published in a given week.django.views.generic.dates.YearMixin
- Mixin for views manipulating year-based data.django.views.generic.dates.BaseDateDetailView
- Detail view of a single object on a single date; this differs from the standard DetailView by accepting a year/month/day in the URL.django.views.generic.DateDetailView
- Detail view of a single object on a single date; this differs from the standard DetailView by accepting a year/month/day in the URL.django.views.generic.dates.BaseDayArchiveView
- List of objects published on a given day.django.views.generic.dates.BaseTodayArchiveView
- List of objects published today.django.views.generic.TodayArchiveView
- List of objects published today.django.views.generic.DayArchiveView
- List of objects published on a given day.django.views.generic.dates.BaseMonthArchiveView
- List of objects published in a given month.django.views.generic.MonthArchiveView
- List of objects published in a given month.django.views.generic.dates.BaseWeekArchiveView
- List of objects published in a given week.django.views.generic.WeekArchiveView
- List of objects published in a given week.django.views.generic.dates.BaseYearArchiveView
- List of objects published in a given year.django.views.generic.YearArchiveView
- List of objects published in a given year.django.views.generic.edit.DeletionMixin
- Provide the ability to delete objects.django.views.generic.edit.BaseDeleteView
- Base view for deleting an object.django.views.generic.DeleteView
- View for deleting an object retrieved with self.get_object(), with a response rendered by a template.django.views.generic.edit.FormView
django.contrib.auth.views.LoginView
- Display the login form and handle the login action.django.contrib.auth.views.PasswordChangeView
- Undocumenteddjango.contrib.auth.views.PasswordResetConfirmView
- Undocumenteddjango.contrib.auth.views.PasswordResetView
- Undocumenteddjango.views.generic.View
django.views.i18n.JavaScriptCatalog
- Return the selected language catalog as a JavaScript library.django.views.i18n.JSONCatalog
- Return the selected language catalog as a JSON object.django.views.View
- Intentionally simple parent class for all views. Only implements dispatch-by-method and simple sanity checking.django.views.generic.RedirectView
- Provide a redirect on any GET request.django.views.generic.TemplateView
- Render a template. Pass keyword arguments from the URLconf to the context.django.contrib.admindocs.views.BaseAdminDocsView
- Base view for admindocs views.django.contrib.admindocs.views.BookmarkletsView
- Undocumenteddjango.contrib.admindocs.views.ModelDetailView
- Undocumenteddjango.contrib.admindocs.views.ModelIndexView
- Undocumenteddjango.contrib.admindocs.views.TemplateDetailView
- Undocumenteddjango.contrib.admindocs.views.TemplateFilterIndexView
- Undocumenteddjango.contrib.admindocs.views.TemplateTagIndexView
- Undocumenteddjango.contrib.admindocs.views.ViewDetailView
- Undocumenteddjango.contrib.admindocs.views.ViewIndexView
- Undocumentedemail.mime.message.MIMEMessage
django.core.mail.message.SafeMIMEMessage
- Undocumentedemail.mime.multipart.MIMEMultipart
django.core.mail.SafeMIMEMultipart
- Undocumentedemail.mime.text.MIMEText
django.core.mail.SafeMIMEText
- Undocumentedenum.Enum
django.db.models.constraints.Deferrable
- Undocumenteddjango.db.models.enums.Choices
- Class for creating enumerated choices.django.db.models.enums.IntegerChoices
- Class for creating enumerated integer choices.django.db.models.enums.TextChoices
- Class for creating enumerated string choices.django.template.base.TokenType
- Undocumentedenum.EnumMeta
django.db.models.enums.ChoicesMeta
- A metaclass for creating a enum choices.enum.IntEnum
django.contrib.gis.gdal.AxisOrder
- UndocumentedException
django.contrib.admin.options.IncorrectLookupParameters
- Undocumenteddjango.contrib.admin.sites.AlreadyRegistered
- Undocumenteddjango.contrib.admin.sites.NotRegistered
- Undocumenteddjango.contrib.admin.utils.FieldIsAForeignKeyColumnName
- A field is a foreign key attname, i.e. <FK>_id.django.contrib.admin.utils.NotRelationField
- Undocumenteddjango.contrib.auth.management.commands.createsuperuser.NotRunningInTTYException
- Undocumenteddjango.contrib.gis.gdal.GDALException
- Undocumenteddjango.contrib.gis.gdal.SRSException
- Undocumenteddjango.contrib.gis.geoip2.base.GeoIP2Exception
- Undocumenteddjango.contrib.gis.geos.error.GEOSException
- The base GEOS exception, indicates a GEOS-related error.django.contrib.gis.utils.layermapping.LayerMapError
- Undocumenteddjango.contrib.gis.utils.layermapping.InvalidDecimal
- Undocumenteddjango.contrib.gis.utils.layermapping.InvalidInteger
- Undocumenteddjango.contrib.gis.utils.layermapping.InvalidString
- Undocumenteddjango.contrib.gis.utils.layermapping.MissingForeignKey
- Undocumenteddjango.contrib.messages.api.MessageFailure
- Undocumenteddjango.contrib.sessions.backends.base.CreateError
- Used internally as a consistent exception type to catch from save (see the docstring for SessionBase.save() for details).django.contrib.sessions.backends.base.UpdateError
- Occurs if Django tries to update a session that was deleted.django.contrib.sitemaps.SitemapNotFound
- Undocumenteddjango.core.exceptions.AppRegistryNotReady
- The django.apps registry is not populated yetdjango.core.exceptions.BadRequest
- The request is malformed and cannot be processed.django.contrib.sessions.exceptions.SessionInterrupted
- The session was interrupted.django.core.exceptions.EmptyResultSet
- A database query predicate is impossible.django.core.exceptions.FieldDoesNotExist
- The requested model field does not existdjango.core.exceptions.FieldError
- Some kind of problem with a model field.django.core.exceptions.ImproperlyConfigured
- Django is somehow improperly configureddjango.core.cache.InvalidCacheBackendError
- Undocumenteddjango.template.utils.InvalidTemplateEngineError
- Undocumenteddjango.core.exceptions.MiddlewareNotUsed
- This middleware is not used in this server configurationdjango.core.exceptions.MultipleObjectsReturned
- The query returned multiple objects when only one was expected.django.core.exceptions.ObjectDoesNotExist
- The requested object does not existdjango.contrib.syndication.views.FeedDoesNotExist
- Undocumenteddjango.core.exceptions.PermissionDenied
- The user did not have permission to do thatdjango.core.exceptions.RequestAborted
- The request was closed before it was completed, or timed out.django.core.exceptions.SuspiciousOperation
- The user did something suspiciousdjango.contrib.admin.exceptions.DisallowedModelAdminLookup
- Invalid filter was passed to admin view via URL querystringdjango.contrib.admin.exceptions.DisallowedModelAdminToField
- Invalid to_field was passed to admin view via URL query stringdjango.contrib.sessions.exceptions.InvalidSessionKey
- Invalid characters in session keydjango.contrib.sessions.exceptions.SuspiciousSession
- The session may be tampered withdjango.core.exceptions.DisallowedHost
- HTTP_HOST header contains invalid valuedjango.core.exceptions.DisallowedRedirect
- Redirect to scheme not in allowed listdjango.core.exceptions.RequestDataTooBig
- The size of the request (excluding any file uploads) exceeded settings.DATA_UPLOAD_MAX_MEMORY_SIZE.django.core.exceptions.SuspiciousFileOperation
- A Suspicious filesystem operation was attempteddjango.core.exceptions.SuspiciousMultipartForm
- Suspect MIME request in multipart form datadjango.core.exceptions.TooManyFieldsSent
- The number of fields in a GET or POST request exceeded settings.DATA_UPLOAD_MAX_NUMBER_FIELDS.django.core.exceptions.SynchronousOnlyOperation
- The user tried to call a sync-only function from an async context.django.core.exceptions.ValidationError
- An error while validating data.django.core.exceptions.ViewDoesNotExist
- The requested view does not existdjango.core.files.uploadhandler.UploadFileException
- Any error having to do with uploading files.django.core.files.uploadhandler.SkipFile
- This exception is raised by an upload handler that wants to skip a given file.django.core.files.uploadhandler.StopFutureHandlers
- Upload handlers that have handled a file and do not want future handlers to run should raise this exception instead of returning None.django.core.files.uploadhandler.StopUpload
- This exception is raised when an upload must abort.django.core.management.base.CommandError
- Exception class indicating a problem while executing a management command.django.core.management.base.SystemCheckError
- The system check framework detected unrecoverable errors.django.core.paginator.InvalidPage
- Undocumenteddjango.core.paginator.EmptyPage
- Undocumenteddjango.core.paginator.PageNotAnInteger
- Undocumenteddjango.core.serializers.base.DeserializationError
- Something bad happened during deserialization.django.core.serializers.base.M2MDeserializationError
- Something bad happened during deserialization of a ManyToManyField.django.core.serializers.base.SerializationError
- Something bad happened during serialization.django.core.signing.BadSignature
- Signature does not match.django.core.signing.SignatureExpired
- Signature timestamp is older than required max_age.django.db.Error
- Undocumenteddjango.db.DatabaseError
- Undocumenteddjango.db.DataError
- Undocumenteddjango.db.IntegrityError
- Undocumenteddjango.db.models.deletion.ProtectedError
- Undocumenteddjango.db.models.deletion.RestrictedError
- Undocumenteddjango.db.InternalError
- Undocumenteddjango.db.migrations.exceptions.MigrationSchemaMissing
- Undocumenteddjango.db.NotSupportedError
- Undocumenteddjango.db.OperationalError
- Undocumenteddjango.db.ProgrammingError
- Undocumenteddjango.db.transaction.TransactionManagementError
- Transaction management is used improperly.django.db.InterfaceError
- Undocumenteddjango.db.migrations.exceptions.AmbiguityError
- More than one migration matches a name prefix.django.db.migrations.exceptions.BadMigrationError
- There's a bad migration (unreadable/bad format/etc.).django.db.migrations.exceptions.CircularDependencyError
- There's an impossible-to-resolve circular dependency.django.db.migrations.exceptions.InconsistentMigrationHistory
- An applied migration has some of its dependencies not applied.django.db.models.sql.datastructures.MultiJoin
- Used by join construction code to indicate the point at which a multi-valued join was attempted (if the caller wants to treat that exceptionally).django.http.Http404
- Undocumenteddjango.urls.Resolver404
- Undocumenteddjango.http.multipartparser.InputStreamExhausted
- No more reads are allowed from this device.django.http.multipartparser.MultiPartParserError
- Undocumenteddjango.http.RawPostDataException
- You cannot access raw_post_data from a request that has multipart/* POST data if it has been accessed via POST, FILES, etc..django.middleware.csrf.InvalidTokenFormat
- Undocumenteddjango.middleware.csrf.RejectRequest
- Undocumenteddjango.template.base.VariableDoesNotExist
- Undocumenteddjango.template.context.ContextPopException
- pop() has been called more times than push()django.template.exceptions.TemplateDoesNotExist
- The exception used when a template does not exist. Optional arguments:django.template.exceptions.TemplateSyntaxError
- The exception used for syntax errors during parsing or rendering.django.template.library.InvalidTemplateLibrary
- Undocumenteddjango.template.response.ContentNotRenderedError
- Undocumenteddjango.test.client.RedirectCycleError
- The test client has been asked to follow a redirect loop.django.test.html.HTMLParseError
- Undocumenteddjango.urls.NoReverseMatch
- Undocumenteddjango.utils.archive.ArchiveException
- Base exception class for all archive errors.django.utils.archive.UnrecognizedArchiveFormat
- Error raised when passed file is not a recognized archive format.django.utils.connection.ConnectionDoesNotExist
- Undocumenteddjango.views.generic.GenericViewError
- A problem in a generic view.gettext.GNUTranslations
django.utils.translation.trans_real.DjangoTranslation
- Set up the GNUTranslations context with regard to output charset.html.parser.HTMLParser
django.test.html.Parser
- Undocumenteddjango.utils.html.MLStripper
- Undocumentedint
django.db.models.enums.IntegerChoices
- Class for creating enumerated integer choices.io.BytesIO
django.utils.text.StreamingBuffer
- Undocumentedio.TextIOBase
django.core.management.base.OutputWrapper
- Wrapper around stdout/stderrjson.JSONDecoder
django.contrib.messages.storage.cookie.MessageDecoder
- Decode JSON that includes serialized Message instances.json.JSONEncoder
django.contrib.messages.storage.cookie.MessageEncoder
- Compactly serialize instances of the Message class as JSON.django.core.serializers.json.DjangoJSONEncoder
- JSONEncoder subclass that knows how to encode date/time, decimal types, and UUIDs.KeyError
django.core.serializers.base.SerializerDoesNotExist
- The requested serializer was not found.django.utils.datastructures.MultiValueDictKeyError
- Undocumentedlist
django.contrib.admin.templatetags.admin_list.ResultList
- Wrapper class used to return items in a list_editable changelist, annotated with the form object for error reporting purposes. Needed to maintain backwards compatibility with existing admin templates.django.contrib.gis.gdal.raster.band.BandList
- Undocumenteddjango.contrib.gis.gdal.raster.source.TransformPoint
- Undocumenteddjango.forms.utils.ErrorList
- A collection of errors that knows how to display itself in various formats.django.contrib.admin.helpers.AdminErrorList
- Store errors for the form/formsets in an add/change view.django.template.base.NodeList
- No class docstring; 0/1 class variable, 1/2 method documenteddjango.test.utils.ContextList
- A wrapper that provides direct key access to context items contained in a list of context objects.django.utils.regex_helper.Choice
- Represent multiple possibilities at this point in a pattern string.django.utils.regex_helper.Group
- Represent a capturing group in the pattern string.django.utils.regex_helper.NonCapture
- Represent a non-capturing group in the pattern string.logging.Filter
django.utils.log.CallbackFilter
- A logging filter that checks the return value of a given callable (which takes the record-to-be-logged as its only parameter) to decide whether to log a record.django.utils.log.RequireDebugFalse
- Undocumenteddjango.utils.log.RequireDebugTrue
- Undocumentedlogging.Formatter
django.utils.log.ServerFormatter
- Undocumentedlogging.Handler
django.utils.log.AdminEmailHandler
- An exception log handler that emails log entries to site admins.LookupError
django.db.migrations.exceptions.NodeNotFoundError
- An attempt on a node is made that is not available in the graph.OSError
django.http.UnreadablePostError
- UndocumentedPendingDeprecationWarning
django.utils.deprecation.RemovedInDjango50Warning
- UndocumentedRuntimeError
django.db.migrations.exceptions.IrreversibleError
- An irreversible migration is about to be reversed.django.utils.autoreload.WatchmanUnavailable
- UndocumentedRuntimeWarning
django.core.cache.CacheKeyWarning
- Undocumenteddjango.core.paginator.UnorderedObjectListWarning
- Undocumenteddjango.forms.widgets.MediaOrderConflictWarning
- Undocumentedsocketserver.ThreadingMixIn
django.core.servers.basehttp.ThreadedWSGIServer
- A threaded version of the WSGIServersqlite3.dbapi2.Cursor
django.db.backends.sqlite3.base.SQLiteCursorWrapper
- Django uses "format" style placeholders, but pysqlite2 uses "qmark" style. This fixes it -- but note that if you want to use a literal "%s" in a query, you'll need to use "%%s".str
django.conf.SettingsReference
- String subclass which references a current settings value. It's treated as the value in memory but serializes to a settings.NAME attribute reference.django.db.models.enums.TextChoices
- Class for creating enumerated string choices.django.forms.fields.InvalidJSONInput
- Undocumenteddjango.forms.fields.JSONString
- Undocumenteddjango.utils.safestring.SafeString
- A str subclass that has been specifically marked as "safe" for HTML output purposes.string.Template
django.template.backends.dummy.Template
- UndocumentedSyntaxWarning
django.utils.translation.TranslatorCommentWarning
- Undocumentedthreading.local
django.contrib.gis.geos.prototypes.io.ThreadLocalIO
- Undocumenteddjango.contrib.gis.geos.prototypes.threadsafe.GEOSContext
- Undocumentedthreading.Thread
django.test.testcases.LiveServerThread
- Thread for running a live HTTP server while the tests are running.tuple
django.db.migrations.migration.SwappableTuple
- Subclass of tuple so Django can tell this was originally a swappable dependency when it reads the migration file.django.utils.datastructures.ImmutableList
- A tuple-like object that raises useful errors when it is asked to mutate.type
django.db.models.base.ModelBase
- Metaclass for all models.django.db.models.fields.AutoFieldMeta
- Metaclass to maintain backward inheritance compatibility for AutoField.django.db.models.query.InstanceCheckMeta
- Undocumenteddjango.forms.widgets.MediaDefiningClass
- Metaclass for classes that can have media definitions.django.forms.forms.DeclarativeFieldsMetaclass
- Collect Fields declared on the base classes.django.forms.models.ModelFormMetaclass
- Undocumenteddjango.utils.deprecation.DeprecationInstanceCheck
- Undocumenteddjango.utils.deprecation.RenameMethodsBase
- Handles the deprecation paths when renaming a method.type(LiveServerTestCase)
django.test.selenium.SeleniumTestCaseBase
- No class docstring; 0/5 class variable, 1/3 method, 0/3 class method documentedUnicodeDecodeError
django.utils.encoding.DjangoUnicodeDecodeError
- Undocumentedunittest.TestCase
django.test.testcases.SimpleTestCase
- No class docstring; 0/2 instance variable, 0/5 class variable, 25/30 methods, 0/4 class method documenteddjango.test.testcases.TransactionTestCase
- No class docstring; 0/6 class variable, 2/8 methods, 0/1 class method documenteddjango.test.LiveServerTestCase
- No summarydjango.contrib.staticfiles.testing.StaticLiveServerTestCase
- No summarydjango.contrib.admin.tests.AdminSeleniumTestCase
- No class docstring; 0/1 class variable, 15/16 methods documenteddjango.test.selenium.SeleniumTestCase
- No class docstring; 0/2 property, 0/2 class variable, 1/1 method, 0/2 class method documenteddjango.contrib.admin.tests.AdminSeleniumTestCase
- No class docstring; 0/1 class variable, 15/16 methods documenteddjango.test.testcases.TestCase
- Similar to TransactionTestCase, but use transaction.atomic()
to achieve test isolation.unittest.TestResult
django.test.runner.RemoteTestResult
- Extend unittest.TestResult to record events in the child processes so they can be replayed in the parent process. Events include things like which tests succeeded or failed.unittest.TestSuite
django.test.runner.ParallelTestSuite
- Run a series of tests in parallel in several processes.unittest.TextTestResult
django.test.runner.DebugSQLTextTestResult
- Undocumenteddjango.test.runner.PDBDebugResult
- Custom result class that triggers a PDB session when an error or failure occurs.UserWarning
django.views.debug.ExceptionCycleWarning
- UndocumentedValueError
django.core.cache.InvalidCacheKey
- Undocumenteddjango.core.mail.BadHeaderError
- Undocumenteddjango.core.serializers.xml_serializer.DefusedXmlException
- Base exception.django.core.serializers.xml_serializer.DTDForbidden
- Document type definition is forbidden.django.core.serializers.xml_serializer.EntitiesForbidden
- Entity definition is forbidden.django.core.serializers.xml_serializer.ExternalReferenceForbidden
- Resolving an external reference is forbidden.django.db.migrations.exceptions.InvalidBasesError
- A model's base classes can't be resolved.django.db.migrations.exceptions.InvalidMigrationPlan
- Undocumenteddjango.http.BadHeaderError
- Undocumenteddjango.utils.crypto.InvalidAlgorithm
- Algorithm is not supported by hashlib.django.utils.topological_sort.CyclicDependencyError
- Undocumenteddjango.utils.xmlutils.UnserializableContentError
- UndocumentedWarning
django.core.management.commands.dumpdata.ProxyModelWarning
- Undocumenteddjango.views.generic.edit.DeleteViewCustomDeleteWarning
- Undocumentedwsgiref.simple_server.ServerHandler
django.core.servers.basehttp.ServerHandler
- No class docstring; 0/1 class variable, 1/3 method documentedwsgiref.simple_server.WSGIRequestHandler
django.core.servers.basehttp.WSGIRequestHandler
- No class docstring; 0/5 instance variable, 0/1 class variable, 1/5 method documenteddjango.test.testcases.QuietWSGIRequestHandler
- A WSGIRequestHandler that doesn't log to standard output any of the requests received, so as to not clutter the test result output.wsgiref.simple_server.WSGIServer
django.core.servers.basehttp.WSGIServer
- BaseHTTPServer that implements the Python WSGI protocoldjango.core.servers.basehttp.ThreadedWSGIServer
- A threaded version of the WSGIServerxml.sax.expatreader.ExpatParser
django.core.serializers.xml_serializer.DefusedExpatParser
- An expat parser hardened against XML bomb attacks.xml.sax.saxutils.XMLGenerator
django.utils.xmlutils.SimplerXMLGenerator
- No class docstring; 1/3 method documentedyaml.SafeDumper
django.core.serializers.pyyaml.DjangoSafeDumper
- Undocumentedzipfile.ZipFile
django.core.management.commands.loaddata.SingleZipReader
- Undocumented