- 20 Haz, 2016 3 kayıt (commit)
-
-
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ı
-
- 13 Haz, 2016 6 kayıt (commit)
-
-
Tim Graham yazdı
-
Ramiro Morales yazdı
-
Sergey Fedoseev yazdı
Complements 47f22e82.
-
Jon Dufresne yazdı
Previously, empty values were saved as strings.
-
Charlie Denton yazdı
-
Vytis Banaitis yazdı
-
- 12 Haz, 2016 3 kayıt (commit)
-
-
Vytis Banaitis yazdı
-
Sergey Fedoseev yazdı
-
Jon Dufresne yazdı
If settings.FILE_UPLOAD_TEMP_DIR is the default value of None, NamedTemporaryFile will work the same as if nothing was passed.
-
- 11 Haz, 2016 1 kayıt (commit)
-
-
Ramiro Morales yazdı
The fact that we aren't dealing with the Django source tree anymore allows us to drop several tearDown()/addCleanup() calls that were concerned with removing apiece files/dirs/symlinks created by test cases, as we are covered by the removal of the parent temporary tree anyways. Thanks Tim Graham for advice and review.
-
- 10 Haz, 2016 4 kayıt (commit)
-
-
Dmitry Medvinsky yazdı
-
Berker Peksag yazdı
-
Ramiro Morales yazdı
This allows makemessages/compilemessages tests in `test_extraction.py` and `test_compilation.py` to actually run isolated from each other (unaffected by stray FS objects left by cleanup actions failures, debug sessions, etc.) and to take advantage of the parallel tests execution feature like most of the Django test suite. `test_percents.py` gets slightly refactored to not inherit from the new machinery which sets up every test case to copy and run under a temporary tree.
-
Vytis Banaitis yazdı
-
- 09 Haz, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
-