-
Notifications
You must be signed in to change notification settings - Fork 190
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: soynatan/django-easy-audit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2rc1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: soynatan/django-easy-audit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
35
contributors
Commits on Jan 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 69b4cb6 - Browse repository at this point
Copy the full SHA 69b4cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for be2ac58 - Browse repository at this point
Copy the full SHA be2ac58View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa67b9d - Browse repository at this point
Copy the full SHA fa67b9dView commit details
Commits on Feb 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 806ae6b - Browse repository at this point
Copy the full SHA 806ae6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e720f3 - Browse repository at this point
Copy the full SHA 0e720f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b818012 - Browse repository at this point
Copy the full SHA b818012View commit details
Commits on Feb 20, 2020
-
Add a pluggable logging backend (#124)
* refork & resync and address changes * fix the typo * use `user_model` instead of `user` when `user_login_failed`
Configuration menu - View commit details
-
Copy full SHA for c9081e1 - Browse repository at this point
Copy the full SHA c9081e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d6e31 - Browse repository at this point
Copy the full SHA f0d6e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff389bb - Browse repository at this point
Copy the full SHA ff389bbView commit details
Commits on Mar 12, 2020
-
(Bug/fix) support for DJANGO_EASY_AUDIT_CRUD_EVENT_NO_CHANGED_FIELDS_…
…SKIP (#129) also removes non-supported python version (django 2.0 does not support them); tightens up travis CI
Configuration menu - View commit details
-
Copy full SHA for 3e541ef - Browse repository at this point
Copy the full SHA 3e541efView commit details -
Configuration menu - View commit details
-
Copy full SHA for d772175 - Browse repository at this point
Copy the full SHA d772175View commit details
Commits on Apr 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3cdc719 - Browse repository at this point
Copy the full SHA 3cdc719View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d61d6 - Browse repository at this point
Copy the full SHA f8d61d6View commit details
Commits on May 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1a183cc - Browse repository at this point
Copy the full SHA 1a183ccView commit details
Commits on May 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 57a52ae - Browse repository at this point
Copy the full SHA 57a52aeView commit details
Commits on May 15, 2020
-
Increase admin list panel performance by selecting related (#134)
* Increase admin panel performance by selecting related * Use `get_changelist_instance` override
Configuration menu - View commit details
-
Copy full SHA for 03ae00a - Browse repository at this point
Copy the full SHA 03ae00aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f5591 - Browse repository at this point
Copy the full SHA 00f5591View commit details -
* Added readonly stuff * Missing colon * Fix reverse URL bug * Deny deletion * Added documentation * Make models readonly through inherited EasyAuditModelAdmin
Configuration menu - View commit details
-
Copy full SHA for 3424469 - Browse repository at this point
Copy the full SHA 3424469View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd246bc - Browse repository at this point
Copy the full SHA dd246bcView commit details
Commits on May 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6b9f743 - Browse repository at this point
Copy the full SHA 6b9f743View commit details -
Configuration menu - View commit details
-
Copy full SHA for d90a15d - Browse repository at this point
Copy the full SHA d90a15dView commit details
Commits on May 19, 2020
-
* add migration to drop index on requestevent_url * fixes test regression
Configuration menu - View commit details
-
Copy full SHA for 58fdef6 - Browse repository at this point
Copy the full SHA 58fdef6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1b386f - Browse repository at this point
Copy the full SHA d1b386fView commit details
Commits on May 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d299bb3 - Browse repository at this point
Copy the full SHA d299bb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9243efc - Browse repository at this point
Copy the full SHA 9243efcView commit details
Commits on Jun 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a9856ce - Browse repository at this point
Copy the full SHA a9856ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f59ea6 - Browse repository at this point
Copy the full SHA 3f59ea6View commit details
Commits on Jul 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b5588b5 - Browse repository at this point
Copy the full SHA b5588b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee15f2 - Browse repository at this point
Copy the full SHA 6ee15f2View commit details
Commits on Jul 22, 2020
-
Change "object_id" to be a "CharField" (#138)
* [-] CrudEvent object_id as a `CharField` * [-] Use `pk` instead of `id` in pre_save object lookup * [-] Fixes issue w/ post_delete / Adds delete test * [-] Adds updates from #141 PR * [-] Removes the need for an explicit query - Uses the internal `_state` object * [-] Adds `_state` compat test * [-] Removes sqlite3 test db
Configuration menu - View commit details
-
Copy full SHA for fd05524 - Browse repository at this point
Copy the full SHA fd05524View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6221d6a - Browse repository at this point
Copy the full SHA 6221d6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ee3d21 - Browse repository at this point
Copy the full SHA 9ee3d21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06881d8 - Browse repository at this point
Copy the full SHA 06881d8View commit details
Commits on Jul 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3331862 - Browse repository at this point
Copy the full SHA 3331862View commit details
Commits on Jul 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6c0cf77 - Browse repository at this point
Copy the full SHA 6c0cf77View commit details
Commits on Aug 7, 2020
-
ASGI RequestEvent support (#147)
* ASGI RequestEvent support * ASGI RequestEvent test, better Middleware (WSGI). * django in install requires [2.2,3.2] python >= 3.5
Configuration menu - View commit details
-
Copy full SHA for e930198 - Browse repository at this point
Copy the full SHA e930198View commit details -
Configuration menu - View commit details
-
Copy full SHA for 507e063 - Browse repository at this point
Copy the full SHA 507e063View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed99e2c - Browse repository at this point
Copy the full SHA ed99e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bec0fd - Browse repository at this point
Copy the full SHA 2bec0fdView commit details
Commits on Aug 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 901c32a - Browse repository at this point
Copy the full SHA 901c32aView commit details
Commits on Sep 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cd9e751 - Browse repository at this point
Copy the full SHA cd9e751View commit details
Commits on Oct 2, 2020
-
Make models translatable and add Russian translation (#162)
* Make models translatable * Add Russian translation * Fixed translation location * Replace deprecated ugettext_lazy with gettext_lazy
Configuration menu - View commit details
-
Copy full SHA for 51954e0 - Browse repository at this point
Copy the full SHA 51954e0View commit details
Commits on Oct 19, 2020
-
* Make models translatable * Add Russian translation * Fixed translation location * Added logging of m2m changes * Fixed UUID PKs handling, tests passing now * Replace deprecated ugettext_lazy with gettext_lazy * Replace deprecated ugettext_lazy with gettext_lazy * Use DjangoJSONEncoder
Configuration menu - View commit details
-
Copy full SHA for 55636cc - Browse repository at this point
Copy the full SHA 55636ccView commit details
Commits on Oct 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 501307b - Browse repository at this point
Copy the full SHA 501307bView commit details
Commits on Nov 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 596c6a0 - Browse repository at this point
Copy the full SHA 596c6a0View commit details
Commits on Nov 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 860a556 - Browse repository at this point
Copy the full SHA 860a556View commit details
Commits on May 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for df6731e - Browse repository at this point
Copy the full SHA df6731eView commit details
Commits on Sep 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9ba7e63 - Browse repository at this point
Copy the full SHA 9ba7e63View commit details
Commits on Oct 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fb2bf5b - Browse repository at this point
Copy the full SHA fb2bf5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6d344c - Browse repository at this point
Copy the full SHA c6d344cView commit details
There are no files selected for viewing
This file was deleted.