Versioning files or documents in a list

23 views
Skip to first unread message

Amoel moela

unread,
Dec 1, 2020, 9:14:10 AM12/1/20
to Django users
Hello everyone, I'm looking for versioning with files in Django. New upload file v.1 and after processing the automatic update to v.2. The update from version 1 to version 2 should change via upload.

I would bee nicet to get  some information about this problem.

regards

Alex

Ryan Nowakowski

unread,
Dec 7, 2020, 2:06:24 PM12/7/20
to Django users
I've done a couple of projects requiring "versioning". I'd use one of
the Django versioning[1] apps to make it easy to version the model that
has the uploaded file field. The versioning app that I have the most
experience with is django-revisions[2] but that was a while ago and it
seems unmaintained. It looks like django-reversion[3] is pretty well
maintained today.

Hope this helps!

Ryan N

[1] https://djangopackages.org/grids/g/versioning/
[2] https://github.com/debrouwere/django-revisions
[3] https://github.com/etianen/django-reversion
Reply all
Reply to author
Forward
0 new messages