diff -r 5c925935cbb9 -r d280acf98fb5 ProjectDjango/APIs/django-2.0.3.bas --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ProjectDjango/APIs/django-2.0.3.bas Sat Mar 24 19:11:39 2018 +0100 @@ -0,0 +1,1169 @@ +ASCIIUsernameValidator validators.RegexValidator +AbstractBaseSession models.Model +AbstractBaseUser models.Model +AbstractUser AbstractBaseUser PermissionsMixin +ActionForm forms.Form +AddField FieldOperation +AddIndex IndexOperation +AdjacentToLookup lookups.PostgresSimpleLookup +AdminAuthenticationForm AuthenticationForm +AdminBigIntegerFieldWidget AdminIntegerFieldWidget +AdminConfig SimpleAdminConfig +AdminDateWidget forms.DateInput +AdminDocsConfig AppConfig +AdminEmailHandler logging.Handler +AdminEmailInputWidget forms.EmailInput +AdminErrorList forms.utils.ErrorList +AdminFileWidget forms.ClearableFileInput +AdminIntegerFieldWidget forms.NumberInput +AdminLogNode template.Node +AdminPasswordChangeForm forms.Form +AdminRadioSelect forms.RadioSelect +AdminSeleniumTestCase SeleniumTestCase StaticLiveServerTestCase +AdminSplitDateTime forms.SplitDateTimeWidget +AdminTextInputWidget forms.TextInput +AdminTextareaWidget forms.Textarea +AdminTimeWidget forms.TimeInput +AdminURLFieldWidget forms.URLInput +Aggregate Func +AggregateQuery Query +AllValuesFieldListFilter FieldListFilter +AllowAllUsersModelBackend ModelBackend +AllowAllUsersRemoteUserBackend RemoteUserBackend +AlreadyRegistered Exception +AlterField FieldOperation +AlterIndexTogether FieldRelatedOptionOperation +AlterModelManagers ModelOptionOperation +AlterModelOptions ModelOptionOperation +AlterModelTable ModelOperation +AlterOrderWithRespectTo FieldRelatedOptionOperation +AlterUniqueTogether FieldRelatedOptionOperation +AmbiguityError Exception +AppCommand BaseCommand +AppConfigStub AppConfig +AppDirectoriesFinder BaseFinder +AppRegistryNotReady Exception +ArchiveException Exception +ArchiveIndexView BaseArchiveIndexView MultipleObjectTemplateResponseMixin +Area GeoFunc OracleToleranceMixin +AreaField models.FloatField +Argon2PasswordHasher BasePasswordHasher +ArrayAgg Aggregate +ArrayMaxLengthValidator MaxLengthValidator +ArrayMinLengthValidator MinLengthValidator +AsGML GeoFunc +AsGeoJSON GeoFunc +AsKML AsGML +AsSVG GeoFunc +Atom1Feed SyndicationFeed +Atomic ContextDecorator +AuthConfig AppConfig +AuthenticationForm forms.Form +AuthenticationMiddleware MiddlewareMixin +AutoEscapeControlNode Node +AutoField Field +AutocompleteJsonView BaseListView +AutocompleteSelect AutocompleteMixin forms.Select +AutocompleteSelectMultiple AutocompleteMixin forms.SelectMultiple +Avg Aggregate +Azimuth GeoFunc +BBContainsLookup GISLookup +BBOverlapsLookup GISLookup +BCryptPasswordHasher BCryptSHA256PasswordHasher +BCryptSHA256PasswordHasher BasePasswordHasher +BadHeaderError ValueError +BadMigrationError Exception +BadSignature Exception +BandList list +BaseAdminDocsView TemplateView +BaseArchiveIndexView BaseDateListView +BaseCreateView ModelFormMixin ProcessFormView +BaseDatabaseCache BaseCache +BaseDateDetailView BaseDetailView DateMixin DayMixin MonthMixin YearMixin +BaseDateListView DateMixin MultipleObjectMixin View +BaseDayArchiveView BaseDateListView DayMixin MonthMixin YearMixin +BaseDeleteView BaseDetailView DeletionMixin +BaseDetailView SingleObjectMixin View +BaseFormView FormMixin ProcessFormView +BaseGenericInlineFormSet BaseModelFormSet +BaseGeometryWidget Widget +BaseListView MultipleObjectMixin View +BaseMemcachedCache BaseCache +BaseModelAdmin metaclass=forms.MediaDefiningClass +BaseMonthArchiveView BaseDateListView MonthMixin YearMixin +BaseRangeField forms.MultiValueField +BaseSequenceSerializer BaseSerializer +BaseSessionManager models.Manager +BaseSimpleSerializer BaseSerializer +BaseSpatialField Field +BaseStorageFinder BaseFinder +BaseTemporalField Field +BaseTodayArchiveView BaseDayArchiveView +BaseUpdateView ModelFormMixin ProcessFormView +BaseUserManager models.Manager +BaseWeekArchiveView BaseDateListView WeekMixin YearMixin +BaseYearArchiveView BaseDateListView YearMixin +BigAutoField AutoField +BigIntegerField IntegerField +BigIntegerRangeField RangeField +BinConstructor GEOSFuncFactory +BinOutput GEOSFuncFactory +BinaryField Field +BinaryPredicate UnaryPredicate +BitAnd Aggregate +BitOr Aggregate +BlockNode Node +BlockTranslateNode Node +BookmarkletsView BaseAdminDocsView +BoolAnd Aggregate +BoolOr Aggregate +BooleanField Field +BooleanFieldListFilter FieldListFilter +BoundingCircle GeoFunc OracleToleranceMixin +BrinIndex Index MaxLengthMixin +BrokenLinkEmailsMiddleware MiddlewareMixin +BtreeGinExtension CreateExtension +BtreeGistExtension CreateExtension +BuiltinLookup Lookup +ByteTypeSerializer BaseSerializer +CICharField CIText CharField +CIEmailField CIText EmailField +CITextExtension CreateExtension +CITextField CIText TextField +CSPMiddleware MiddlewareMixin +CacheKeyWarning RuntimeWarning +CacheMiddleware FetchFromCacheMiddleware UpdateCacheMiddleware +CacheNode Node +CachedFilesMixin HashedFilesMixin +CachedStaticFilesStorage CachedFilesMixin StaticFilesStorage +CallbackFilter logging.Filter +Case Expression +Cast Func +Centroid GeomOutputGeoFunc OracleToleranceMixin +CharField Field +CheckboxInput Input +CheckboxSelectMultiple ChoiceWidget +Choice list +ChoiceField Field +ChoiceWidget Widget +ChoicesFieldListFilter FieldListFilter +CircularDependencyError Exception +ClearableFileInput FileInput +Client RequestFactory +ClientHandler BaseHandler +Coalesce Func +Col Expression +Collect GeoAggregate +Columns TableColumns +CombinedExpression Expression SQLiteNumericMixin +CombinedSearchQuery CombinedExpression SearchQueryCombinable +CombinedSearchVector CombinedExpression SearchVectorCombinable +ComboField Field +CommaSeparatedIntegerField CharField +Command TemplateCommand +CommandError Exception +CommandParser ArgumentParser +CommentNode Node +CommonMiddleware MiddlewareMixin +Concat Func +ConcatPair Func +ConditionalGetMiddleware MiddlewareMixin +ConfiguredStorage LazyObject +ConnectionDoesNotExist Exception +ContainedBy PostgresSimpleLookup +ContainedLookup GISLookup +Contains PatternLookup +ContainsLookup GISLookup +ContainsProperlyLookup GISLookup +ContentFile File +ContentNotRenderedError Exception +ContentType models.Model +ContentTypeManager models.Manager +ContentTypesConfig AppConfig +Context BaseContext +ContextDict dict +ContextList list +ContextPopException Exception +CookieStorage BaseStorage +CoordTransform GDALBase +Corr StatAggregate +Count Aggregate +CovarPop StatAggregate +CoveredByLookup GISLookup +CoversLookup GISLookup +CreateError Exception +CreateExtension Operation +CreateModel ModelOperation +CreateView BaseCreateView SingleObjectTemplateResponseMixin +Critical CheckMessage +CrossesLookup GISLookup +CryptPasswordHasher BasePasswordHasher +CryptoExtension CreateExtension +CsInt GEOSFuncFactory +CsOperation GEOSFuncFactory +CsOutput GEOSFuncFactory +CsrfTokenNode Node +CsrfViewMiddleware MiddlewareMixin +CumeDist Func +CurrentSiteManager models.Manager +CurrentSiteMiddleware MiddlewareMixin +CursorDebugWrapper CursorWrapper +CycleNode Node +DTDForbidden DefusedXmlException +DWithinLookup DistanceLookupBase +DataContains PostgresSimpleLookup +DataError DatabaseError +DataSource GDALBase +DatabaseCache BaseDatabaseCache +DatabaseClient BaseDatabaseClient +DatabaseCreation BaseDatabaseCreation +DatabaseError Error +DatabaseFeatures BaseDatabaseFeatures +DatabaseIntrospection BaseDatabaseIntrospection +DatabaseOperations BaseDatabaseOperations +DatabaseSchemaEditor BaseDatabaseSchemaEditor +DatabaseValidation BaseDatabaseValidation +DatabaseWrapper BaseDatabaseWrapper +DateDetailView BaseDateDetailView SingleObjectTemplateResponseMixin +DateField BaseTemporalField +DateFieldListFilter FieldListFilter +DateFormat TimeFormat +DateInput DateTimeBaseInput +DateRangeField BaseRangeField +DateSerializer BaseSerializer +DateTimeBaseInput TextInput +DateTimeField BaseTemporalField +DateTimeInput DateTimeBaseInput +DateTimeRangeContains models.Lookup +DateTimeRangeField BaseRangeField +DatetimeSerializer BaseSerializer +DayArchiveView BaseDayArchiveView MultipleObjectTemplateResponseMixin +DblFromGeom GEOSFuncFactory +Debug CheckMessage +DebugLexer Lexer +DebugNode Node +DebugSQLTextTestResult unittest.TextTestResult +DecimalField IntegerField +DecimalSerializer BaseSerializer +DeclarativeFieldsMetaclass MediaDefiningClass +DeconstructableSerializer BaseSerializer +DefaultStorage LazyObject +DefaultStorageFinder BaseStorageFinder +DefusedExpatParser _ExpatParser +DefusedXmlException ValueError +DeleteModel ModelOperation +DeleteProtectedModelForm base_model_form +DeleteQuery Query +DeleteView BaseDeleteView SingleObjectTemplateResponseMixin +DenseRank Func +DeprecationInstanceCheck type +DeserializationError Exception +Deserializer base.Deserializer +DetailView BaseDetailView SingleObjectTemplateResponseMixin +DictWrapper dict +DictionarySerializer BaseSerializer +Difference GeomOutputGeoFunc OracleToleranceMixin +DisallowedHost SuspiciousOperation +DisallowedModelAdminLookup SuspiciousOperation +DisallowedModelAdminToField SuspiciousOperation +DisallowedRedirect SuspiciousOperation +DisjointLookup GISLookup +Distance DistanceResultMixin GeoFunc OracleToleranceMixin +DistanceField models.FloatField +DistanceGTELookup DistanceLookupFromFunction +DistanceGTLookup DistanceLookupFromFunction +DistanceLTELookup DistanceLookupFromFunction +DistanceLTLookup DistanceLookupFromFunction +DistanceLookupBase GISLookup +DistanceLookupFromFunction DistanceLookupBase +DjangoJSONEncoder json.JSONEncoder +DjangoSafeDumper SafeDumper +DjangoTemplates BaseEngine +DjangoTranslation gettext_module.GNUTranslations +DjangoUnicodeDecodeError UnicodeDecodeError +Driver GDALBase +DummyCache BaseCache +DummyDatabaseFeatures BaseDatabaseFeatures +DummyNode Node +DurationExpression CombinedExpression +DurationField Field +DurationValue Value +EmailBackend BaseEmailBackend +EmailField CharField +EmailInput Input +EmailMultiAlternatives EmailMessage +EmptyManager Manager +EmptyPage InvalidPage +EmptyQuerySet metaclass=InstanceCheckMeta +EmptyResultSet Exception +EndToken TokenBase +EndsWith PatternLookup +EntitiesForbidden DefusedXmlException +EnumSerializer BaseSerializer +Envelope GeomOutputGeoFunc +EqualsLookup GISLookup +Error Exception +ErrorDict dict +ErrorList UserList list +EventHandler pyinotify.ProcessEvent +Exact BuiltinLookup FieldGetDbPrepValueMixin +Exists Subquery +Expression BaseExpression Combinable +ExpressionList Func +ExpressionWrapper Expression +ExtendsNode Node +Extent GeoAggregate +Extent3D GeoAggregate +ExtentField Field +ExternalReferenceForbidden DefusedXmlException +Extract TimezoneMixin Transform +ExtractDay Extract +ExtractHour Extract +ExtractMinute Extract +ExtractMonth Extract +ExtractQuarter Extract +ExtractSecond Extract +ExtractWeek Extract +ExtractWeekDay Extract +ExtractYear Extract +F Combinable +FSFilesHandler WSGIHandler +FallbackStorage BaseStorage +Feature GDALBase +Feed BaseFeed +FeedDoesNotExist ObjectDoesNotExist +FetchFromCacheMiddleware MiddlewareMixin +Field RegisterLookupMixin +FieldDoesNotExist Exception +FieldError Exception +FieldFile File +FieldGetDbPrepValueIterableMixin FieldGetDbPrepValueMixin +FieldIsAForeignKeyColumnName Exception +FieldListFilter ListFilter +FieldOperation Operation +FieldRelatedOptionOperation ModelOptionOperation +File FileProxyMixin +FileBasedCache BaseCache +FileField Field +FileInput Input +FilePathField ChoiceField +FileResponse StreamingHttpResponse +FileSystemFinder BaseFinder +FileSystemStorage Storage +FilterNode Node +FilteredSelectMultiple forms.SelectMultiple +FirstOfNode Node +FirstValue Func +FixedOffset tzinfo +FlatPage models.Model +FlatPageAdmin admin.ModelAdmin +FlatPageSitemap Sitemap +FlatPagesConfig AppConfig +FlatValuesListIterable BaseIterable +FlatpageFallbackMiddleware MiddlewareMixin +FlatpageForm forms.ModelForm +FlatpageNode template.Node +FloatField IntegerField +FloatRangeField BaseRangeField +FloatSerializer BaseSimpleSerializer +ForNode Node +ForceRHR GeomOutputGeoFunc +ForeignKey ForeignObject +ForeignKeyName TableColumns +ForeignKeyRawIdWidget forms.TextInput +ForeignObject RelatedField +ForeignObjectRel FieldCacheMixin +Form BaseForm metaclass=DeclarativeFieldsMetaclass +FormMixin ContextMixin +FormView BaseFormView TemplateResponseMixin +ForwardOneToOneDescriptor ForwardManyToOneDescriptor +FrozensetSerializer BaseSequenceSerializer +FullGreaterThan lookups.PostgresSimpleLookup +FullyLessThan lookups.PostgresSimpleLookup +Func Expression SQLiteNumericMixin +FunctionTypeSerializer BaseSerializer +FunctoolsPartialSerializer BaseSerializer +GDALBand GDALRasterBase +GDALBase CPointerBase +GDALException Exception +GDALRaster GDALRasterBase +GDALRasterBase GDALBase +GEOSBase CPointerBase +GEOSContext threading.local +GEOSContextHandle GEOSBase +GEOSContextHandle_t Structure +GEOSCoordSeq GEOSBase +GEOSCoordSeq_t Structure +GEOSException Exception +GEOSGeom_t Structure +GEOSGeometry GEOSGeometryBase ListMixin +GEOSGeometryBase GEOSBase +GEOSPrepGeom_t Structure +GISConfig AppConfig +GISLookup Lookup +GZipMiddleware MiddlewareMixin +GenericForeignKey FieldCacheMixin +GenericIPAddressField CharField +GenericInlineModelAdmin InlineModelAdmin +GenericInlineModelAdminChecks InlineModelAdminChecks +GenericRel ForeignObjectRel +GenericRelatedObjectManager superclass +GenericRelation ForeignObject +GenericSitemap Sitemap +GenericStackedInline GenericInlineModelAdmin +GenericTabularInline GenericInlineModelAdmin +GenericViewError Exception +GeoAggregate Aggregate +GeoAtom1Feed Atom1Feed GeoFeedMixin +GeoFlexibleFieldLookupDict FlexibleFieldLookupDict +GeoFunc Func GeoFuncMixin +GeoHash GeoFunc +GeoIP2Exception Exception +GeoIntrospectionError Exception +GeoModelAdmin ModelAdmin +GeoRSSFeed GeoFeedMixin Rss201rev2Feed +GeomOutput GEOSFuncFactory +GeomOutputGeoFunc GeoFunc +GeometryCollection GEOSGeometry +GeometryCollectionField GeometryField +GeometryField forms.Field +GetAvailableLanguagesNode Node +GetCurrentLanguageBidiNode Node +GetCurrentLanguageNode Node +GetCurrentTimezoneNode Node +GetLanguageInfoListNode Node +GetLanguageInfoNode Node +GinIndex Index +GistIndex Index MaxLengthMixin +GreaterThan BuiltinLookup FieldGetDbPrepValueMixin +GreaterThanOrEqual BuiltinLookup FieldGetDbPrepValueMixin +Greatest Func +Group list +GroupAdmin admin.ModelAdmin +GroupManager models.Manager +HStoreExtension CreateExtension +HStoreField forms.CharField +HTMLParseError Exception +HTMLParser html.parser.HTMLParser +HasAnyKeys HasKeys +HasKey PostgresSimpleLookup +HasKeys PostgresSimpleLookup +HiddenInput Input +Http404 Exception +HttpResponse HttpResponseBase +HttpResponseBadRequest HttpResponse +HttpResponseForbidden HttpResponse +HttpResponseGone HttpResponse +HttpResponseNotAllowed HttpResponse +HttpResponseNotFound HttpResponse +HttpResponseNotModified HttpResponse +HttpResponsePermanentRedirect HttpResponseRedirectBase +HttpResponseRedirect HttpResponseRedirectBase +HttpResponseRedirectBase HttpResponse +HttpResponseServerError HttpResponse +HumanizeConfig AppConfig +IContains Contains +IEndsWith PatternLookup +IExact BuiltinLookup +IOBase GEOSBase +IPAddressField Field +IRegex Regex +IStartsWith PatternLookup +IfChangedNode Node +IfEqualNode Node +IfNode Node +ImageField FileField +ImageFieldFile FieldFile ImageFile +ImageFile File +ImageFileDescriptor FileDescriptor +ImmutableList tuple +ImproperlyConfigured Exception +In BuiltinLookup FieldGetDbPrepValueIterableMixin +InMemoryUploadedFile UploadedFile +IncludeNode Node +InclusionNode TagHelperNode +InconsistentMigrationHistory Exception +IncorrectLookupParameters Exception +IndexName TableColumns +IndexOperation Operation +Info CheckMessage +InlineAdminForm AdminForm +InlineFieldset Fieldset +InlineForeignKeyField Field +InlineModelAdmin BaseModelAdmin +InlineModelAdminChecks BaseModelAdminChecks +Input Widget +InputStreamExhausted Exception +InsertQuery Query +InstanceCheckMeta type +IntFromGeom GEOSFuncFactory +IntegerField Field +IntegerGreaterThanOrEqual GreaterThanOrEqual IntegerFieldFloatRounding +IntegerLessThan IntegerFieldFloatRounding LessThan +IntegerRangeField BaseRangeField +IntegrityError DatabaseError +InteractiveMigrationQuestioner MigrationQuestioner +InterfaceError Error +InternalError DatabaseError +Intersection GeomOutputGeoFunc OracleToleranceMixin +IntersectsLookup GISLookup +IntervalToSeconds Func +InvalidBasesError ValueError +InvalidCacheBackendError ImproperlyConfigured +InvalidDecimal LayerMapError +InvalidInteger LayerMapError +InvalidJSONInput str +InvalidMigrationPlan ValueError +InvalidPage Exception +InvalidQuery Exception +InvalidSessionKey SuspiciousOperation +InvalidString LayerMapError +InvalidTemplateEngineError ImproperlyConfigured +InvalidTemplateLibrary Exception +IrreversibleError RuntimeError +IsEmpty models.Transform +IsNull BuiltinLookup +IsValid GeoFuncMixin OracleToleranceMixin Transform +IterableSerializer BaseSerializer +JSONBAgg Aggregate +JSONCatalog JavaScriptCatalog +JSONField forms.CharField +JSONString str +JavaScriptCatalog View +Jinja2 BaseEngine +JsLexer Lexer +JsonAdapter Json +JsonResponse HttpResponse +KMLSitemap Sitemap +KMZSitemap KMLSitemap +KeyTextTransform KeyTransform +KeyTransform Transform +KeyTransformEndsWith KeyTransformTextLookupMixin builtin_lookups.EndsWith +KeyTransformIContains KeyTransformTextLookupMixin builtin_lookups.IContains +KeyTransformIEndsWith KeyTransformTextLookupMixin builtin_lookups.IEndsWith +KeyTransformIExact KeyTransformTextLookupMixin builtin_lookups.IExact +KeyTransformIRegex KeyTransformTextLookupMixin builtin_lookups.IRegex +KeyTransformIStartsWith KeyTransformTextLookupMixin builtin_lookups.IStartsWith +KeyTransformRegex KeyTransformTextLookupMixin builtin_lookups.Regex +KeyTransformStartsWith KeyTransformTextLookupMixin builtin_lookups.StartsWith +KeysTransform Transform +LabelCommand BaseCommand +Lag LagLeadFunction +LagLeadFunction Func +LanguageNode Node +LastValue Func +Layer GDALBase +LayerMapError Exception +LayerOptionAction argparse.Action +LazySettings LazyObject +Lead LagLeadFunction +Least Func +LeftLookup GISLookup +Length Transform +LessThan BuiltinLookup FieldGetDbPrepValueMixin +LessThanOrEqual BuiltinLookup FieldGetDbPrepValueMixin +LineLocatePoint GeoFunc +LineString GEOSGeometry LinearGeometryMixin +LineStringField GeometryField +LinearRing LineString +ListOptionAction argparse.Action +ListView BaseListView MultipleObjectTemplateResponseMixin +Literal TokenBase +LiveServerTestCase TransactionTestCase +LiveServerThread threading.Thread +LoadNode Node +Loader BaseLoader +LocMemCache BaseCache +LocalTimeNode Node +LocaleMiddleware MiddlewareMixin +LocalizeNode Node +LogEntry models.Model +LogEntryManager models.Manager +LoginRequiredMixin AccessMixin +LoginView FormView SuccessURLAllowedHostsMixin +LogoutView SuccessURLAllowedHostsMixin TemplateView +LoremNode Node +Lower Transform +MD5PasswordHasher BasePasswordHasher +MLStripper HTMLParser +MakeLine GeoAggregate +MakeValid GeoFunc +ManagementForm Form +ManifestFilesMixin HashedFilesMixin +ManifestStaticFilesStorage ManifestFilesMixin StaticFilesStorage +ManyRelatedManager superclass +ManyToManyDescriptor ReverseManyToOneDescriptor +ManyToManyField RelatedField +ManyToManyRawIdWidget ForeignKeyRawIdWidget +ManyToManyRel ForeignObjectRel +ManyToOneRel ForeignObjectRel +Max Aggregate +MaxLengthValidator BaseValidator +MaxValueValidator BaseValidator +MediaDefiningClass type +MediaOrderConflictWarning RuntimeWarning +MemSize GeoFunc +MemcachedCache BaseMemcachedCache +MemoryFileUploadHandler FileUploadHandler +MessageDecoder json.JSONDecoder +MessageEncoder json.JSONEncoder +MessageFailure Exception +MessageMiddleware MiddlewareMixin +MessagesConfig AppConfig +Meta AbstractBaseSession.Meta +Meta_4 AbstractUser.Meta +MiddlewareNotUsed Exception +Migration models.Model +MigrationSchemaMissing DatabaseError +Min Aggregate +MinLengthValidator BaseValidator +MinValueValidator BaseValidator +MissingForeignKey LayerMapError +Model metaclass=ModelBase +ModelAdmin BaseModelAdmin +ModelAdminChecks BaseModelAdminChecks +ModelBase type +ModelChoiceField ChoiceField +ModelDetailView BaseAdminDocsView +ModelFieldSerializer DeconstructableSerializer +ModelFormMixin FormMixin SingleObjectMixin +ModelIndexView BaseAdminDocsView +ModelIterable BaseIterable +ModelManagerSerializer DeconstructableSerializer +ModelMultipleChoiceField ModelChoiceField +ModelOperation Operation +ModelOptionOperation ModelOperation +ModelSignal Signal +Module_six_moves_urllib types.ModuleType +Module_six_moves_urllib_error _LazyModule +Module_six_moves_urllib_parse _LazyModule +Module_six_moves_urllib_request _LazyModule +Module_six_moves_urllib_response _LazyModule +Module_six_moves_urllib_robotparser _LazyModule +MonthArchiveView BaseMonthArchiveView MultipleObjectTemplateResponseMixin +MovedAttribute _LazyDescr +MovedModule _LazyDescr +MultiJoin Exception +MultiLineString GeometryCollection LinearGeometryMixin +MultiLineStringField GeometryField +MultiPartParserError Exception +MultiPoint GeometryCollection +MultiPointField GeometryField +MultiPolygon GeometryCollection +MultiPolygonField GeometryField +MultiValueDict dict +MultiValueDictKeyError KeyError +MultiValueField Field +MultiWidget Widget +MultipleChoiceField ChoiceField +MultipleHiddenInput HiddenInput +MultipleObjectMixin ContextMixin +MultipleObjectTemplateResponseMixin TemplateResponseMixin +MultipleObjectsReturned Exception +MySQLGISSchemaEditor DatabaseSchemaEditor +MySQLIntrospection DatabaseIntrospection +MySQLOperations BaseSpatialOperations DatabaseOperations +NamedValuesListIterable ValuesListIterable +NestedObjects Collector +NoFastDeleteCollector Collector +NoReverseMatch Exception +NodeList list +NodeNotFoundError LookupError +NonCapture list +NonInteractiveMigrationQuestioner MigrationQuestioner +NotGreaterThan lookups.PostgresSimpleLookup +NotLessThan lookups.PostgresSimpleLookup +NotRegistered Exception +NotRelationField Exception +NotRunningInTTYException Exception +NotSupportedError DatabaseError +Now Func +NowNode Node +NthValue Func +Ntile Func +NullBooleanField BooleanField +NullBooleanSelect Select +NumGeometries GeoFunc +NumPoints GeoFunc +NumberAwareString resultclass +NumberInput Input +OFTBinary Field +OFTDate Field +OFTDateTime Field +OFTInteger Field +OFTInteger64 OFTInteger +OFTInteger64List Field +OFTIntegerList Field +OFTReal Field +OFTRealList Field +OFTString Field +OFTStringList Field +OFTTime Field +OFTWideString Field +OFTWideStringList Field +OGREnvelope Structure +OGRGeometry GDALBase +OLMap self.widget +OSMGeoAdmin GeoModelAdmin +OSMWidget OpenLayersWidget +OVERLAPPED Structure +ObjectDoesNotExist Exception +OneToOneField ForeignKey +OneToOneRel ManyToOneRel +OpenLayersWidget BaseGeometryWidget +OperationSerializer BaseSerializer +OperationalError DatabaseError +Operator TokenBase +Operator_1 TokenBase +OracleGISSchemaEditor DatabaseSchemaEditor +OracleGeometryColumns models.Model +OracleIntrospection DatabaseIntrospection +OracleOperations BaseSpatialOperations DatabaseOperations +OracleSpatialAdapter WKTAdapter +OracleSpatialRefSys SpatialRefSysMixin models.Model +Oracle_datetime datetime.datetime +OrderBy BaseExpression +OrderWrt fields.IntegerField +OuterRef F +OutputWrapper TextIOBase +Overlap PostgresSimpleLookup +OverlapsAboveLookup GISLookup +OverlapsBelowLookup GISLookup +OverlapsLeftLookup GISLookup +OverlapsLookup GISLookup +OverlapsRightLookup GISLookup +PBKDF2PasswordHasher BasePasswordHasher +PBKDF2SHA1PasswordHasher PBKDF2PasswordHasher +Page collections.Sequence +PageNotAnInteger InvalidPage +ParallelTestSuite unittest.TestSuite +Parser HTMLParser +PasswordChangeDoneView PasswordContextMixin TemplateView +PasswordChangeForm SetPasswordForm +PasswordChangeView FormView PasswordContextMixin +PasswordInput Input +PasswordResetCompleteView PasswordContextMixin TemplateView +PasswordResetConfirmView FormView PasswordContextMixin +PasswordResetDoneView PasswordContextMixin TemplateView +PasswordResetForm forms.Form +PasswordResetView FormView PasswordContextMixin +PathConverter StringConverter +PatternLookup BuiltinLookup +PercentRank Func +Perimeter DistanceResultMixin GeoFunc OracleToleranceMixin +Permission models.Model +PermissionDenied Exception +PermissionManager models.Manager +PermissionRequiredMixin AccessMixin +PermissionsMixin models.Model +PersistentRemoteUserMiddleware RemoteUserMiddleware +Point GEOSGeometry +PointField GeometryField +PointOnSurface GeomOutputGeoFunc OracleToleranceMixin +Polygon GEOSGeometry +PolygonField GeometryField +PositiveIntegerField IntegerField PositiveIntegerRelDbTypeMixin +PositiveSmallIntegerField IntegerField PositiveIntegerRelDbTypeMixin +PostGISGeometryColumns models.Model +PostGISIntrospection DatabaseIntrospection +PostGISOperations BaseSpatialOperations DatabaseOperations +PostGISOperator SpatialOperator +PostGISSchemaEditor DatabaseSchemaEditor +PostGISSpatialRefSys SpatialRefSysMixin models.Model +PostgresConfig AppConfig +PostgresSimpleLookup Lookup +PrefixNode template.Node +PreparedGeometry GEOSBase +PreparedPredicate GEOSFuncFactory +ProcessFormView View +ProgrammingError DatabaseError +ProtectedError IntegrityError +ProxyModelWarning Warning +PyLibMCCache BaseMemcachedCache +Q tree.Node +QueryDict MultiValueDict +QuietWSGIRequestHandler WSGIRequestHandler +RadioSelect ChoiceWidget +Random Expression +RandomUUID Func +Range BuiltinLookup FieldGetDbPrepValueIterableMixin +RangeContainedBy models.Lookup +RangeEndsWith models.Transform +RangeField models.Field +RangeMaxValueValidator MaxValueValidator +RangeMinValueValidator MinValueValidator +RangeStartsWith models.Transform +RangeWidget MultiWidget +Rank Func +RasterBandTransform Transform +RasterField BaseSpatialField +RawPostDataException Exception +RawSQL Expression +ReadOnlyPasswordHashField forms.Field +ReadOnlyPasswordHashWidget forms.Widget +Redirect models.Model +RedirectAdmin admin.ModelAdmin +RedirectCycleError Exception +RedirectFallbackMiddleware MiddlewareMixin +RedirectView View +RedirectsConfig AppConfig +Ref Expression +Regex BuiltinLookup +RegexField CharField +RegexPattern CheckURLMixin +RegexSerializer BaseSerializer +RegrAvgX StatAggregate +RegrAvgY StatAggregate +RegrCount StatAggregate +RegrIntercept StatAggregate +RegrR2 StatAggregate +RegrSXX StatAggregate +RegrSXY StatAggregate +RegrSYY StatAggregate +RegrSlope StatAggregate +RegroupNode Node +RelateLookup GISLookup +RelatedExact Exact RelatedLookupMixin +RelatedField Field FieldCacheMixin +RelatedFieldListFilter FieldListFilter +RelatedFieldWidgetWrapper forms.Widget +RelatedGreaterThan GreaterThan RelatedLookupMixin +RelatedGreaterThanOrEqual GreaterThanOrEqual RelatedLookupMixin +RelatedIn In +RelatedIsNull IsNull RelatedLookupMixin +RelatedLessThan LessThan RelatedLookupMixin +RelatedLessThanOrEqual LessThanOrEqual RelatedLookupMixin +RelatedManager superclass +RelatedOnlyFieldListFilter RelatedFieldListFilter +RemoteUserBackend ModelBackend +RemoteUserMiddleware MiddlewareMixin +RemoveField FieldOperation +RemoveIndex IndexOperation +RemovedInDjango21Warning DeprecationWarning +RemovedInDjango30Warning PendingDeprecationWarning +RenameContentType migrations.RunPython +RenameField FieldOperation +RenameMethodsBase type +RenameModel ModelOperation +RenderContext BaseContext +RequestContext Context +RequestDataTooBig SuspiciousOperation +RequireDebugFalse logging.Filter +RequireDebugTrue logging.Filter +ResetCycleNode Node +ResolvedOuterRef F +Resolver404 Http404 +ResultList list +Reverse GeoFunc +ReverseGenericManyToOneDescriptor ReverseManyToOneDescriptor +RightLookup GISLookup +RootElement Element +RoutePattern CheckURLMixin +RowNumber Func +RowRange WindowFrame +Rss201rev2Feed RssFeed +RssFeed SyndicationFeed +RssUserland091Feed RssFeed +RunPython Operation +RunSQL Operation +SDODWithin SpatialOperator +SDODisjoint SpatialOperator +SDOOperator SpatialOperator +SDORelate SpatialOperator +SHA1PasswordHasher BasePasswordHasher +SQLAggregateCompiler SQLCompiler +SQLCompiler compiler.SQLCompiler +SQLDeleteCompiler SQLCompiler +SQLInsertCompiler SQLCompiler +SQLUpdateCompiler SQLCompiler +SQLiteCursorWrapper Database.Cursor +SRSException Exception +ST_Polygon Func +SafeBytes SafeData bytes +SafeExceptionReporterFilter ExceptionReporterFilter +SafeMIMEMessage MIMEMessage MIMEMixin +SafeMIMEMultipart MIMEMixin MIMEMultipart +SafeMIMEText MIMEMixin MIMEText +SafeText SafeData str +SameAsLookup GISLookup +Scale GeomOutputGeoFunc SQLiteDecimalToFloatMixin +SearchLookup SearchVectorExact +SearchQuery SearchQueryCombinable Value +SearchQueryField Field +SearchRank Func +SearchVector Func SearchVectorCombinable +SearchVectorExact Lookup +SearchVectorField Field +SecondsToInterval Func +SecurityMiddleware MiddlewareMixin +Select ChoiceWidget +SelectDateWidget Widget +SelectMultiple Select +SeleniumTestCase LiveServerTestCase metaclass=SeleniumTestCaseBase +SeparateDatabaseAndState Operation +SequenceSerializer BaseSequenceSerializer +SerializationError Exception +Serializer PythonSerializer +SerializerDoesNotExist KeyError +ServerFormatter logging.Formatter +ServerHandler simple_server.ServerHandler +Session AbstractBaseSession +SessionManager BaseSessionManager +SessionMiddleware MiddlewareMixin +SessionStorage BaseStorage +SessionStore SessionBase +SessionsConfig AppConfig +SetPasswordForm forms.Form +SetSerializer BaseSequenceSerializer +SettingsReference str +SettingsReferenceSerializer BaseSerializer +SignatureExpired BadSignature +SimpleAdminConfig AppConfig +SimpleCookie cookies.SimpleCookie +SimpleLazyObject LazyObject +SimpleListFilter ListFilter +SimpleNode TagHelperNode +SimpleTemplateResponse HttpResponse +SimpleTestCase unittest.TestCase +SimpleUploadedFile InMemoryUploadedFile +SimplerXMLGenerator XMLGenerator +SingleObjectMixin ContextMixin +SingleObjectTemplateResponseMixin TemplateResponseMixin +SingleZipReader zipfile.ZipFile +Site models.Model +SiteAdmin admin.ModelAdmin +SiteManager models.Manager +SiteMapsConfig AppConfig +SitemapNotFound Exception +SitesConfig AppConfig +SkipFile UploadFileException +SlugConverter StringConverter +SlugField CharField +SmallIntegerField IntegerField +SnapToGrid GeomOutputGeoFunc SQLiteDecimalToFloatMixin +SpacelessNode Node +SpatiaLiteAdapter WKTAdapter +SpatiaLiteClient DatabaseClient +SpatiaLiteIntrospection DatabaseIntrospection +SpatiaLiteOperations BaseSpatialOperations DatabaseOperations +SpatialProxy DeferredAttribute +SpatialReference GDALBase +SpatialiteGeometryColumns models.Model +SpatialiteNullCheckOperator SpatialOperator +SpatialiteSchemaEditor DatabaseSchemaEditor +SpatialiteSpatialRefSys SpatialRefSysMixin models.Model +SplitDateTimeField MultiValueField +SplitDateTimeWidget MultiWidget +SplitHiddenDateTimeWidget SplitDateTimeWidget +StackedInline InlineModelAdmin +Star Expression +StartsWith PatternLookup +StatAggregate Aggregate +StateApps Apps +Statement Reference +StaticFilesConfig AppConfig +StaticFilesHandler WSGIHandler +StaticFilesStorage FileSystemStorage +StaticLiveServerTestCase LiveServerTestCase +StaticNode template.Node +StdDev Aggregate +StopFutureHandlers UploadFileException +StopUpload UploadFileException +StrIndex Func +StreamingHttpResponse HttpResponseBase +StrictlyAboveLookup GISLookup +StrictlyBelowLookup GISLookup +StringAgg Aggregate +StringFromGeom GEOSFuncFactory +Subquery Expression +Substr Func +Sum Aggregate +SuspiciousFileOperation SuspiciousOperation +SuspiciousMultipartForm SuspiciousOperation +SuspiciousOperation Exception +SuspiciousSession SuspiciousOperation +SwappableTuple tuple +SymDifference GeomOutputGeoFunc OracleToleranceMixin +SyndicationConfig AppConfig +SystemCheckError CommandError +Table Reference +TableColumns Table +TabularInline InlineModelAdmin +TagHelperNode Node +TarArchive BaseArchive +Template string.Template +TemplateCommand BaseCommand +TemplateDetailView BaseAdminDocsView +TemplateDoesNotExist Exception +TemplateFilterIndexView BaseAdminDocsView +TemplateIfParser IfParser +TemplateLiteral Literal +TemplateResponse SimpleTemplateResponse +TemplateStrings BaseEngine +TemplateSyntaxError Exception +TemplateTagIndexView BaseAdminDocsView +TemplateTagNode Node +TemplateView ContextMixin TemplateResponseMixin View +TemplatesSetting BaseRenderer +TemporalSubtraction CombinedExpression +TemporaryFile FileProxyMixin +TemporaryFileUploadHandler FileUploadHandler +TemporaryUploadedFile UploadedFile +TestCase TransactionTestCase +TextField Field +TextInput Input +TextNode Node +TextTypeSerializer BaseSerializer +Textarea Widget +ThreadLocalIO threading.local +ThreadedWSGIServer WSGIServer socketserver.ThreadingMixIn +TimeField BaseTemporalField +TimeFormat Formatter +TimeInput DateTimeBaseInput +TimeSerializer BaseSerializer +TimedeltaSerializer BaseSerializer +TimestampSigner Signer +TimezoneNode Node +ToNCLOB Func +TodayArchiveView BaseTodayArchiveView MultipleObjectTemplateResponseMixin +TooManyFieldsSent SuspiciousOperation +Topology GEOSFuncFactory +TouchesLookup GISLookup +TransactionManagementError ProgrammingError +TransactionNow Func +TransactionTestCase SimpleTestCase +Transform Func RegisterLookupMixin +TransformPoint list +Translate Scale +TranslateNode Node +TranslatorCommentWarning SyntaxWarning +TrigramBase Func +TrigramDistance TrigramBase +TrigramExtension CreateExtension +TrigramSimilar PostgresSimpleLookup +TrigramSimilarity TrigramBase +Trunc TruncBase +TruncBase TimezoneMixin Transform +TruncDate TruncBase +TruncDay TruncBase +TruncHour TruncBase +TruncMinute TruncBase +TruncMonth TruncBase +TruncQuarter TruncBase +TruncSecond TruncBase +TruncTime TruncBase +TruncYear TruncBase +Truncator SimpleLazyObject +TupleSerializer BaseSequenceSerializer +TypeSerializer BaseSerializer +TypedChoiceField ChoiceField +TypedMultipleChoiceField MultipleChoiceField +URLField CharField +URLInput Input +URLNode Node +URLValidator RegexValidator +UUIDField CharField +UUIDSerializer BaseSerializer +Unaccent Transform +UnaccentExtension CreateExtension +UnaryPredicate GEOSFuncFactory +UnicodeUsernameValidator validators.RegexValidator +Union GeomOutputGeoFunc OracleToleranceMixin +UnorderedObjectListWarning RuntimeWarning +UnreadablePostError IOError +UnrecognizedArchiveFormat ArchiveException +UnsaltedMD5PasswordHasher BasePasswordHasher +UnsaltedSHA1PasswordHasher BasePasswordHasher +UnserializableContentError ValueError +UpdateCacheMiddleware MiddlewareMixin +UpdateError Exception +UpdateQuery Query +UpdateView BaseUpdateView SingleObjectTemplateResponseMixin +UploadFileException Exception +UploadedFile File +Upper Transform +User AbstractUser +UserAdmin admin.ModelAdmin +UserChangeForm forms.ModelForm +UserCreationForm forms.ModelForm +UserManager BaseUserManager +UserPassesTestMixin AccessMixin +UsernameField forms.CharField +ValidationError Exception +Value Expression +ValueRange WindowFrame +ValuesIterable BaseIterable +ValuesListIterable BaseIterable +ValuesTransform Transform +VariableDoesNotExist Exception +VariableNode Node +Variance Aggregate +VerbatimNode Node +ViewDetailView BaseAdminDocsView +ViewDoesNotExist Exception +ViewIndexView BaseAdminDocsView +W3CGeoFeed GeoFeedMixin Rss201rev2Feed +WKBReadFunc GEOSFuncFactory +WKBReader _WKBReader +WKBReader_st Structure +WKBWriteFunc GEOSFuncFactory +WKBWriter IOBase +WKBWriterGet GEOSFuncFactory +WKBWriterSet GEOSFuncFactory +WKBWriter_st Structure +WKTReader _WKTReader +WKTReader_st Structure +WKTWriter IOBase +WKTWriter_st Structure +WSGIHandler base.BaseHandler +WSGIRequest HttpRequest +WSGIRequestHandler simple_server.WSGIRequestHandler +WSGIServer simple_server.WSGIServer +Warning CheckMessage +WeekArchiveView BaseWeekArchiveView MultipleObjectTemplateResponseMixin +When Expression +WhereNode tree.Node +Widget metaclass=MediaDefiningClass +WidthRatioNode Node +Window Expression +WindowFrame Expression +WithNode Node +WithinLookup GISLookup +XFrameOptionsMiddleware MiddlewareMixin +XViewMiddleware MiddlewareMixin +YearArchiveView BaseYearArchiveView MultipleObjectTemplateResponseMixin +YearComparisonLookup YearLookup +YearExact Exact YearLookup +YearGt YearComparisonLookup +YearGte YearComparisonLookup +YearLookup Lookup +YearLt YearComparisonLookup +YearLte YearComparisonLookup +ZipArchive BaseArchive +_AssertNumQueriesContext CaptureQueriesContext +_AssertTemplateNotUsedContext _AssertTemplateUsedContext +_EnsureCsrfCookie CsrfViewMiddleware +_EnsureCsrfToken CsrfViewMiddleware +_LazyModule types.ModuleType +_MediaFilesHandler FSFilesHandler +_MovedItems _LazyModule +_OFFSET Structure +_OFFSET_UNION Union +_StaticFilesHandler FSFilesHandler +_WKBReader IOBase +_WKTReader IOBase +classonlymethod classmethod +date real_date +datetime real_datetime +datetimeobject datetime +gdal_char_p c_char_p +geos_char_p c_char_p +ignore_warnings TestContextDecorator +isolate_apps TestContextDecorator +metaclass meta +modify_settings override_settings +override ContextDecorator +override_script_prefix TestContextDecorator +override_settings TestContextDecorator +override_system_checks TestContextDecorator +time real_time