Test django schema and data migrations, including ordering.
This project provides tools to help reduce the side effects of using FileFields during tests.
Django used to include a comments framework; since Django 1.6 it's been separated to a separate project. This is that project. This framework can be used to attach comments to any model, so you can use it for comments on blog entries, photos, book chapters, or anything else.
PEP-484 stubs for django-rest-framework.
A multi-value-field that presents a human answerable question, with no settings.py configuration necessary, but instead can be configured with arguments to the field constructor.
This form field allows users to provide SVG images for models that use Django's standard ImageField
, in addition to the image files already supported by it.
This package completely mimics the default Django Debug Toolbar SQL panel (internally it is actually subclassed), but instead of displaying queries done via the Django ORM, SQLAlchemy generated queries are displayed.