- Language: en
112 results for super in version 1.11
-
django.contrib.postgres.fields.array
- … super ( ArrayField , self ) . __init__ ( ** kwargs ) @property def model ( self ): try : return self . __dict__ [ 'model …
-
django.db.models.fields.files
- … super ( FileField , self ) . __init__ ( verbose_name , name , ** kwargs ) def check ( self , ** kwargs ): errors = super ( FileField …
-
django.db.migrations.operations.models
- … super ( ModelOperation , self ) . reduce ( operation , in_between , app_label = app_label ) or not operation . references …
-
django.contrib.postgres.search
- … super ( SearchVectorExact , self ) . process_rhs ( qn , connection ) return rhs , rhs_params def as_sql ( self …
-
django.http.request
- … super ( QueryDict , self ) . __setitem__ ( key , value ) def __delitem__ ( self , key ): self . _assert_mutable () super ( QueryDict …
-
django.test.client
- … super ( RedirectCycleError , self ) . __init__ ( message ) self . last_response = last_response self . redirect_chain = last_response …
-
django.contrib.gis.feeds
- … super ( GeoRSSFeed , self ) . rss_attributes () attrs [ 'xmlns:georss' ] = 'http://www.georss.org/georss' return …
-
Using mixins with class-based views
- … super ( PublisherDetail , self ) . get ( request , * args , ** kwargs ) def get_context_data ( self , ** kwargs ): context = super …
-
django.utils.datastructures
- … super ( MultiValueDict , self ) . __init__ ( key_to_list_mapping ) def __repr__ ( self ): return "< %s : %s >" % ( self …
-
unittest.runner
- … super ( TextTestResult , self ) . __init__ ( stream , descriptions , verbosity ) self . stream = stream self . showAll = verbosity > 1 self …