- 22 Haz, 2016 4 kayıt (commit)
-
-
jasisz yazdı
-
Zbigniew Siciarz yazdı
-
Tim Graham yazdı
-
John-Scott Atlakson yazdı
-
- 21 Haz, 2016 9 kayıt (commit)
-
-
Simon Charette yazdı
SQLite disgresses from the SQL standard by ignoring case of quoted identifiers. Thanks to laozzzi for the report and Tim for the review.
-
Tim Graham yazdı
Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review.
-
Sergey Fedoseev yazdı
-
Tim Graham yazdı
Thanks Julien Hartmann for the report.
-
Paulo yazdı
Fixed #26729 -- Allowed overriding a form field's label/help_text in Form.__init__() for TabularInline.
-
Sergey Fedoseev yazdı
-
Jon Dufresne yazdı
-
Claude Paroz yazdı
Thanks Yegor Kazantsev for the report and the initial patch.
-
Samir Shah yazdı
Since Django 1.8, firstof escapes its output.
-
- 20 Haz, 2016 5 kayıt (commit)
-
-
Tim Graham yazdı
It was removed in 785cc71d only because it was untested and unused in Django itself, however, some third-party apps use it.
-
Loïc Bistuer yazdı
Fixed #26643 -- Prevented unnecessary AlterModelManagers operations caused by the manager inheritance refactor. This also makes migrations respect the base_manager_name and default_manager_name model options. Thanks Anthony King and Matthew Schinckel for the initial patches.
-
Andrew Nester yazdı
-
Tobias McNulty yazdı
Also used ALLOWED_HOSTS to check for external hosts in assertRedirects().
-
Tim Graham yazdı
-
- 19 Haz, 2016 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 18 Haz, 2016 8 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks François-Xavier Thomas for the report.
-
Paul J Stevens yazdı
Thanks Simon Charette for review.
-
Tim Graham yazdı
This reverts commit 1b407050 as it introduces a regression in the test for refs #26772.
-
Markus Holtermann yazdı
Fixed a regression in 2f16ff5a. Thanks Tim Graham for the review.
-
Tim Graham yazdı
Regression in 86573861
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Tim Graham yazdı
This reverts commit a52a531a due to regressions described in refs #26772.
-
Trey Hunner yazdı
-
- 17 Haz, 2016 4 kayıt (commit)
-
-
Carl Meyer yazdı
-
Carl Meyer yazdı
-
Krzysztof Jurewicz yazdı
-
Carl Meyer yazdı
-
- 16 Haz, 2016 4 kayıt (commit)
-
-
Tim Graham yazdı
This avoids the deprecated GeomFromText on MySQL (refs #26134). Thanks Claude Paroz for the review.
-
Jon Dufresne yazdı
-
Tim Graham yazdı
-
Ville Skyttä yazdı
-
- 15 Haz, 2016 2 kayıt (commit)
-
-
Sergey Fedoseev yazdı
Complements e2d6e146.
-
Tim Graham yazdı
-
- 14 Haz, 2016 3 kayıt (commit)
-
-
Hugo Osvaldo Barrera yazdı
914c72be introduced a regression that causes saving a NamedTemporaryFile in a FileField to raise a SuspiciousFileOperation. To remedy this, if a File has an absolute path as a filename, use only the basename as the filename.
-
Ville Skyttä yazdı
-
Ville Skyttä yazdı
-