- 25 Tem, 2018 4 kayıt (commit)
-
-
Andrew Brown yazdı
-
Tim Graham yazdı
-
Simon Charette yazdı
The issue was fixed as a side effect of implementing RemoveField's reduction of DeleteModel to a DeleteModel in ad82900a.
-
Mariusz Felisiak yazdı
-
- 24 Tem, 2018 3 kayıt (commit)
-
-
minusf yazdı
-
Tim Graham yazdı
-
Claude Paroz yazdı
-
- 23 Tem, 2018 1 kayıt (commit)
-
-
Tim Bell yazdı
-
- 22 Tem, 2018 2 kayıt (commit)
-
-
Mariusz Felisiak yazdı
-
Simon Charette yazdı
The PostgreSQL concat() function handles nulls and non-text values better than the || operator.
-
- 21 Tem, 2018 2 kayıt (commit)
-
-
Thng Kai Yuan yazdı
-
Tim Graham yazdı
-
- 20 Tem, 2018 6 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
François Dupayrat yazdı
-
- 19 Tem, 2018 8 kayıt (commit)
-
-
Claude Paroz yazdı
-
Simon Charette yazdı
It isn't required anymore since AlterTogetherOperations can be reduced into CreateModels which can reduce DeleteField operations.
-
Simon Charette yazdı
Thanks Akshesh Doshi for the initial patch.
-
Simon Charette yazdı
This should alleviate the side effects of disabling the AlterFooOperation reduction with RemoveField to fix refs #28862 during migration squashing because CreateModel can perform a reduction with RemoveField. Thanks Nick Pope for the review.
-
Simon Charette yazdı
AlterFooTogether operations cannot be swapped with RemoveField operations on the same model as they could be removing the the same field as well. Since AlterFooTogether operations don't track what their previous value was, it's impossible to determine whether or not the optimization is safe so the only way to proceed is to disable the optimization. Thanks Ramiro Morales for the in-depth analysis of the issue. Refs #24828
-
Hasan Ramezani yazdı
-
Claude Paroz yazdı
Thanks Sassan Haradji for the report.
-
Tim Graham yazdı
-
- 18 Tem, 2018 4 kayıt (commit)
-
-
Claude Paroz yazdı
As of 301de774.
-
Mariusz Felisiak yazdı
-
Claude Paroz yazdı
-
Maxime Lorant yazdı
.
-
- 17 Tem, 2018 1 kayıt (commit)
-
-
Viktor Danyliuk yazdı
Fixed #29413 -- Prevented evaluation of QuerySet.get_or_create()/update_or_create() defaults unless needed. Removed the logic added in 81e05a41 which was obsolete since dbffffa7.
-
- 16 Tem, 2018 2 kayıt (commit)
-
-
Josh Schneier yazdı
Thanks carltongibson for the idea and weijunji for the initial patch.
-
François Freitag yazdı
-
- 14 Tem, 2018 1 kayıt (commit)
-
-
Mariusz Felisiak yazdı
Fixed #29542 -- Fixed invalid SQL if a Subquery from the HAVING clause is used in the GROUP BY clause. Thanks Tim Graham for the review.
-
- 13 Tem, 2018 3 kayıt (commit)
-
-
Peter Inglesby yazdı
-
Daniel Wiesmann yazdı
-
Claude Paroz yazdı
-
- 11 Tem, 2018 3 kayıt (commit)
-
-
Oliver Sauder yazdı
-
Tim Graham yazdı
-
Simon Charette yazdı
It isn't used since FieldOperation.references_model() takes into account models referenced by the field it's operating on.
-