- 30 Tem, 2018 2 kayıt (commit)
-
-
Demur Nodia yazdı
-
Sławek Ehlert yazdı
-
- 27 Tem, 2018 5 kayıt (commit)
-
-
Hasan Ramezani yazdı
-
Melvyn Sopacua yazdı
-
Tim Graham yazdı
Refs #29600 -- Removed usage of django.utils.datetime_safe in migrations.
-
vinay karanam yazdı
-
Thomas Grainger yazdı
-
- 26 Tem, 2018 5 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
The only effect would be if items in Atom feeds had a published date year of < 1000 (ensuring those years are padded with leading zeros).
-
Carlton Gibson yazdı
Removed in 244cc401.
-
Carlton Gibson yazdı
-
- 25 Tem, 2018 6 kayıt (commit)
-
-
Carlton Gibson yazdı
-
Andrew Brown yazdı
-
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ı
-