一个普通的user

Begin##########
['__class__', '__delattr__', '__dict__', '__doc__', '__eq__', '__format__', '__getattribute__', '__hash__', '__init__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__unicode__', '__weakref__', '_get_groups', '_get_user_permissions', '_groups', '_user_permissions', 'check_password', 'delete', 'get_all_permissions', 'get_group_permissions', 'get_username', 'groups', 'has_module_perms', 'has_perm', 'has_perms', 'id', 'is_active', 'is_anonymous', 'is_authenticated', 'is_staff', 'is_superuser', 'pk', 'save', 'set_password', 'user_permissions', 'username']
End############
(

经过处理之后的user

['DoesNotExist', 'Meta', 'MultipleObjectsReturned', 'REQUIRED_FIELDS', 'USERNAME_FIELD', '__class__', '__delattr__', '__dict__', '__doc__', '__eq__', '__format__', '__getattribute__', '__hash__', '__init__', u'__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__setstate__', '__sizeof__', '__str__', '__subclasshook__', '__unicode__', '__weakref__', '_base_manager', '_check_column_name_clashes', '_check_field_name_clashes', '_check_fields', '_check_id_field', '_check_index_together', '_check_local_fields', '_check_long_column_names', '_check_m2m_through_same_relationship', '_check_managers', '_check_model', '_check_ordering', '_check_swappable', '_check_unique_together', '_default_manager', '_deferred', '_do_insert', '_do_update', '_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', '_save_parents', '_save_table', '_set_pk_val', 'available_set', 'candidate', 'candidaterequirements', 'check', 'check_password', 'clean', 'clean_fields', 'date_error_message', 'delete', 'email_user', 'emailaddress_set', 'employer', 'exclusion_set', 'from_db', 'full_clean', 'get_all_permissions', 'get_deferred_fields', 'get_full_name', 'get_group_permissions', 'get_next_by_date_joined', 'get_previous_by_date_joined', 'get_session_auth_hash', 'get_short_name', 'get_username', 'groups', 'has_module_perms', 'has_perm', 'has_perms', 'has_usable_password', 'is_active', 'is_anonymous', 'is_authenticated', 'logentry_set', 'natural_key', 'objects', 'pk', 'prepare_database_save', 'recruiter', 'refresh_from_db', 'save', 'save_base', 'serializable_value', 'set_password', 'set_unusable_password', 'socialaccount_set', 'unique_error_message', 'user_permissions', 'userprofile', 'validate_unique']
_

最新文章

  1. ORACLE字符集基础知识
  2. iOS里常见的几种信息编码、加密方法简单总结
  3. Gradle用户指南(3)-构建Java项目
  4. Java 中的System.exit
  5. Bellman-Ford 算法及其优化
  6. extern int a[] VS extern int *a
  7. 程序不稳定是因为C++基础不扎实
  8. 如何实现select组件的选择输入过滤作用
  9. 怎样取消shutdown关机命令?-shutdown命令的使用解析
  10. Struts2框架(3)---Action类的3种书写方式
  11. 如何在Microsoft Word里面插入图片作为背景/封面?
  12. ubuntu 16.04卸载不必要默认安装软件
  13. Python文件操作之把臂入林
  14. Copley-STM32串口+CANopen实现双电机力矩同步
  15. P和C
  16. [BZOJ 2705] [SDOI 2012] Longge的问题
  17. HTML自学笔记
  18. flash/flex builder在IE中stage.stageWidth始终为0的解决办法
  19. git 项目配置用户名、邮箱的方法
  20. mysql读写分离 主从同步

热门文章

  1. Verilog HDL 使用规范(一)
  2. 基于FPGA的DDS设计(二)
  3. Find the Duplicate Number (寻找重复数字)
  4. 记数据结构MOOC-二叉树
  5. 20155210潘滢昊 Java第二次试验
  6. Deepin Linux下的Metasploit安装及优化
  7. WPF 带水印的密码输入框
  8. Spring学习(九)-----Spring bean配置继承
  9. linux 同步 rsync的使用——远程服务器同步配置
  10. 获取安卓app的appPackage和appActivity