Changes between Initial Version and Version 1 of Ticket #28253


Ignore:
Timestamp:
May 29, 2017, 3:35:12 PM (7 years ago)
Author:
Tim Graham
Comment:

What's the reason for calling super().save() twice?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28253 – Description

    initial v1  
    1111Now if for the Above model I do
    1212         {{{
    13          params = {"key":"1", "value": "2")
     13         params = {"key":"1", "value": "2"}
    1414         obj, created = Config.objects.get_or_create(**params)
    1515}}}
Back to Top