Skip to content

Commit

Permalink
Remove deprecated NullBooleanField
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Dec 13, 2021
1 parent 31a5271 commit a46cecb
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``, ``NullBooleanField``, ``IntegerField``, ``BigIntegerField``, ``SmallIntegerField``, ``PositiveIntegerField``, ``PositiveSmallIntegerField``, ``FloatField``, ``DecimalField``
* ``BooleanField``, ``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 a46cecb

Please sign in to comment.