| Age | Commit message (Collapse) | Author |
|
SQLite 3.35+.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
the first paragraph.
|
|
|
|
cannot be used as members.
|
|
|
|
transforms with booleans on SQLite.
Thanks Matthew Cornell for the report.
|
|
--exclude option.
|
|
|
|
Thanks David Benjamin for the original patch, and Florian
Apolloner, Chris Jerdonek, and Adam Johnson for reviews.
|
|
|
|
|
|
CBV docs.
|
|
|
|
|
|
This change follows a long discussion on django-develops:
https://groups.google.com/g/django-developers/c/tctDuKUGosc/
|
|
|
|
with QuerySet.values()/values_list() on SQLite.
|
|
|
|
|
|
|
|
STATICFILES_DIRS setting.
|
|
Co-Authored-By: Carles Pina i Estany <carles@pina.cat>
|
|
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.
|
|
|
|
* Link to the topic guide
* Document that page() can raise PageNotAnInteger.
|
|
|
|
|
|
|
|
|
|
|
|
docs where appropriate.
|
|
|
|
|
|
|
|
|
|
multiple batches.
|
|
for invalid_choice.
|
|
|
|
Follow up to 725c549ae7a34d83447201da7190f8d71c7fc2fc.
|