An open API service indexing awesome lists of open source software.

https://github.com/ionelmc/django-customfields

Couple of custom model fields for django: CachedManyToManyField and InheritedField
https://github.com/ionelmc/django-customfields

Last synced: 3 months ago
JSON representation

Couple of custom model fields for django: CachedManyToManyField and InheritedField

Awesome Lists containing this project

README

          

===========================
django-customfields
===========================

Couple of custom model fields for django: CachedManyToManyField and InheritedField

.. image:: https://secure.travis-ci.org/ionelmc/django-customfields.png
:alt: Build Status
:target: http://travis-ci.org/ionelmc/django-customfields

.. image:: https://coveralls.io/repos/ionelmc/django-customfields/badge.png?branch=master
:alt: Coverage Status
:target: https://coveralls.io/r/ionelmc/django-customfields

.. image:: https://badge.fury.io/py/django-customfields.png
:alt: PYPI Package
:target: https://pypi.python.org/pypi/django-customfields

Requirements
============

:OS: Any
:Runtime: Python 2.6, 2.7 or PyPy
:Packages: Django>=1.3