Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

django-reversion is an extension to the Django web framework that provides version control for model instances.

License

NotificationsYou must be signed in to change notification settings

etianen/django-reversion

Repository files navigation

PyPI latestPyPI VersionPyPI LicenseGithub actionsDocs

django-reversion is an extension to the Django web framework that providesversion control for model instances.

Requirements

  • Python 3.8 or later
  • Django 4.2 or later

Features

  • Roll back to any point in a model instance's history.
  • Recover deleted model instances.
  • Simple admin integration.

Documentation

Check out the latestdjango-reversion documentation atGetting Started

Issue tracking and source code can be found at themain project website.

You can keep up to date with the latest announcements by joining thedjango-reversion discussion group.

Upgrading

Please check theChangelog before upgradingyour installation of django-reversion.

Contributing

Bug reports, bug fixes, and new features are always welcome. Please raise issues on thedjango-reversion project site, and submitpull requests for any new code.

  1. Fork therepository on GitHub.
  2. Make a branch off of master and commit your changes to it.
  3. Install requirements.
$ pip install django psycopg2 mysqlclient -e.
  1. Run the tests
$ tests/manage.pytest tests
  1. Create a Pull Request with your contribution

Contributors

The django-reversion project was developed byDave Hall and contributedto bymany other people.

About

django-reversion is an extension to the Django web framework that provides version control for model instances.

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp