issues
search
etianen
/
django-reversion
django-reversion is an extension to the Django web framework that provides version control for model instances.
https://django-reversion.readthedocs.io
BSD 3-Clause "New" or "Revised" License
3.04k
stars
489
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add ability to use RevisionMixin on async views.
#976
tbeadle
opened
3 weeks ago
0
'revision.revert(delete=True)' should delete existing objects not present in the version to which we are reverting, but its not deleting the extra objects
#975
Prakhar1247
opened
3 months ago
0
Django 5.1 compatibility
#974
g10f
closed
3 months ago
5
Question: usage of django-reversion in larger scale open source projects
#973
ollejernstrom
closed
3 months ago
1
Re-introduce bulk_create on supported databases
#972
stianjensen
closed
3 months ago
2
Remove irrelevant comment
#971
GeyseR
closed
3 months ago
1
4.0.0 changelog breaking change is not clear
#970
GeyseR
closed
3 months ago
1
Switch call from removed is_hidden method to hidden property
#969
jeremy-engel
closed
5 months ago
1
feat: archive to file
#968
jerickdo
closed
6 months ago
0
Conflicting Migrations Detected
#967
stefflc
closed
7 months ago
1
m2m and fk fields of Version objects are same as present values (not updating m2m and fk fields)
#966
josidridolfo
closed
5 months ago
3
how to show preview of previous versions in django views. exactly as it is done in admin panel
#965
amirj700
closed
8 months ago
11
Bopoal add index
#964
jtibbertpassthrough
closed
8 months ago
0
Use object_id other than primary key
#963
sourabhv
opened
9 months ago
1
Migration file missing for changes introduced in v5.0.11
#962
GitRon
closed
9 months ago
3
GH actions: add check for missing migrations (and fix migrations)
#961
kevinmarsh
closed
9 months ago
0
Add missing migration
#960
pinguin999
closed
9 months ago
1
5.0.11 misses migration files
#959
pinguin999
closed
9 months ago
6
ignore_duplicate fields
#958
TonisPiip
opened
9 months ago
1
Restore FK logic and best way to ignore fields
#957
TonisPiip
opened
10 months ago
4
Improved the Chinese translation
#956
zengqiu
closed
9 months ago
1
perf: Fixes N+1 queries while rendering the recover_list.html template
#955
armonge
closed
11 months ago
1
i was looking for a way to add reversions for changes via DRF
#954
kakulukia
closed
1 year ago
1
Revert "fix: speed up get deleted. remove unnecessary subquery"
#953
etianen
closed
1 year ago
0
#951 BUG SELECT DISTINCT ON expressions must match initial ORDER BY
#952
siddarta-weis
closed
1 year ago
1
fix: speed up get deleted. remove unnecessary subquery
#951
caullla
closed
1 year ago
1
Move dropping Python 2.7 changelog to correct version
#950
chicheng
closed
1 year ago
1
Fix typo in CHANGELOG.rst
#949
chicheng
closed
1 year ago
1
Admin integration: Issue when reverting
#948
julianklotz
closed
1 year ago
3
Fix “has no attribute” error
#947
julianklotz
closed
1 year ago
1
Handling case of missing object in admin revert
#946
etianen
closed
1 year ago
0
Allow displaying "non-recoverable" objects as read-only
#945
PavelPancocha
closed
1 year ago
1
AttributeError: 'HttpResponseRedirect' object has no attribute 'render'
#944
PavelPancocha
closed
1 year ago
4
Using reversion with async on python 3.8
#943
rumanpasha777
closed
1 year ago
2
following OnetoOneField
#942
gitanupam
closed
1 year ago
1
Add Django 4.2 and Python 3.11 to the CI
#941
browniebroke
closed
1 year ago
1
Admin: 'GET' on a change_view creates a transaction block
#940
gersmann
closed
1 year ago
1
Django 4.2 with VersionAdmin: wrapping in tuples does not have any effect (each field on separate line)
#939
stefanvollmar
opened
1 year ago
1
[enhancement] Storing serialized_data in a JSONField instead of a TextField?
#938
scur-iolus
closed
1 year ago
3
revision 모델 user foreignkey constraint 제거
#937
darkblank
closed
1 year ago
0
Browsing history entries in admin fires pre/post save signals potentially leading to nasty side effects
#936
romanek-adam-b2c2
closed
1 year ago
5
refactor: Version 외래키 삭제
#935
hyeonsupark
closed
1 year ago
0
Decorator: create_revision request parameter is inheriting wrong object
#934
camsvn
closed
1 year ago
1
"Could not load - incompatible version data" for versions having an empty PartialDateField
#933
lefterav
closed
1 year ago
1
Set default auto field in tests.
#932
proofit404
closed
1 year ago
1
Using fixtures to initialise versioned inline data
#931
nybl
closed
1 year ago
3
Manytomany Field not deleted or recreate
#930
bast-ii
closed
1 year ago
2
Add step to show version data and allow for confirmation prior to to reversion
#929
tysonclugg
closed
1 year ago
4
Introduce default format setting.
#928
proofit404
closed
10 months ago
10
fix(_safe_revert): Missing f-string
#927
tony
closed
2 years ago
1
Next