- 04 May, 2017 2 kayıt (commit)
-
-
François Freitag yazdı
-
François Freitag yazdı
-
- 19 Nis, 2017 1 kayıt (commit)
-
-
Claude Paroz yazdı
Regression in 7ec330ee. Thanks Tim Graham for the review.
-
- 17 Mar, 2017 1 kayıt (commit)
-
-
Tim Graham yazdı
Python docs say, "it's usually not necessary to invoke these methods directly."
-
- 24 Ock, 2017 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 18 Ock, 2017 3 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Tim Graham and Simon Charette for the reviews.
-
Claude Paroz yazdı
-
Tim Graham yazdı
Per deprecation timeline.
-
- 09 Ock, 2017 1 kayıt (commit)
-
-
François Freitag yazdı
After refs #16614, integers might appear outside the WHERE clause.
-
- 14 Kas, 2016 1 kayıt (commit)
-
-
Ramin Farajpour Cami yazdı
-
- 11 Kas, 2016 1 kayıt (commit)
-
-
za yazdı
-
- 19 Tem, 2016 1 kayıt (commit)
-
-
Simon Charette yazdı
Thanks Trac alias karyon for the report and Tim for the review.
-
- 31 May, 2016 1 kayıt (commit)
-
-
Simon Charette yazdı
Thanks Ursidours for the report.
-
- 03 May, 2016 1 kayıt (commit)
-
-
Simon Charette yazdı
Thanks Maxime Lorant for the report and Anssi for the suggestion.
-
- 08 Nis, 2016 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 02 Mar, 2016 2 kayıt (commit)
-
-
Simon Charette yazdı
Thanks Loïc for the suggested improvements and Tim for the review.
-
Simon Charette yazdı
-
- 23 Şub, 2016 1 kayıt (commit)
-
-
Simon Charette yazdı
-
- 26 Ock, 2016 1 kayıt (commit)
-
-
François Freitag yazdı
-
- 18 Ara, 2015 1 kayıt (commit)
-
-
Ian Foote yazdı
-
- 11 Kas, 2015 1 kayıt (commit)
-
-
Simon Charette yazdı
-
- 10 Kas, 2015 1 kayıt (commit)
-
-
Ian Foote yazdı
Thanks to Jamie Matthews for finding and explaining the bug.
-
- 21 Eyl, 2015 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
The old names were downright confusing. Some seemed to mean the opposite of what the class actually did. The new names follow a consistent nomenclature: (Forward|Reverse)(ManyToOne|OneToOne|ManyToMany)Descriptor. I mentioned combinations that do not exist in the docstring in order to help people who would search for them in the code base.
-
- 12 Eyl, 2015 1 kayıt (commit)
-
-
Dražen Odobašić yazdı
-
- 18 Haz, 2015 1 kayıt (commit)
-
-
Gagaro yazdı
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 08 Ara, 2014 1 kayıt (commit)
-
-
Jon Dufresne yazdı
-
- 03 Kas, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 29 Eyl, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 28 Eyl, 2014 1 kayıt (commit)
-
-
Thomas Chaumeny yazdı
Thanks Collin Anderson for the review.
-
- 09 Eyl, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
There's always a better word.
-
- 05 Haz, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
This allows these tests to run on databases that reject duplicate NULL values in unique fields e.g. SQL Server. Forward port of 4fb50a9a from stable/1.7.x.
-
- 21 May, 2014 2 kayıt (commit)
-
-
Loic Bistuer yazdı
Thanks Anssi Kääriäinen and Tim Graham for the reviews. Refs #17001 and #22650.
-
Loic Bistuer yazdı
Regression from f51c1f59 when using select_related then prefetch_related on the reverse side of an O2O: Author.objects.select_related('bio').prefetch_related('bio__books') Thanks Aymeric Augustin for the report and tests. Refs #17001.
-
- 16 Nis, 2014 1 kayıt (commit)
-
-
Simon Charette yazdı
-
- 13 Nis, 2014 1 kayıt (commit)
-
-
Loic Bistuer yazdı
Thanks Claude Paroz for the report.
-
- 12 Nis, 2014 1 kayıt (commit)
-
- 03 Mar, 2014 1 kayıt (commit)
-
-
Loic Bistuer yazdı
The original patch for custom prefetches didn't allow usage of custom queryset for single valued relations (along ForeignKey or OneToOneKey). Allowing these enables calling performance oriented queryset methods like select_related or defer/only. Thanks @akaariai and @timgraham for the reviews. Refs #17001.
-
- 23 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 14 Ara, 2013 1 kayıt (commit)
-
-
Loic Bistuer yazdı
-