| Age | Commit message (Collapse) | Author |
|
Refs #24007. Thanks Tim Graham for his help with the patch.
|
|
Refs #24015.
|
|
Thanks Tim Graham for the report and initial patch.
|
|
|
|
This prevents AppRegistryNotReady errors when unpickling Django
models from an external script.
|
|
|
|
Previously Publisher.objects.filter(book=val) would target
book.object_id if book is a GenericRelation. This is inconsistent to
filtering over reverse foreign key relations, where the target is the
related model's primary key.
|
|
Thanks kmmbvnr for the report.
|
|
|
|
order_with_respect_to to non-empty table.
|
|
|
|
Added tzinfo to y2k constant (01/01/2000) in
custom_lookups.tests.DateTimeLookupTests.test_datetime_output_field
to fix warning message regarding naive datetimes.
|
|
Copied technique from schema tests.
|
|
|
|
Thanks to Tim Graham for reporting the issue; refs #23822
|
|
A default is no longer required.
|
|
|
|
Specify an id to avoid conflict with objects created in setUpTestData.
|
|
|
|
|
|
Thanks to Shai Berger, Loïc Bistuer, Simon Charette, Andrew Godwin,
Tim Graham, Carl Meyer, and others for their review and input.
|
|
Running this file as a standalone script doesn't work anyway.
|
|
|
|
Using PUT as a method for the form element is no longer supported
as described in the ticket.
|
|
|
|
deconstruction."
This reverts commit 45bd7b3bd9008941580c100b9fc7361e3ff3ff0d.
|
|
Thanks amarandon for the report.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
comprehension
|
|
warnings from appearing in tests.
|
|
|
|
Thanks Diego Guimarãesi and Florian Apolloner.
|
|
|
|
|
|
tests.
|
|
|
|
|
|
Thanks Carl Meyer for review.
|
|
Thanks adityagupta104 for the report and Tim Graham for the review.
|
|
|