-------------------
Added
:::::
* Improve ``UserFactory`` so that it can generate unique usernames using Faker
and checking against Django's database before saving the instance.
* `Documentation added <https://factory-djoy.readthedocs.io/>`_.
Fixed
:::::
* Bug `username collision bug
<https://github.com/jamescooke/factory_djoy/issues/15>`_ in ``UserFactory``.