- Language: en
18 results for classmethod in version 1.11
-
GDAL API
- … classmethod from_gml ( gml_string ) New in Django 1.11. Constructs an OGRGeometry from the given …
-
Built-in class-based views API
- … classmethod: urlpatterns = [ url ( r '^view/$' , MyView . as_view ( size = 42 )), ] Thread safety with …
-
Request and response objects
- … classmethod QueryDict. fromkeys ( iterable , value='' , mutable=False , encoding=None ) [source] New in Django 1.11. Creates …
-
Django 1.5 release notes
- … classmethod on the abstract class. Context in year archive class-based views For consistency with …
-
QuerySet API reference
- … classmethod as_manager () Class method that returns an instance of Manager with a copy of the QuerySet …
-
Base views
- … classmethod as_view ( **initkwargs ) Returns a callable view that takes a request and returns a response …
-
Advanced testing topics
- … classmethod DiscoverRunner. add_arguments ( parser ) [source] Override this class method to add custom arguments accepted …
-
Lookup API reference
- … classmethod register_lookup ( lookup , lookup_name=None ) Registers a new lookup in the class. For example …