Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. from django.forms.models import model_to_dict
  2. model_to_dict(intance, fields=[], exclude=[])
  3.  
  4. obj = get_object_or_404(CustomModel,id=some_id)
  5. my_dict = obj.__dict__
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement