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
- Host: GitHub
- URL: https://github.com/ionelmc/django-customfields
- Owner: ionelmc
- License: bsd-2-clause
- Created: 2012-02-20T19:43:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-16T12:48:14.000Z (over 11 years ago)
- Last Synced: 2025-06-24T21:44:50.967Z (3 months ago)
- Language: Python
- Homepage: https://pypi.python.org/pypi/django-customfields
- Size: 187 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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-customfieldsRequirements
============:OS: Any
:Runtime: Python 2.6, 2.7 or PyPy
:Packages: Django>=1.3