index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
model_fields
/
test_booleanfield.py
Age
Commit message (
Expand
)
Author
2026-05-11
Fixed #36593 -- Deprecated QuerySet.select_related() with no arguments.
Adam Johnson
2026-04-22
Fixed #35870 -- Made blank choice label in forms more accessible.
Annabelle Wiegart
2022-06-03
Removed obsolete assertions in BooleanFieldTests.test_return_type().
Mariusz Felisiak
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2020-09-10
Refs #23130 -- Added test for BooleanField choices generation.
Jacob Walls
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2016-12-20
Added a test for NullBooleanField.formfield().
Tim Graham
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-05-04
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-03-23
Split model_fields tests into different files.
Tim Graham