Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honza/django-persistent-models
A drop-in replacement for django.db.models.Model that provides a persistent version of the model class
https://github.com/honza/django-persistent-models
Last synced: about 6 hours ago
JSON representation
A drop-in replacement for django.db.models.Model that provides a persistent version of the model class
- Host: GitHub
- URL: https://github.com/honza/django-persistent-models
- Owner: honza
- License: bsd-2-clause
- Created: 2013-12-20T19:08:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-20T19:11:34.000Z (almost 11 years ago)
- Last Synced: 2024-04-16T01:44:53.347Z (7 months ago)
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
django-persistent-models
========================A drop-in replacement for `django.db.models.Model` that provides a persistent
version of the model class. Each `save()` call will create a new instance of
the object instead of updating it in place.License
-------BSD, short and sweet