- 16 Agu, 2018 3 kayıt (commit)
-
-
KUAN Hsuan-Tso yazdı
-
oliver yazdı
-
Tim Graham yazdı
-
- 15 Agu, 2018 2 kayıt (commit)
-
-
Tom Forbes yazdı
-
Marnanel Thurman yazdı
-
- 13 Agu, 2018 2 kayıt (commit)
-
-
-
Jon Dufresne yazdı
-
- 12 Agu, 2018 1 kayıt (commit)
-
-
Dragoon Aethis yazdı
Refs #29449 -- Removed release note for "Allowed using contrib.auth forms without installing contrib.auth." The code was reverted in f3fa86a8.
-
- 10 Agu, 2018 2 kayıt (commit)
-
-
Ramiro Morales yazdı
Fixed #29653 -- Fixed missing related_query_name reverse accessor if GenericRelation is declared on an abstract base model. Regression in 4ab027b9. Thanks Lauri Kainulainen for the report.
-
Clément Mangin yazdı
Fixed #29637 -- Fixed admin change form crash if the user doesn’t have the add permission to a TabularInline. Regression in 825f0bed.
-
- 08 Agu, 2018 4 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Mariusz Felisiak yazdı
Regression in fc6528b2.
-
- 07 Agu, 2018 5 kayıt (commit)
-
-
Josh Schneier yazdı
-
Josh Schneier yazdı
-
Josh Schneier yazdı
-
Raphael Michel yazdı
-
Josh Schneier yazdı
-
- 06 Agu, 2018 3 kayıt (commit)
-
-
Vlastimil Zíma yazdı
-
Claude Paroz yazdı
-
Tim Graham yazdı
-
- 05 Agu, 2018 2 kayıt (commit)
-
-
Hasan Ramezani yazdı
-
Josh Schneier yazdı
-
- 04 Agu, 2018 5 kayıt (commit)
-
-
Tim Graham yazdı
Behavior changed in f734e2d4 (refs #27334).
-
Carlton Gibson yazdı
-
Tim Graham yazdı
Unnecessary since their introduction in fa75b2cb.
-
Josh Schneier yazdı
-
Josh Schneier yazdı
-
- 03 Agu, 2018 7 kayıt (commit)
-
-
Tom yazdı
-
Adam Johnson yazdı
-
Calvin DeBoer yazdı
-
Tim Graham yazdı
-
Danilo Bargen yazdı
-
Mariusz Felisiak yazdı
Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the user can't create databases. Regression in e776dd2d. Thanks Tim Graham for the review.
-
Tim Graham yazdı
Regression in 7d96f0c4.
-
- 02 Agu, 2018 4 kayıt (commit)
-
-
Adam Johnson yazdı
-
Michael Sanders yazdı
A race condition happened when the object didn't already exist and another process/thread created the object before update_or_create() did and then attempted to update the object, also before update_or_create() saved the object. The update by the other process/thread could be lost.
-
Nick Pope yazdı
-
Nick Pope yazdı
-