- 27 Eki, 2016 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Jon Dufresne yazdı
Thanks Tim Graham for the review and edits.
-
- 26 Eki, 2016 3 kayıt (commit)
-
-
Adam Chidlow yazdı
When a FileField is set to an instance of File that is not also an instance of FieldFile, pre_save() passes that object as the contents to Storage.save(). This allows the file to be moved rather than copied to the upload destination.
-
Thomas Güttler yazdı
-
Jon Dufresne yazdı
This reverts commit 1ec1633c as it doesn't handle ContentType's auth.Permission dependency. Thus, it doesn't allow auth without migrations.
-
- 25 Eki, 2016 4 kayıt (commit)
-
-
David Barragán Merino yazdı
Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the number of objects is a multiple plus one of batch_size.
-
Tim Graham yazdı
-
Marti Raudsepp yazdı
-
Julian Andrews yazdı
-
- 24 Eki, 2016 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Unknown if it was ever used.
-
Sergey Fedoseev yazdı
-
- 22 Eki, 2016 1 kayıt (commit)
-
-
Alvin Lindstam yazdı
-
- 21 Eki, 2016 1 kayıt (commit)
-
-
Jon Dufresne yazdı
Fixed #27368 -- Modifed BaseEmailBackend.__enter__() to close the connection if an exception occurs. Fixes unclosed socket ResourceWarning in mail test. Thanks Claude Paroz for the review.
-
- 20 Eki, 2016 2 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
- 19 Eki, 2016 1 kayıt (commit)
-
-
Zach Borboa yazdı
-
- 18 Eki, 2016 1 kayıt (commit)
-
-
Markus Holtermann yazdı
Fixed #27352 -- Doc'd social media fingerprinting consideration with login's redirect_authenticated_user.
-
- 17 Eki, 2016 3 kayıt (commit)
-
-
Kevin Christopher Henry yazdı
-
Riccardo Magliocchetti yazdı
-
François Freitag yazdı
-
- 15 Eki, 2016 3 kayıt (commit)
-
-
Tim Graham yazdı
Unknown if it was ever used.
-
Tim Graham yazdı
Unused since a170c3f7.
-
Tim Graham yazdı
Also added security release date notifications to django-announce.
-
- 14 Eki, 2016 9 kayıt (commit)
-
-
Tim Graham yazdı
Unused (always False) after 29132ebd.
-
Tim Graham yazdı
Unused since 5008a4db.
-
Mariusz Felisiak yazdı
-
David D Lowe yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
cdfdcf4b missed this test.
-
Kevin Christopher Henry yazdı
This makes gzip output deterministic, which allows ConditionalGetMiddleware to reliably compare ETags on gzipped content (views using the gzip_page() decorator in particular).
-
Kevin Christopher Henry yazdı
-
Tim Graham yazdı
-
- 13 Eki, 2016 6 kayıt (commit)
-
-
Tim Graham yazdı
Unknown if it was ever needed.
-
Tim Graham yazdı
-
Tim Graham yazdı
Unknown if it was ever needed.
-
Tim Graham yazdı
Unused since 0c763317.
-
Kevin Christopher Henry yazdı
Django's conditional request processing can now produce 304 Not Modified responses for content that is subject to compression.
-
Tim Graham yazdı
Unused since ed1bcf05.
-