Skip to content

Instantly share code, notes, and snippets.

@jakul
Created January 20, 2014 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakul/8523087 to your computer and use it in GitHub Desktop.
Save jakul/8523087 to your computer and use it in GitHub Desktop.
In [5]: dir(PracticeProfile)
Out[5]:
['DoesNotExist',
'Meta',
'MultipleObjectsReturned',
'__class__',
'__delattr__',
'__dict__',
'__doc__',
'__eq__',
'__format__',
'__getattribute__',
'__hash__',
'__init__',
'__metaclass__',
'__module__',
'__ne__',
'__new__',
'__reduce__',
'__reduce_ex__',
'__repr__',
'__setattr__',
'__sizeof__',
'__str__',
'__subclasshook__',
'__unicode__',
'__weakref__',
'_as_dict',
'_base_manager',
'_default_manager',
'_deferred',
'_get_FIELD_display',
'_get_next_or_previous_by_FIELD',
'_get_next_or_previous_in_order',
'_get_pk_val',
'_get_unique_checks',
'_meta',
'_perform_date_checks',
'_perform_unique_checks',
'_reset_state',
'_set_pk_val',
'address',
'addresses',
'clean',
'clean_fields',
'contacts',
'date_error_message',
'delete',
'dirty_fields',
'email_address',
'email_addresses',
'favourite_locums',
'find_nearby_locums',
'full_clean',
'get_booked_jobs',
'get_changed_values',
'get_current_job',
'get_next_by_created',
'get_next_by_modified',
'get_next_job',
'get_pct_display',
'get_previous_by_created',
'get_previous_by_modified',
'invalidate_terms_conditions_cache',
'is_dirty',
'itsys',
'job_set',
'messagethread_set',
'objects',
'phone_number',
'phone_numbers',
'pk',
'practicetermsandconditions_set',
'prepare_database_save',
'save',
'save_base',
'save_dirty',
'serializable_value',
'unique_error_message',
'validate_unique']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment