Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tutorial | 1,474 | 14 hours ago | 106 | other | Makefile | |||||
This is a tutorial we are using for Django Girls workshops | ||||||||||
Django Auditlog | 907 | 40 | 7 | a day ago | 19 | June 27, 2022 | 56 | mit | Python | |
A Django app that keeps a log of changes made to an object. | ||||||||||
Mayan Edms | 398 | 10 months ago | 14 | other | Python | |||||
Free Open Source Document Management System (mirror, no pull request or issues) | ||||||||||
Treeherder | 240 | 63 | 2 | 2 days ago | 15 | February 20, 2019 | 18 | other | JavaScript | |
A system for managing CI data for Mozilla projects | ||||||||||
Django By Example Book | 238 | 6 years ago | 1 | Python | ||||||
Code for the book Django By Example https://www.packtpub.com/web-development/django-example | ||||||||||
Django Formwizard | 97 | 3 | 12 years ago | 4 | June 17, 2011 | 12 | bsd-3-clause | Python | ||
A rewrite of django's formwizard with pluggable storages | ||||||||||
Cartmango | 61 | 6 years ago | 29 | JavaScript | ||||||
살까 말까 할 땐 담아라. 통합 장바구니 카트망고 | ||||||||||
Summer Code Jam 2020 | 39 | 23 days ago | 3 | mit | JavaScript | |||||
The repository for the 2020 summer code jam. Find more information at https://pythondiscord.com/pages/code-jams/code-jam-7/ | ||||||||||
Gm_pr | 30 | 4 years ago | 10 | apache-2.0 | Python | |||||
A multi project Github pull request viewer | ||||||||||
2021.djangocon.us | 25 | 6 months ago | 2 | other | HTML | |||||
📺 The DjangoCon US 2021 conference website |
django-auditlog
(Auditlog) is a reusable app for Django that makes logging object changes a breeze. Auditlog tries to use as much as Python and Django's built in functionality to keep the list of dependencies as short as possible. Also, Auditlog aims to be fast and simple to use.
Auditlog is created out of the need for a simple Django app that logs changes to models along with the user who made the changes (later referred to as actor). Existing solutions seemed to offer a type of version control, which was found excessive and expensive in terms of database storage and performance.
The core idea of Auditlog is similar to the log from Django's admin. Unlike the log from Django's admin (django.contrib.admin
) Auditlog is much more flexible. Also, Auditlog saves a summary of the changes in JSON format, so changes can be tracked easily.
The documentation for django-auditlog
can be found on https://django-auditlog.readthedocs.org. The source files are available in the docs
folder.
Auditlog is licensed under the MIT license (see the LICENSE
file for details).
If you have great ideas for Auditlog, or if you like to improve something, feel free to fork this repository and/or create a pull request. I'm open for suggestions. If you like to discuss something with me (about Auditlog), please open an issue.
master
are greenvX.Y.Z
from master for that specific releasevX.Y.Z
-> master
vX.Y.Z
: this will trigger the release build and a notification will be sent from Jazzband of the availability of two packages (tgz and wheel)