- 13 May, 2015 6 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Claude Paroz yazdı
-
Piotr Jakimiak yazdı
-
Charles Dee Rice yazdı
Arguments shown in example code (signal, sender, instance) appeared to be the incorrect positional arguments for a post_save signal (which might start as: sender, instance, created), as documented: https://docs.djangoproject.com/en/1.8/ref/signals/#post-save
-
Abhaya Agarwal yazdı
-
- 12 May, 2015 4 kayıt (commit)
-
-
Abhaya Agarwal yazdı
Fixed in master by b68212f5. Forwardport of 290c9d66 from stable/1.8.x
-
Andriy Sokolovskiy yazdı
Fixed situation when parent abstract model declares related_name='+', and child models had an invalid queryset.
-
I am Clinton yazdı
-
Matt Robenolt yazdı
-
- 11 May, 2015 6 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Riccardo Magliocchetti yazdı
-
Anssi Kääriäinen yazdı
When the query's model had a self-referential foreign key, the compiler.get_group_by() code incorrectly used the self-referential foreign key's column (for example parent_id) as GROUP BY clause when it should have used the model's primary key column (id).
-
Anssi Kääriäinen yazdı
-
Tim Graham yazdı
-
Matt Robenolt yazdı
-
- 09 May, 2015 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Ian Foote yazdı
-
Claude Paroz yazdı
-
- 08 May, 2015 7 kayıt (commit)
-
-
Tim Graham yazdı
-
David Krisch yazdı
-
Peter Schmidt yazdı
This code added in 45e04993 is no longer necessary to pass the model_formsets_regress tests as of 5e2c4a4b.
-
Piotr Jakimiak yazdı
-
Piotr Jakimiak yazdı
-
Ian Foote yazdı
-
Tim Graham yazdı
-
- 07 May, 2015 1 kayıt (commit)
-
-
Michael Blatherwick yazdı
-
- 06 May, 2015 9 kayıt (commit)
-
-
Preston Timmons yazdı
With the introduction of multiple template engines these exceptions are no longer DTL-specific. It makes more sense for them to be moved out of DTL-related modules.
-
Preston Timmons yazdı
-
Claude Paroz yazdı
Thanks Michael Diener for the report and sample data, and Tim Graham for the review.
-
wdmgsm yazdı
-
Tim Graham yazdı
-
Sławomir Ehlert yazdı
-
Samuel Paccoud yazdı
This was fixed earlier but only when the M2M relation was at the first level on the object. This commit fixes the issue even when the M2M is at deeper levels, such as behind a foreign key.
-
wdmgsm yazdı
-
Pradeek yazdı
-
- 05 May, 2015 4 kayıt (commit)
-
-
Claude Paroz yazdı
-
Edvinas Jurevicius yazdı
-
Dan Watson yazdı
Fixed #24564 -- Moved AbstractBaseUser and BaseUserManager so they can be used without auth in INSTALLED_APPS
-
Anssi Kääriäinen yazdı
Case expressions weren't copied deep enough (self.cases list was reused resulting in an error).
-