Monday, June 29, 2015

Apps for versioning model fields

Hello, I need to implement versioning of a TextField to an electronic system to manages documents.

Before I try to reinvent the wheel, I'd like to know what are the reusable apps are available that solve this problem.

I have the following model class:
https://gist.github.com/luzfcb/226612d0b98dd4493f9d

I need versioning only the field 'content'

the type of versioning I need is much like the way it is implemented versioning of articles on Wikipedia.

I'm trying to use django-reversion, however, I think it is not designed for this use case.

Would you recommend me look any specific library? If so, what are the pros and cons What do you think of it?

I appreciate the help in advance.


--
Fábio C. Barrionuevo da Luz
Acadêmico de Sistemas de Informação na Faculdade Católica do Tocantins - FACTO
Palmas - Tocantins - Brasil - América do Sul


Blog colaborativo sobre Python e tecnologias Relacionadas, mantido totalmente no https://github.com/pythonclub/pythonclub.github.io .

Todos são livres para publicar. É só fazer fork, escrever sua postagem e mandar o pull-request. Leia mais sobre como publicar em README.md e contributing.md.
Regra básica de postagem:
"Você" acha interessante? É útil para "você"? Pode ser utilizado com Python ou é útil para quem usa Python? Está esperando o que? Publica logo, que estou louco para ler...

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPVjvMZi%2BgRmiizHErzhCTiGouQNDAB9EENA3S0xS1hUKqnt3w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment