Skip to content

Commit

Permalink
Revert "Remove deprecated NullBooleanField"
Browse files Browse the repository at this point in the history
This reverts commit a46cecb.
  • Loading branch information
amureki committed Dec 13, 2021
1 parent a46cecb commit 2a91b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/how_bakery_behaves.rst
Expand Up @@ -42,7 +42,7 @@ Model Bakery should handle fields that:
Currently supported fields
--------------------------

* ``BooleanField``, ``IntegerField``, ``BigIntegerField``, ``SmallIntegerField``, ``PositiveIntegerField``, ``PositiveSmallIntegerField``, ``FloatField``, ``DecimalField``
* ``BooleanField``, ``NullBooleanField``, ``IntegerField``, ``BigIntegerField``, ``SmallIntegerField``, ``PositiveIntegerField``, ``PositiveSmallIntegerField``, ``FloatField``, ``DecimalField``
* ``CharField``, ``TextField``, ``BinaryField``, ``SlugField``, ``URLField``, ``EmailField``, ``IPAddressField``, ``GenericIPAddressField``, ``ContentType``
* ``ForeignKey``, ``OneToOneField``, ``ManyToManyField`` (even with through model)
* ``DateField``, ``DateTimeField``, ``TimeField``, ``DurationField``
Expand Down

0 comments on commit 2a91b29

Please sign in to comment.