Slide 56
Slide 56 text
def get_fields(pure_data, pure_m2m, pure_virtual,
forward_data, forward_m2m, forward_virtual,
related_data, related_m2m, related_virual,
include_hidden, include_proxy, include_concrete):
Naming things
Making the API even more sparse
● Flags are far better: more pythonic and less imports
● This matrix can describe exactly what we have now
● This matrix may not describe what we want in the future
● Field types and options are too sparse to be api parameters.