Django-autofixture

Latest version: v0.12.1

Safety actively analyzes 621924 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.12.1

------

* `85`_: Better examples in README. Thanks to Dan Hitt for the patch.
* `86`_: Less deprecation warnings when using django-autofixture on Python
3.5. Thanks to Nick Timkovich for the patch.
* `87`_: Closing files properly, so you should see less ``ResourceWarnings``
while using django-autofixture. Thanks to Nick Timkovich for the patch.

.. _85: https://github.com/gregmuellegger/django-autofixture/pull/85
.. _86: https://github.com/gregmuellegger/django-autofixture/pull/86
.. _87: https://github.com/gregmuellegger/django-autofixture/pull/87

0.12.0

------

* `81`_: Add support for UUID fields. Thanks to jungornti for the patch.
* `77`_: Fixing a very rare crash in cases when a generated email in the
``UserFixture`` already exists. Thanks to Tien Nguyen for the patch.

.. _77: https://github.com/gregmuellegger/django-autofixture/pull/77
.. _81: https://github.com/gregmuellegger/django-autofixture/pull/81

0.11.0

------

* `75`_: Support for Django 1.9. Thanks to Adam Dobrawy for the patch.
* `67`_: If many to many relations are created in a autofixture, we now make sure
that a registered autofixture is used for this if there is any. Thanks to
Andrew Lewisohn for the patch.

.. _75: https://github.com/gregmuellegger/django-autofixture/pull/75
.. _67: https://github.com/gregmuellegger/django-autofixture/pull/67

0.10.1

------

* Fixing unique constraint checks for multiple ``None`` values. Thanks to
Andrew Lewisohn for the patch. See `66`_.

.. _66: https://github.com/gregmuellegger/django-autofixture/pull/66

0.10.0

------

* Supporting Django 1.7 style app configs in ``settings.INSTALLED_APPS``
when auto-importing autofixture definitions with
``autofixture.autodiscover``.
* Adding ``autofixture.generators.PositiveDecimalGenerator``.

0.9.2

-----

* Fixed ``UserFixture`` that generated usernames with more than 30 characters.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.