- 13 Şub, 2015 11 kayıt (commit)
-
-
Loic Bistuer yazdı
Thanks Carl Meyer and Tim Graham for the reviews and to all involved in the discussion.
-
Andriy Sokolovskiy yazdı
This fixes serialization of a ForeignKey to a UUIDField as the test indicates.
-
Tim Graham yazdı
-
Joe Simpson yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Loic for help and Simon for review.
-
Markus Holtermann yazdı
Previously Django only checked for the table name in CreateModel operations in initial migrations and faked the migration automatically. This led to various errors and unexpected behavior. The newly introduced --fake-initial flag to the migrate command must be passed to get the same behavior again. With this change Django will bail out in with a "duplicate relation / table" error instead. Thanks Carl Meyer and Tim Graham for the documentation update, report and review.
-
Markus Holtermann yazdı
Thanks Tim Graham for the patch
-
Markus Holtermann yazdı
-
Loic Bistuer yazdı
Thanks Carl Meyer and Markus Holtermann for the reviews.
-
Tim Graham yazdı
-
- 12 Şub, 2015 12 kayıt (commit)
-
-
Josh Smeaton yazdı
-
Josh Smeaton yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Simon Charette yazdı
-
Thomas Güttler yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Nik Nyby yazdı
-
Tim Graham yazdı
This allows using a UUIDField primary key along with the JSON session serializer. Thanks to Trac alias jamesbeith for the report and Simon Charette for the initial patch.
-
Lukas Klein yazdı
-
- 11 Şub, 2015 16 kayıt (commit)
-
-
Josh Smeaton yazdı
-
Collin Anderson yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
This is a performance optimization and also fixes test errors with the upcoming merge of contrib tests into tests/. The tests failed on MySQL because the models with GeometryField were being checked but the non-GIS MySQL backend didn't know how to handle them.
-
Daniel Pyrathon yazdı
-
- 10 Şub, 2015 1 kayıt (commit)
-
-
Josh Smeaton yazdı
-