1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #29413 -- Prevented evaluation of QuerySet.get_or_create()/update_or_create() defaults unless needed.

Removed the logic added in 81e05a418d which
was obsolete since dbffffa7dc.
This commit is contained in:
Viktor Danyliuk
2018-07-17 05:08:43 +03:00
committed by Tim Graham
parent 4d48ddd8f9
commit 6ae7aaa7d6
3 changed files with 42 additions and 22 deletions

View File

@@ -849,6 +849,7 @@ answer newbie questions, and generally made Django that much better:
Vasil Vangelovski
Victor Andrée
viestards.lists@gmail.com
Viktor Danyliuk <v.v.danyliuk@gmail.com>
Ville Säävuori <http://www.unessa.net/>
Vinay Sajip <vinay_sajip@yahoo.co.uk>
Vincent Foley <vfoleybourgon@yahoo.ca>