- 03 Kas, 2014 9 kayıt (commit)
-
-
Danilo Bargen yazdı
-
Michael Kelly yazdı
Added getvalue() to HttpResponse to return the content of the response, along with a few other methods to partially match io.IOBase. Thanks Claude Paroz for the suggestion and Nick Sanford for review.
-
Berker Peksag yazdı
-
Andy Chosak yazdı
-
Andy Chosak yazdı
Fixed issue with warning message displayed for unbound naive datetime objects when USE_TZ is True. Adds unit test that demonstrates the issue (discoverable when using a custom lookup in MySQL).
-
Unai Zalakain yazdı
-
Thomas Chaumeny yazdı
-
Daniele Procida yazdı
Fixed #23376 -- Make documentation about required Storage methods consistent.
-
James Brewer yazdı
consistent. The following methods **should** be implemented, but are not required: * Storage.delete() * Storage.exists() * Storage.listdir() * Storage.size() * Storage.url() Updated documentation to reflect this fact and give a couple of examples where some methods may not be implemented. Add a warning that not implementing some methods will result in a partial (possibly broken) interface. Ticket: https://code.djangoproject.com/ticket/23376
-
- 01 Kas, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks djbug for the report.
-
- 31 Eki, 2014 9 kayıt (commit)
-
-
Tim Graham yazdı
Thanks raratiru for the report and Claude Paroz for review.
-
Konrad Świat yazdı
If settings.FIXTURE_DIRS contains duplicates or a default fixture directory (app_name/fixtures), ImproperlyConfigured is raised. Thanks to Berker Peksag and Tim Graham for review.
-
Tim Graham yazdı
Thanks Doug Goldstein for the suggestion.
-
Tim Graham yazdı
Thanks Daniele Procida for the report and review.
-
Tim Graham yazdı
Thanks Thomas Chaumeny for the initial patch.
-
Markus Holtermann yazdı
Thanks to Andrey Antukh for the report.
-
Markus Holtermann yazdı
Thanks to 57even for the report.
-
Markus Holtermann yazdı
Thanks kostko for the report.
-
Aymeric Augustin yazdı
-
- 30 Eki, 2014 19 kayıt (commit)
-
-
Simon Charette yazdı
Thanks Tim Graham for the review.
-
Tim Graham yazdı
Thanks Aymeric Augustin for the report.
-
Tim Graham yazdı
Thanks Aymeric Augustin for the report.
-
Tim Graham yazdı
Thanks Aymeric Augustin for the report.
-
Tim Graham yazdı
Thanks Aymeric Augustin for the suggestion.
-
Zan Anderle yazdı
-
Aymeric Augustin yazdı
-
Berker Peksag yazdı
-
twidi yazdı
-
Matthew Somerville yazdı
-
Tim Graham yazdı
Thanks Doug Goldstein for the initial patch.
-
Jon Dufresne yazdı
The following are recognized as ending a line: the Unix end-of-line convention '\n', the Windows convention '\r\n', and the old Macintosh convention '\r'. http://www.python.org/dev/peps/pep-0278 Thanks tchaumeny for review.
-
slollo yazdı
-
David Hoffman yazdı
-
Tim Graham yazdı
-
Berker Peksag yazdı
-
Raul Cumplido yazdı
-
Berker Peksag yazdı
Thanks claudp for the suggestion and review.
-
Andrew Godwin yazdı
Fixed #23556 -- Raise a more meaningful error message when migrations refer to an unavailable node
-
- 29 Eki, 2014 2 kayıt (commit)
-
-
Markus Holtermann yazdı
-
P.A. SCHEMBRI yazdı
-