- 27 Şub, 2013 3 kayıt (commit)
-
-
Ramiro Morales yazdı
-
Ramiro Morales yazdı
This allows us to iremove an inter-command import.
-
Ramiro Morales yazdı
Fixes #19584. This implies stop storing file path command line arguments in envvars as a security measure to start relying on with Popen's shell=False instead, and addition of an 'utils' module. Thanks kmichel_wgs for the report.
-
- 26 Şub, 2013 21 kayıt (commit)
-
-
Claude Paroz yazdı
-
Carl Meyer yazdı
-
Claude Paroz yazdı
Forward port of ab6ff2e0 from stable/1.5
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Carl Meyer yazdı
-
Tim Graham yazdı
Thanks amoebob for the report.
-
Florian Apolloner yazdı
If Django was symlinked into site-packages the previous approach to discover the tests subdirectory would fail. The revised version now always points to the location of the source and not the import path.
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
This is needed to make 'python runtests.py' work, otherwise only 'python ./runtests.py' would work.
-
Florian Apolloner yazdı
Thanks to Ramiro Morales for the initial patch.
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Aymeric Augustin yazdı
Tests can run nearly as fast under PostgreSQL and MySQL as under SQLite with a bit of configuration and the speedup is always a good thing.
-
Carl Meyer yazdı
-
- 25 Şub, 2013 14 kayıt (commit)
-
-
Łukasz Langa yazdı
Thanks to choongmin for the original patch.
-
Aymeric Augustin yazdı
Classes overriding __eq__ need a __hash__ such that equal objects have the same hash. Thanks akaariai for the report and regebro for the patch.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Fixed #17919.
-
Aymeric Augustin yazdı
Thanks dahool for the report and initial version of the patch.
-
Carl Meyer yazdı
-
Aymeric Augustin yazdı
Fixed #18176 -- Added test for year lookups with year < 1000
-
Tim Graham yazdı
Thanks leandron85@ for the suggestion.
-
Carl Meyer yazdı
-
Florian Hahn yazdı
Thanks Tomas Ehrlich for the initial test
-
Claude Paroz yazdı
-
Carl Meyer yazdı
-
Carl Meyer yazdı
This function is now the de facto standard function for rendering values in a template, and is imported by two other built-in template modules. It shouldn't have a leading underscore.
-
Carl Meyer yazdı
-
- 24 Şub, 2013 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
Avoid polluting the app cache as it causes unrelated test failures. Refs #19688.
-
Claude Paroz yazdı
Thanks loic84 for the report.
-