Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File versioning, admin and ModelForms #1

Closed
etianen opened this issue Aug 6, 2010 · 3 comments
Closed

File versioning, admin and ModelForms #1

etianen opened this issue Aug 6, 2010 · 3 comments
Labels

Comments

@etianen
Copy link
Owner

etianen commented Aug 6, 2010

What steps will reproduce the problem?

  1. Unpack the attached test project, execute syncdb and runserver
  2. Log in to its admin interface
  3. Create an instance of TestModel without uploading an image
  4. Edit the instance: change its title and upload an image
  5. Revert to the first revision of the instance
  6. BUG: The instance should be in the same state as before editing. The title was
    reverted correctly. However, the image was not deleted as it should be.
  7. Upload another image and save the model
  8. Revert to a revision with a previous version of an image
  9. BUG: The image is not changed by revert operation.
@etianen
Copy link
Owner Author

etianen commented Aug 6, 2010

This issue has been copied over from the old Google Code project site.

http://code.google.com/p/django-reversion/issues/detail?id=41

There is an open issue on the Django issue tracker which needs to be closed before this issue can be addressed.

http://code.djangoproject.com/ticket/12106

@gamesbook
Copy link

I see you requested that it be closed and then it was?

@etianen
Copy link
Owner Author

etianen commented Nov 30, 2010

Holy crap! I actually closed this issue! It's only been around since the start of Reversion!

etianen pushed a commit that referenced this issue May 7, 2015
./manage.py deleterevisions fails on Py3
etianen pushed a commit that referenced this issue Apr 21, 2020
Use ISO 8601 date format to disambiguate dates
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants