- 13 Haz, 2014 2 kayıt (commit)
-
-
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 10 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.
-
Alex Gaynor yazdı
-
Florian Apolloner yazdı
This patch is two-fold; first it ensure that Django does close everything in request.FILES at the end of the request and secondly the storage system should no longer close any files during save, it's up to the caller to handle that -- or let Django close the files at the end of the request.
-
- 10 Haz, 2014 9 kayıt (commit)
-
-
Tim Schaffer yazdı
-
Moayad Mardini yazdı
Thanks Odd_Bloke for the report.
-
Maxime Turcotte yazdı
-
Tim Graham yazdı
Moved logic to syncdb command for backwards compatibility.
-
Jorge C. Leitão yazdı
Credits for the initial patch go to ejucovy; big thanks to Tim Graham for the review.
-
Greg Chapple yazdı
-
Tim Graham yazdı
-
-
Aymeric Augustin yazdı
It prevented the GZipMiddleware from compressing some data types even on more recent version of IE where the corresponding bug was fixed. Thanks Aaron Cannon for the report and Tim Graham for the review.
-
- 09 Haz, 2014 7 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Aymeric Augustin yazdı
This is achieved by inserting a fake entry in connection.queries when not releasing a savepoint (since Oracle doesn't support that operation.) Also removed the can_release_savepoints feature that was recently added, but is superseded by this solution.
-
Aymeric Augustin yazdı
Turned it from a tri-valued boolean into a regular boolean.
-
Tim Graham yazdı
-
Andrew Godwin yazdı
-
Tim Graham yazdı
-