Contents

model-bakery 1.17.0

0

Smart object creation facility for Django.

Smart object creation facility for Django.

Stars: 774, Watchers: 774, Forks: 81, Open Issues: 31

The model-bakers/model_bakery repo was created 4 years ago and the last code push was 3 months ago.
The project is popular with 774 github stars!

How to Install model-bakery

You can install model-bakery using pip

pip install model-bakery

or add it to a project with poetry

poetry add model-bakery

Package Details

Author
License
Apache License 2.0
Homepage
PyPi:
https://pypi.org/project/model-bakery/
GitHub Repo:
https://github.com/model-bakers/model_bakery

Classifiers

  • Software Development
No  model-bakery  pypi packages just yet.

Errors

A list of common model-bakery errors.

Code Examples

Here are some model-bakery code examples and snippets.

GitHub Issues

The model-bakery package has 31 open issues on GitHub

  • I got AttributeError: 'ManyToManyRel' object has no attribute 'has_default'
  • Using with Pytest raises naive datetime warning
  • Bug/through table dunder syntax fails in 1.3.3
  • [BUG] baker.make() dunder syntax fails for through-table model in 1.3.3
  • Simplify _handle_one_to_many so it can also insert prepared related
  • Add py.typed export per PEP 561

See more issues on GitHub

Related Packages & Articles

mixer 7.2.2

Mixer – Is a fixtures replacement. Supported Django ORM, SqlAlchemy ORM, Mongoengine ODM and custom python objects.

jsonfield 3.1.0

A reusable Django field that allows you to store validated JSON in your model.

iptools 0.7.0

Python utilites for manipulating IPv4 and IPv6 addresses

fcm-django 2.0.1

Send push notifications to mobile devices & browsers through FCM in Django.