| Age | Commit message (Collapse) | Author |
|
|
|
|
|
SessionStorage.
|
|
Follow up to 0ddb4ebf7bfcc4730c80a772dd146a49ef6895f6.
|
|
|
|
_lazy_re_compile().
|
|
52 gives 60 in total (52 + 5 + 3).
Co-authored-by: Adam Johnson <me@adamj.eu>
|
|
operations.
|
|
migrations "initial".
|
|
|
|
tests.
|
|
middlewares.
|
|
|
|
AutocompleteJsonViewTests.user is already a staff member.
|
|
|
|
operations for sliced querysets.
|
|
|
|
This change follows a long discussion on django-develops:
https://groups.google.com/g/django-developers/c/tctDuKUGosc/
|
|
a test.
Failure observed on CockroachDB.
|
|
Refs #32516.
|
|
|
|
This also makes partition_suite_by_type(), partition_suite_by_case(),
filter_tests_by_tags(), and DiscoverRunner._get_databases() to use
iter_test_cases().
|
|
Field.attname.
|
|
|
|
STATICFILES_DIRS setting.
|
|
|
|
|
|
|
|
positional args for the same field.
|
|
PostgreSQL.
|
|
|
|
is set.
Regression in dcb3ad3319cad5c270a1856fd5f355e37cf9d474.
|
|
Unused since its introduction in 7b21bfc0745f92f83a6826a3d3e58797fb74e32
and 1e4ad6f118007547c7e627f1d5bd11bfb2992bf9.
|
|
results.
Thanks Ed Morley for the implementation idea.
|
|
|
|
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.
|
|
|
|
on aggregations.
Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80.
Refs #31094, #31150.
Thanks Igor Pejic for the report.
|
|
Thanks Ian Foote and Mariusz Felisiak for reviews.
|
|
request.urlconf is set.
|
|
Follow up to 0ad9fa02e07b853003b3c2244d1015620705f020.
|
|
non-in-memory database on SQLite.
|
|
|
|
consistent.
|
|
This disables optimization of RenameField operation when an old field
name is referenced in subsequent operations.
Co-authored-by: InvalidInterrupt <InvalidInterrupt@users.noreply.github.com>
|
|
|
|
Horizontal scrollbar doesn't appear with the headless mode on small
windows, that's why window.scrollTo() is not an option for these tests
even after fixing #32459.
|
|
|
|
expressions.
|
|
pickleable Q().
Regression in bb0b6e526340e638522e093765e534df4e4393d2.
|