django-reversion Questions

3

Solved

I have an app developed using Django and Django Rest framework. I would like to add the django-reversion feature to my app. I have already tried http://django-reversion.readthedocs.org/en/latest/...
Dietitian asked 18/2, 2015 at 21:11

4

I am trying to enable Django Reversion and Django-Import-Export for the same model... Not sure if my logic is correct or if I should be using multiple admin.py files etc I have tried the following...
Stodge asked 20/8, 2014 at 23:29

1

Solved

I have the following models.py class Contact(models.Model): pass class Link(models.Model): pass class Relationship(models.Model): # Documentation __doc__ = _(u'Stores a relationship between ...
Dulla asked 11/10, 2013 at 0:35

1

Solved

I'm trying to figure out how how to track changes for a foreignkey relationship in Django using Django-reversion. In short, I am trying to model a Codelist, which contains Codes which only belong ...
Monzonite asked 11/1, 2015 at 22:56

2

Solved

I'm creating some initial tests as I play with django-revisions. I'd like to be able to test that some of my api and view code correctly saves revisions. However, I can't get even a basic test to s...
Flytrap asked 16/9, 2014 at 8:48

1

Solved

I did the initial installation steps and created the initial revisions, but then when I save a model in django shell, the new revision is not created: In [1]: s = Shop.objects.all()[0] In [2]: imp...
Northumberland asked 3/9, 2012 at 6:34

1

Solved

Does django-reversion work well with south migrations? Are django-reversion and south compatible? Current versions: - reversion - 1.2.1 - south - 0.7.1
1

© 2022 - 2024 — McMap. All rights reserved.