- 10 Mar, 2015 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Floris den Hengst yazdı
-
Bas Peschier yazdı
-
- 09 Mar, 2015 8 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks Jacob Rief for the report and Tim Graham for the review.
-
Tim Graham yazdı
-
Baptiste Mispelon yazdı
This issue was fixed by refs #24464.
-
Tim Graham yazdı
-
Erik Romijn yazdı
This may cause some backwards compatibility issues, but may also resolve security issues in third party projects that fail to heed warnings in our documentation. Thanks Markus Holtermann for help with tests and docs.
-
Anssi Kääriäinen yazdı
The query used a construct of qs.annotate().values().aggregate() where the first annotate used an F-object reference and the values() and aggregate() calls referenced that F-object. Also made sure the inner query's select clause is as simple as possible, and made sure .values().distinct().aggreate() works correctly.
-
Tim Graham yazdı
-
- 08 Mar, 2015 8 kayıt (commit)
-
-
Rik yazdı
-
Marten Kenbeek yazdı
Changed --noinput option in makemigrations to suppress all user prompts, not just when combined with --merge.
-
Rik yazdı
Added explanation on why build_absolute_uri always enforces the request's scheme.
-
Bas Peschier yazdı
-
Rik yazdı
-
Marten Kenbeek yazdı
Set apps.ready to False when rendering multiple models. This prevents that the cache on Model._meta is expired on all models after each time a single model is rendered. Prevented that Apps.clear_cache() refills the cache on Apps.get_models(), so that the wrong value cannot be cached when cloning a StateApps.
-
Daniele Procida yazdı
Fixed #24456 -- Update modelforms.txt table of Form/Model refs
-
Psilo Cybin yazdı
Added links to the Form/Model table to the field reference docs to point to their individual field references
-
- 07 Mar, 2015 7 kayıt (commit)
-
-
Floris den Hengst yazdı
-
Sztrovacsek yazdı
-
Aymeric Augustin yazdı
-
Tim Graham yazdı
-
Jean-Louis Fuchs yazdı
When altering from e.g. an IntegerField to a ForeignKey, Django didn't add a constraint.
-
Tim Graham yazdı
-
david yazdı
-
- 06 Mar, 2015 2 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #22267. Thanks Shai Berger for spotting the issue and Tim Graham for the initial patch.
-
Josh Smeaton yazdı
-
- 05 Mar, 2015 9 kayıt (commit)
-
-
Tim Graham yazdı
-
Grzegorz Slusarek yazdı
-
Marten Kenbeek yazdı
-
Preston Timmons yazdı
This test failed because a different error code is raised on Windows when opening a directory. Since the particular message isn't as important to this test as the fact that the original IOError is reraised, this fixes the test by making the assertion more generic.
-
Aymeric Augustin yazdı
-
Tim Graham yazdı
-
Claude Paroz yazdı
Fixes commit 87144036.
-
Claude Paroz yazdı
Thanks Carsten Fuchs for the report.
-
Claude Paroz yazdı
Thanks Thomas Tanner for the report and Tim Graham for the review.
-
- 04 Mar, 2015 3 kayıt (commit)
-
-
Josh Smeaton yazdı
-
Benjamin Wohlwend yazdı
This speeds up the timesince function/filter substantially.
-
Tim Graham yazdı
-