- 12 Mar, 2015 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Anton Danilchenko yazdı
The JavaScript may be required when using ModelAdmin.get_actions() or get_prepopulated_fields(). Always including them is the easiest solution.
-
- 11 Mar, 2015 7 kayıt (commit)
-
-
Dan Fellin yazdı
-
Collin Anderson yazdı
setup.py adds these spaces when distributing.
-
Tim Graham yazdı
-
Rik yazdı
-
Sean Wang yazdı
-
Preston Timmons yazdı
-
saschalalala yazdı
Python 3 always returns an absolute path.
-
- 10 Mar, 2015 10 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Now that the URL is always unescaped as of refs #22267, we should re-escape it before inserting it into the anchor.
-
Claude Paroz yazdı
Thanks Daniel Wiesmann for spotting the issue.
-
Claude Paroz yazdı
-
Tim Graham yazdı
-
Erik Romijn yazdı
-
Calvin Jeong yazdı
-
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 5 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.
-