- 15 Haz, 2014 1 kayıt (commit)
-
-
Marc Tamlyn yazdı
Fixed #22826 -- Improved internal usage of Query.setup_joins.
-
- 14 Haz, 2014 12 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #22830. Thanks django@gfairchild.com for the suggestion.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Refs #19973.
-
Alex Gaynor yazdı
-
Jorge C. Leitão yazdı
-
Jorge C. Leitão yazdı
-
Jorge C. Leitão yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Keeping backwards compatibility with test_runner.option_list is tricky and would imply transforming an optparse.Option to an argparse.Action. I choose to introduce a backwards incompatible change because it only affects testing, not runtime behavior.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Mark Lavin yazdı
-
- 13 Haz, 2014 7 kayıt (commit)
-
-
Shai Berger yazdı
-
Shai Berger yazdı
and used it in the Oracle SchemaEditor. Refs #22715.
-
Xavier Fernandez yazdı
-
Jorge C. Leitão yazdı
Thanks to @gdub for the report and intial patch and @charettes and @timgraham for the review.
-
Maxime Turcotte yazdı
Thanks chrj for the suggestion.
-
Greg Chapple yazdı
Thanks mrmachine for the suggestion.
-
- 12 Haz, 2014 12 kayıt (commit)
-
-
Moayad Mardini yazdı
Thanks cdestigter for the report.
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
Thanks to bendavis78 for the test and diagnostic work.
-
Tim Graham yazdı
-
Aymeric Augustin yazdı
Fixed #22814 -- Allowed ISO-8601 [+-]hh timezone format in parse_datetime
-
Richard Eames yazdı
-
Tim Graham yazdı
Thanks Josh Parris.
-
Tim Graham yazdı
-
Tim Graham yazdı
An ImproperlyConfigured exception will be raised they mismatch.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Fixes a regression introduced in 5f24cf97. Refs #22635. Thanks A.J. May for spotting the regression.
-
Loic Bistuer yazdı
This fixes a regression on Windows introduced by b7de5f5d. Thanks Tim Graham for the report and review.
-
- 11 Haz, 2014 8 kayıt (commit)
-
-
Maxime Lorant yazdı
-
Tim Graham yazdı
-
Greg Chapple yazdı
-
Shai Berger yazdı
The data migration failed on Oracle, killing the entire test suite. Thanks timo for reporting the Oracle breakage, and andrewgodwin for suggesting the solution.
-
Tim Graham yazdı
Thanks Rahul Priyadarshi.
-
Moayad Mardini yazdı
And moved `tablespaces` option tests to it. The new folder can be used to test models/options, like the new option added in refs #22778.
-
Preston Timmons yazdı
When using tab-completion it's easy to accidentally run a test with a trailing slash, which causes INSTALLED_APPS to be set incorrectly. Normalize the test labels to avoid this common error. Thanks MattBlack for the suggestion.
-
Anubhav Joshi yazdı
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version. Thanks FunkyBob for the suggestion, prasoon2211 for the initial patch, and akaariai, loic, and charettes for helping in shaping the patch.
-