Where in django docs i can find more info on "_Meta.get_field_by_name" -
Where in django docs i can find more info on "_Meta.get_field_by_name" -
i want read more info function can utilize _meta .fields , get_field_by_name not find in django official docs.
can give links on docs explain function avaiable _meta
here's reason why not much documentation available in official docs: _meta named according python convention underscore denotes variable private attribute.
so _meta (generally) django's internal uses , mechanics not guaranteed remain unchanged on time. consequently using not encouraged.
nevertheless, here's relevant link first page google search: http://readthedocs.org/projects/django-model-_meta-reference/
django django-models documentation
Comments
Post a Comment