- Language: en
3 results for super in version 2.0
-
Writing custom model fields
- … super () . __init__ ( * args , ** kwargs ) def deconstruct ( self ): name , path , args , kwargs = super () . deconstruct () del kwargs …
-
Writing custom django-admin commands
- … super () . __init__ ( * args , ** kwargs ) # ... BaseCommand. add_arguments ( parser ) [source] Entry point to add parser arguments …
-
Custom Lookups
- … super () . get_lookup ( lookup_name ) You would then define get_coordinate_lookup appropriately to return …