- 18 May, 2017 2 kayıt (commit)
-
-
Jon Dufresne yazdı
-
Claude Paroz yazdı
-
- 15 May, 2017 5 kayıt (commit)
-
-
Tim Graham yazdı
-
Simon Charette yazdı
-
Adam Alton yazdı
-
Tim Schneider yazdı
-
Tamas Szabo yazdı
-
- 14 May, 2017 4 kayıt (commit)
-
-
Danilo Bargen yazdı
-
Claude Paroz yazdı
With Python 3, there are no more reasons to special-case EmailMessage arguments which should be plain strings.
-
Tim Graham yazdı
-
Mariusz Felisiak yazdı
Thanks Tim Graham for the review.
-
- 13 May, 2017 1 kayıt (commit)
-
-
Danilo Bargen yazdı
-
- 12 May, 2017 5 kayıt (commit)
-
-
Sławek Ehlert yazdı
-
Tim Graham yazdı
-
Simon Charette yazdı
Thanks Tim for the review.
-
Tim Graham yazdı
Regression in d2a26c1a. Thanks Adam Alton for the report and test, and Adam Johnson for suggesting the fix.
-
Simon Charette yazdı
The grouping caused an issue with database views as PostgreSQL's query planer isn't smart enough to introspect primary keys through views. Django doesn't support database views but documents that unmanaged models should be used to query them. Thanks powderflask for the detailed report and investigation.
-
- 11 May, 2017 2 kayıt (commit)
-
-
Riccardo Magliocchetti yazdı
-
Alexander Allakhverdiyev yazdı
-
- 10 May, 2017 5 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Claude Paroz yazdı
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
Not all backends have dots in them.
-
UmanShahzad yazdı
-
- 09 May, 2017 4 kayıt (commit)
-
-
João Silva yazdı
-
Florian Apolloner yazdı
This is a followup to 2b3a9414
-
Markus Holtermann yazdı
The test was failing when using --keepdb due to a pre-existing PonyStables model. Thanks Florian Apolloner for the report
-
Claude Paroz yazdı
Thanks Tim Graham and Adam Johnson for the reviews.
-
- 08 May, 2017 4 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Claude Paroz yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Follow up to: ffdf507e (adding GDAL 2.0 support) ebaa2fef (confirming GDAL 2.1 support) 8c777888 (removing GDAL 1.8, 1.7 support)
-
- 06 May, 2017 5 kayıt (commit)
-
-
Josh Schneier yazdı
Fixed #28089 -- Removed requirement to implement get_short_name() and get_full_name() in AbstractBaseUser subclasses.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
François Freitag yazdı
When a connection pooler is set up in transaction pooling mode, queries relying on server-side cursors fail. The DISABLE_SERVER_SIDE_CURSORS setting in DATABASES disables server-side cursors for this use case.
-
- 05 May, 2017 3 kayıt (commit)
-
-
Raphael Michel yazdı
-
Tim Graham yazdı
Fixed #28175 -- Fixed __in lookups on a foreign key when using the foreign key's parent model as the lookup value. Thanks Simon Charette for review.
-
Christoph Schindler yazdı
-