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

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -