Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #200 from eduardo-matos/supported_fields_doc
Browse files Browse the repository at this point in the history
Add IPAddressField and GenericIPAddressField to supported fields on docu...
  • Loading branch information
vandersonmota committed Dec 3, 2014
2 parents 7de344d + edf82f8 commit e45152d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/how_mommy_behaves.rst
Expand Up @@ -45,7 +45,7 @@ Currently supported fields
--------------------------

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

0 comments on commit e45152d

Please sign in to comment.