david / django-roa (http://welldev.org/)

Turn your models into remote resources that you can access through Django's ORM. ROA stands for Resource Oriented Architecture.

Clone this repository (size: 559.8 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/django-roa

Changed (Δ14 bytes):

raw changeset »

django_roa/db/models.py (1 lines added, 1 lines removed)

Up to file-list django_roa/db/models.py:

@@ -386,7 +386,7 @@ class ROAModel(models.Model):
386
386
387
387
    delete.alters_data = True
388
388
389
    def _get_unique_checks(self):
389
    def _get_unique_checks(self, exclude=None):
390
390
        """
391
391
        We don't want to check unicity that way for now.
392
392
        """