| Age | Commit message (Collapse) | Author |
|
|
|
Thanks Waldemar Kornewald for the report and initial patch.
|
|
efficiency.
|
|
This test passes to due some logic in Node.add().
|
|
|
|
assertForeignKeyExists()/assertForeignKeyNotExists().
Thanks Tim Graham for the review.
|
|
|
|
altering char/text field in PostgreSQL.
Thanks Tim Graham for the review.
|
|
Thanks Zubair Alam for the initial patch and Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
|
|
credentials.
Regression in 3008f30f194af386c354416be4c483f0f6b15f33.
|
|
Thanks François Freitag for review.
|
|
Thanks Tim Graham for the test part.
|
|
child model.
Regression in 38575b007a722d6af510ea46d46393a4cda9ca29.
|
|
db_column pk on Oracle.
Thanks Tim Graham for the review.
|
|
|
|
set().
|
|
|
|
|
|
|
|
don't accept a request.
|
|
|
|
|
|
|
|
distinct() and order_by().
Thanks Tim for the review.
|
|
Regression in d2a26c1a90e837777dabdf3d67ceec4d2a70fb86.
Thanks Adam Alton for the report and test, and Adam Johnson for
suggesting the fix.
|
|
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.
|
|
|
|
|
|
|
|
Not all backends have dots in them.
|
|
|
|
The test was failing when using --keepdb due to a pre-existing
PonyStables model.
Thanks Florian Apolloner for the report
|
|
Thanks Tim Graham and Adam Johnson for the reviews.
|
|
i18n views
Thanks Tim Graham for the review.
|
|
|
|
get_full_name() in AbstractBaseUser subclasses.
|
|
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.
|
|
|
|
key's parent model as the lookup value.
Thanks Simon Charette for review.
|
|
|
|
|
|
This facilitates other changes like refs #28160.
|
|
|
|
nested Prefetches.
|
|
Thanks Tim for the review.
|
|
|
|
|
|
is None.
|