- 05 Kas, 2016 4 kayıt (commit)
-
-
Krzysztof Gogolewski yazdı
-
Rivo Laks yazdı
-
Aymeric Augustin yazdı
-
Suriyaa Kudo yazdı
-
- 04 Kas, 2016 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Pamela McA'Nulty yazdı
-
- 03 Kas, 2016 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Ana Balica yazdı
-
- 01 Kas, 2016 6 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
This is a security fix.
-
Marti Raudsepp yazdı
This is a security fix.
-
Tim Graham yazdı
-
Andrew Nester yazdı
-
- 31 Eki, 2016 8 kayıt (commit)
-
-
Henry Dang yazdı
-
Timothy Allen yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Mariusz Felisiak yazdı
-
Krzysztof Urbaniak yazdı
-
Krzysztof Urbaniak yazdı
-
Anssi Kääriäinen yazdı
-
- 29 Eki, 2016 3 kayıt (commit)
-
-
Jon Dufresne yazdı
-
medmunds yazdı
-
Michael Scott yazdı
Thanks Tim Graham for the initial patch.
-
- 28 Eki, 2016 7 kayıt (commit)
-
-
Aymeric Augustin yazdı
This allows bringing back the behavior of Django < 1.7. Also fixed the check for the app registry being ready in AppConfig.get_model(s), which was inconsistent with the equivalent check in Apps.get_model(s). That part is a backwards-incompatible change.
-
Aymeric Augustin yazdı
Since AppConfig now has a reference to its parent Apps registry, it can look up the models there instead of receiving them in argument.
-
Aymeric Augustin yazdı
It was inconsistent with the equivalent check in Apps.get_model(s) because I made incorrect assumptions when I wrote that code and needlessly complicated readiness checks. This is a backwards-incompatible change.
-
Tim Graham yazdı
-
wim glenn yazdı
-
Tim Graham yazdı
Thanks Anssi Kääriäinen for the initial patch and Anssi, Simon Charette, and Josh Smeaton for review.
-
Markus Holtermann yazdı
This allows running tests w/o installing Django itself by only pointing the Python path.
-
- 27 Eki, 2016 7 kayıt (commit)
-
-
Zach Wernberg yazdı
-
Mariusz Felisiak yazdı
-
Adam Chainz yazdı
-
mark-summerfield yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Jon Dufresne yazdı
Thanks Tim Graham for the review and edits.
-
- 26 Eki, 2016 1 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.
-