A place to keep stuff we want to share, like middleware.
Перейти к файлу
Paul McLanahan e9d97dc605
Add a note about Python and Django version deprecation
2020-02-10 12:00:30 -05:00
commonware Remove import of removed class 2020-02-10 11:55:11 -05:00
examples/commonware-project Add flake8 to tox and fix flake8 issues 2017-07-25 13:51:14 -04:00
.gitignore Add universal wheel support 2017-07-26 11:32:21 -04:00
.travis.yml Drop support for Python 2.7 and Django 1.11 2020-02-10 11:55:11 -05:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-27 20:35:47 -07:00
LICENSE Cleaning up typos. 2010-04-13 10:06:45 -07:00
MANIFEST.in Fixed commonware.log and added a README. 2010-04-22 20:03:56 -07:00
README.rst Add a note about Python and Django version deprecation 2020-02-10 12:00:30 -05:00
contribute.json python3 improvements 2017-07-25 10:18:19 -04:00
fabfile.py Add coverage fabric task. 2011-05-13 15:08:30 -04:00
requirements.txt python3 improvements 2017-07-25 10:18:19 -04:00
setup.cfg Add universal wheel support 2017-07-26 11:32:21 -04:00
setup.py Drop support for Python 2.7 and Django 1.11 2020-02-10 11:55:11 -05:00
tox.ini Drop support for Python 2.7 and Django 1.11 2020-02-10 11:55:11 -05:00

README.rst

==========
Commonware
==========

.. image:: https://img.shields.io/travis/mozilla/commonware/master.svg
    :target: https://travis-ci.org/mozilla/commonware
.. image:: https://img.shields.io/pypi/v/commonware.svg
    :target: https://pypi.python.org/pypi/commonware

Commonware is a collection of small but useful tools for Django.

They seemed too small to be worth their own packages, but we also wanted
to share them. So here they are.

Note
====

As of version 0.6.0 the minimum supported Python version is 3.6 and the minimum Django is 2.2.
If you need support for older versions you should use version 0.5.0.