Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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