Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
django-reversion discussion group
Conversations
About
django-reversion discussion group
1–30 of 230
Mark all as read
Report abusive group
0 selected
akash...@acko.tech
1/5/20
How to obtain the current revision id
When using the reversion.create_revision block, how can I obtain the current revision id ? I did not
unread,
How to obtain the current revision id
When using the reversion.create_revision block, how can I obtain the current revision id ? I did not
1/5/20
vesteinnsna...@gmail.com
2
10/25/19
Django reversion and multi-tenancy
It seems it was the cached property on the models, so luckily nothing to do with the thread locals!
unread,
Django reversion and multi-tenancy
It seems it was the cached property on the models, so luckily nothing to do with the thread locals!
10/25/19
Cassiano dos Santos
, …
matthew...@gmail.com
3
6/4/19
Using django-reversions with django-rest-framework
Me too On Wednesday, February 14, 2018 at 5:22:38 AM UTC-5, alag...@gmail.com wrote: I'm seeking
unread,
Using django-reversions with django-rest-framework
Me too On Wednesday, February 14, 2018 at 5:22:38 AM UTC-5, alag...@gmail.com wrote: I'm seeking
6/4/19
faw...@gmail.com
,
Dave Hall
2
12/5/17
Query/Filter revisions
You can't filter versions by any fields on the version-controlled model. The model is stored as
unread,
Query/Filter revisions
You can't filter versions by any fields on the version-controlled model. The model is stored as
12/5/17
Cezary Jóźwiak
,
Dave Hall
2
8/22/17
django-reversion with User Model
The User model comes pre-registered with the Django admin. You need to unregister it if you want to
unread,
django-reversion with User Model
The User model comes pre-registered with the Django admin. You need to unregister it if you want to
8/22/17
Alan Viars
, …
anupa...@gmail.com
5
7/26/17
Simply way to Add IP address
Ah yes, didnt think of that. Putting IP in comments works for me. Putting it in revision meta also,
unread,
Simply way to Add IP address
Ah yes, didnt think of that. Putting IP in comments works for me. Putting it in revision meta also,
7/26/17
Anupam Jain
,
Dave Hall
5
6/7/17
Tracking changes to ForeignKey and ManyToManyFields
I already replied. Here is is again! VVVVVVVVVVVVVVVVVVVV If you are using the django admin
unread,
Tracking changes to ForeignKey and ManyToManyFields
I already replied. Here is is again! VVVVVVVVVVVVVVVVVVVV If you are using the django admin
6/7/17
anupa...@gmail.com
,
Dave Hall
3
5/31/17
Tracking and printing fields that were changed
Thanks. For 3, I also found jedie/django-reversion-compare which seems to be working well for this
unread,
Tracking and printing fields that were changed
Thanks. For 3, I also found jedie/django-reversion-compare which seems to be working well for this
5/31/17
anupa...@gmail.com
,
Dave Hall
4
5/16/17
Track changes made by front-end users
Dave, I have been reading many google group posts, issues on the repo, etc. about django-reversion
unread,
Track changes made by front-end users
Dave, I have been reading many google group posts, issues on the repo, etc. about django-reversion
5/16/17
Dave Hall
3/27/17
Re: compression?
You're probably half the storage space if you compressed the data, but certainly nothing like an
unread,
Re: compression?
You're probably half the storage space if you compressed the data, but certainly nothing like an
3/27/17
liam.p...@gmail.com
,
Dave Hall
2
3/14/17
Multi-table inheritance-- save ordering bug
This is really strange, as the save order shouldn't matter. Could you raise an issue on the issue
unread,
Multi-table inheritance-- save ordering bug
This is really strange, as the save order shouldn't matter. Could you raise an issue on the issue
3/14/17
naciselim
, …
Dave Hall
7
11/2/16
reversion_version table growing big
That'll work, I guess, although in a lot of databases that will have the effect of increasing
unread,
reversion_version table growing big
That'll work, I guess, although in a lot of databases that will have the effect of increasing
11/2/16
Danny Adair
,
Dave Hall
2
10/17/16
Custom meta data and pre_delete signals
Is your issue that the post_revision_commit and pre_revision_commit signals have been removed from
unread,
Custom meta data and pre_delete signals
Is your issue that the post_revision_commit and pre_revision_commit signals have been removed from
10/17/16
Danny Adair
10/17/16
Premature .revert() and unique constraint violation
Hi, We're migrating from django-reversion 1.5.2 to 1.10.2. When there's a unique constraint
unread,
Premature .revert() and unique constraint violation
Hi, We're migrating from django-reversion 1.5.2 to 1.10.2. When there's a unique constraint
10/17/16
Danny Adair
,
Dave Hall
2
9/30/16
Migrating data from 1.5.2 -> 1.10.2
Without laboriously going though the migrations in the different releases, it's hard to know for
unread,
Migrating data from 1.5.2 -> 1.10.2
Without laboriously going though the migrations in the different releases, it's hard to know for
9/30/16
weihsi...@gmail.com
,
Dave Hall
2
8/9/16
How to "Undo" in two different Django views
I don't thing that django-reversion is suitable for this use-case. To revert the last action, you
unread,
How to "Undo" in two different Django views
I don't thing that django-reversion is suitable for this use-case. To revert the last action, you
8/9/16
delemos...@gmail.com
,
Dave Hall
4
6/28/16
Trouble with QuerySets
Sure there is! It's a bit complicated, and feels like a shortcut helper would be nice, but
unread,
Trouble with QuerySets
Sure there is! It's a bit complicated, and feels like a shortcut helper would be nice, but
6/28/16
pmargani
, …
Dave Hall
9
6/27/16
Handling Changes in Model Definition
django-reversion is tolerant of schema migrations that delete fields and schema migrations that
unread,
Handling Changes in Model Definition
django-reversion is tolerant of schema migrations that delete fields and schema migrations that
6/27/16
vishy
, …
Dave Hall
7
6/22/16
How to use reversion for logging admin and user actions?
Any time a registered model is saved inside a revision block, a revision is saved to the database. If
unread,
How to use reversion for logging admin and user actions?
Any time a registered model is saved inside a revision block, a revision is saved to the database. If
6/22/16
alas...@thenicols.net
, …
691671947
14
6/16/16
Logging the user that deleted an object
ok thanks I'm looking for ways 2016-06-16 10:43 GMT-05:00 Dave Hall <da...@etianen.com>: The
unread,
Logging the user that deleted an object
ok thanks I'm looking for ways 2016-06-16 10:43 GMT-05:00 Dave Hall <da...@etianen.com>: The
6/16/16
Dave Hall
6/11/16
Announcement
django-reversion 2.0.0 lands with a bang!
django-reversion 2.0.0 is now available on GitHub and PyPi. django-reversion was first released in
unread,
Announcement
django-reversion 2.0.0 lands with a bang!
django-reversion 2.0.0 is now available on GitHub and PyPi. django-reversion was first released in
6/11/16
jmor...@minervaproject.com
,
Dave Hall
3
5/19/16
Clarification on automatic revisions and context managers
Thanks Dave! I've opened https://github.com/etianen/django-reversion/issues/523 Thanks again for
unread,
Clarification on automatic revisions and context managers
Thanks Dave! I've opened https://github.com/etianen/django-reversion/issues/523 Thanks again for
5/19/16
parn...@gmail.com
,
Dave Hall
3
5/17/16
Show history of all model instances in same page
Thank you Dave for the tip. With your query I've managed to create a simple page with the edits
unread,
Show history of all model instances in same page
Thank you Dave for the tip. With your query I've managed to create a simple page with the edits
5/17/16
Rob Wheeler
, …
Peter Linnartz
12
3/29/16
Django Admin adding new revisions
That makes sense, thanks for the explanation. Sorry I haven't been able to follow up until now. I
unread,
Django Admin adding new revisions
That makes sense, thanks for the explanation. Sorry I haven't been able to follow up until now. I
3/29/16
con...@aoswebsolutions.com
,
Dave Hall
4
3/21/16
Getting Errors in accessing history view
Hmm, that's odd. That error can only occur if you have a model instance with a relationship to
unread,
Getting Errors in accessing history view
Hmm, that's odd. That error can only occur if you have a model instance with a relationship to
3/21/16
petros.m...@gmail.com
, …
Dave Hall
7
2/26/16
Nested serialization of changes
If you have a Version instance, you can iterator over version.revision.version_set.all(). That
unread,
Nested serialization of changes
If you have a Version instance, you can iterator over version.revision.version_set.all(). That
2/26/16
David Jiang
2
12/28/15
doing something with revision object right after it's created
Update: Found the revision commit signal. This worked well for my purposes. def on_revision_commit(**
unread,
doing something with revision object right after it's created
Update: Found the revision commit signal. This worked well for my purposes. def on_revision_commit(**
12/28/15
Petros Moisiadis
,
Dave Hall
4
12/3/15
Store last revision straight into the object
A single database query to retrieve a single integer value isn't going to add much overhead to
unread,
Store last revision straight into the object
A single database query to retrieve a single integer value isn't going to add much overhead to
12/3/15
Dave Hall
12/2/15
Announcement
django-reversion 1.10.0 has landed!
The latest release of django-reversion (1.10.0) is now available on GitHub and PyPi. This release
unread,
Announcement
django-reversion 1.10.0 has landed!
The latest release of django-reversion (1.10.0) is now available on GitHub and PyPi. This release
12/2/15
pri...@gmail.com
,
Dave Hall
5
10/15/15
Hello, a few questions for the experts
If your document is made up of those discreet relations, then you could get away with saving the
unread,
Hello, a few questions for the experts
If your document is made up of those discreet relations, then you could get away with saving the
10/15/15