| Age | Commit message (Collapse) | Author |
|
CheckConstraint.check and UniqueConstraint.condition.
Regression in b7b7df5fbcf44e6598396905136cab5a19e9faff.
Thanks Szymon Zmilczak for the report.
|
|
Thanks Atul Varma for the report.
|
|
querysets ordered by unannotated columns.
|
|
|
|
|
|
|
|
SQLite 3.35+.
|
|
|
|
|
|
Partially reverts 0802b404a210862e6765a6c7dee6cba61085d7a6.
|
|
|
|
Adjusted wrapping in release notes where needed.
|
|
|
|
|
|
Thanks Claude Paroz for the initial patch.
Thanks Dennis Brinkrolf for the report.
|
|
|
|
|
|
Refs #32316.
|
|
Thanks Adam Johnson and Tim Graham for the reviews.
Co-authored-by: Tim Graham <timograham@gmail.com>
|
|
errors.
This mades _FailedTest objects always match tags in DiscoverRunner.
|
|
|
|
|
|
by assertHTMLEqual().
|
|
|
|
Thanks David Benjamin for the original patch, and Florian
Apolloner, Chris Jerdonek, and Adam Johnson for reviews.
|
|
|
|
|
|
|
|
|
|
operations for sliced querysets.
|
|
|
|
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
|
PostgreSQL.
|
|
|
|
|
|
|
|
Whether or not the state of a test database should be serialized can be
inferred from the set of databases allowed to be access from discovered
TestCase/TransactionTestCase enabling the serialized_rollback feature
which makes this setting unnecessary.
This should make a significant test suite bootstraping time difference
on large projects that didn't explicitly disable test database
serialization.
|
|
Thanks Ian Foote and Mariusz Felisiak for reviews.
|
|
|
|
|
|
|
|
ModelAdmin.get_formset_kwargs().
Thanks Nick Pope for reviews.
|
|
|
|
|
|
|
|
|
|
|
|
Refs #25598 which added original support for relative STATIC_URL and
MEDIA_URL.
|
|
|
|
|