Mariusz Felisiak
|
d992f4e3c2
|
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
|
2021-01-14 17:50:04 +01:00 |
Jacob Walls
|
1db8d8e3a9
|
Refs #23130 -- Added test for BooleanField choices generation.
|
2020-09-10 11:42:06 +02:00 |
Tim Graham
|
5fa4f40f45
|
Fixed #29227 -- Allowed BooleanField to be null=True.
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
2018-03-20 12:10:10 -04:00 |
Tim Graham
|
e8d8fb3295
|
Added a test for NullBooleanField.formfield().
|
2016-12-20 07:57:25 -05:00 |
Jon Dufresne
|
4f336f6652
|
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:19:18 -04:00 |
Claude Paroz
|
388bb5bd9a
|
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Thanks Tim Graham for completing the initial patch.
|
2016-05-04 20:02:01 +02:00 |
Tim Graham
|
3c1b572f18
|
Split model_fields tests into different files.
|
2016-03-23 19:31:47 -04:00 |