- 24 Nis, 2017 1 kayıt (commit)
-
-
Carles Pina Estany yazdı
-
- 14 Nis, 2017 1 kayıt (commit)
-
-
Abhishek Gautam yazdı
-
- 10 Nis, 2017 1 kayıt (commit)
-
-
Taavi Teska yazdı
-
- 07 Nis, 2017 1 kayıt (commit)
-
-
Ingo Klöcker yazdı
Fixed #27777 -- Made File.open() work with the with statement
-
- 31 Mar, 2017 1 kayıt (commit)
-
-
Carlton Gibson yazdı
Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates engine if multiple are defined.
-
- 25 Mar, 2017 1 kayıt (commit)
-
-
Stefano Rivera yazdı
Inadvertently added in db97a884.
-
- 06 Mar, 2017 1 kayıt (commit)
-
-
Bo Marchman yazdı
Thanks Andrew Brown for the test case.
-
- 24 Şub, 2017 1 kayıt (commit)
-
-
Pavlo Kapyshin yazdı
Regression in 75cf9b5a
-
- 09 Şub, 2017 1 kayıt (commit)
-
-
François Freitag yazdı
Prevented queries from reusing trimmed joins.
-
- 04 Şub, 2017 2 kayıt (commit)
-
-
orf yazdı
-
Tim Graham yazdı
-
- 31 Ock, 2017 1 kayıt (commit)
-
-
Lex Berezhny yazdı
-
- 28 Ock, 2017 1 kayıt (commit)
-
-
Thom Wiggers yazdı
-
- 15 Ock, 2017 1 kayıt (commit)
-
-
Mads Jensen yazdı
Thanks Tim Graham and Markus Holtermann for review.
-
- 13 Ock, 2017 1 kayıt (commit)
-
-
Romain Garrigues yazdı
Thanks Florian Apolloner for contributing to this patch and Collin Anderson, Markus Holtermann, and Tim Graham for review.
-
- 10 Ock, 2017 1 kayıt (commit)
-
-
Adam Chainz yazdı
Thanks Morgan Aubert for the test.
-
- 07 Ock, 2017 1 kayıt (commit)
-
-
Sebastian Spiegel yazdı
-
- 03 Ock, 2017 1 kayıt (commit)
-
-
anabelensc yazdı
Thanks Mariusz Felisiak for review and MySQL advice.
-
- 29 Ara, 2016 2 kayıt (commit)
-
-
Illia Volochii yazdı
-
Anton Samarchyan yazdı
-
- 28 Ara, 2016 2 kayıt (commit)
-
-
Josef Rousek yazdı
-
Aleksi Häkli yazdı
-
- 19 Ara, 2016 1 kayıt (commit)
-
-
Henry Dang yazdı
-
- 07 Ara, 2016 1 kayıt (commit)
-
-
InvalidInterrupt yazdı
-
- 01 Ara, 2016 1 kayıt (commit)
-
-
Keda87 yazdı
-
- 15 Kas, 2016 2 kayıt (commit)
-
-
Brandon Chinn yazdı
-
Jonatas CD yazdı
-
- 14 Kas, 2016 1 kayıt (commit)
-
-
Ramin Farajpour Cami yazdı
-
- 08 Kas, 2016 1 kayıt (commit)
-
-
Joachim Jablon yazdı
Reverted test changes in a7a7ecd2 and e43ea36b (refs #27025).
-
- 06 Kas, 2016 1 kayıt (commit)
-
-
Erik Romijn yazdı
(Fixed #23604 in 2014 and was not added before.)
-
- 05 Kas, 2016 1 kayıt (commit)
-
-
Adam Malinowski yazdı
-
- 29 Eyl, 2016 1 kayıt (commit)
-
-
Frank Wiles yazdı
-
- 31 Agu, 2016 1 kayıt (commit)
-
-
Ed Morley yazdı
Previously, the MemcachedCache backend ignored `OPTIONS` and PyLibMCCache used them to set pylibmc behaviors. Both backends now pass `OPTIONS` as keyword arguments to the client constructors.
-
- 25 Agu, 2016 1 kayıt (commit)
-
-
Mattias Loverot yazdı
-
- 20 Agu, 2016 1 kayıt (commit)
-
-
Helen Sherwood-Taylor yazdı
Generated correct admindocs URLs on Python 3. URLs generate 404s on Python 2, as in older versions of Django.
-
- 19 Agu, 2016 1 kayıt (commit)
-
-
Matthew Wilkes yazdı
-
- 12 Agu, 2016 1 kayıt (commit)
-
-
Michael Schwarz yazdı
The fallback logic which allows non-UTF-8 encoded files to be passed to attach_file() even when a `text/*` mime type has been specified is moved to attach(). Both functions now fall back to a content type of `application/octet-stream`. A side effect is that a file's content is decoded in memory instead of opening it in text mode and reading it into a string. Some mimetype-related logic in _create_attachment() has become obsolete as the code moved from attach_file() to attach() already handles this.
-
- 10 Agu, 2016 1 kayıt (commit)
-
-
jordij yazdı
-
- 01 Agu, 2016 1 kayıt (commit)
-
-
Chris Jerdonek yazdı
-
- 15 Tem, 2016 1 kayıt (commit)
-
-
Marc-Aurèle Brothier yazdı
Workaround a bug with MariaDB and MySQL native client not stripping the `5.5.5-` prefix.
-