- 11 Haz, 2014 8 kayıt (commit)
-
-
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 17 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ı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Since `serialize` was backported to 1.7, it should appear before `keepdb`.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Fixes #19905 again.
-
Claude Paroz yazdı
Refs #19973.
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
- 08 Haz, 2014 6 kayıt (commit)
-
-
Aymeric Augustin yazdı
Prevented clashes in the app registry. Fixed #22790. Thanks timo for the report.
-
Alex Gaynor yazdı
-
Andrew Godwin yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
-