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.03k stars 489 forks source link

Set default auto field in tests. #932

Closed proofit404 closed 1 year ago

proofit404 commented 1 year ago

Before

Untitled

After

Untitled1

etianen commented 1 year ago

Brilliant, thank you!