- Mar 11, 2024
-
-
Dr Abraham Martin authored
django-ucamlookup 3.10 released Closes #12 See merge request !22
-
Dr Abraham Martin authored
-
Update to use new tox configuration, Gitlab CI configuration, and django-ucamlookup 3.10
-
- Jun 08, 2023
-
-
Dr Abraham Martin authored
Add in later versions of Django Closes #13 See merge request !21
-
- May 30, 2023
-
-
Dr Rich Wareham authored
-
Dr Rich Wareham authored
-
Dr Rich Wareham authored
-
Dr Rich Wareham authored
-
Dr Rich Wareham authored
-
- Nov 11, 2021
-
-
Dr Abraham Martin authored
Update ucamlookup to a version without certificate pinning. See merge request !19
-
Monty Dawson authored
-
- Jul 28, 2021
-
-
Wajdi Hajji authored
Updated the Audit model to allow more than 255 chars in the change description See merge request !18
-
- Jul 21, 2021
-
-
Mike Bamford authored
-
- Apr 13, 2021
-
-
Dr Abraham Martin authored
A SERVICE_CHECKS item is now either a `str` (and treated as a REST endpoint) or See merge request !17
-
- Apr 09, 2021
-
-
Mike Bamford authored
-
Mike Bamford authored
a `callable` (and is called and the result is the check's status).
-
- Dec 08, 2020
-
-
Robin Goodall authored
Add GitLab CI and make sure it works with Django 2.2, 3.0, and 3.1 Closes #11 See merge request !16
-
-
- Dec 04, 2020
-
- Dec 03, 2020
-
-
Dr Abraham Martin authored
Remove requirement versions of django to avoid breaking django apps using it. These apps already have their own django dependencies. We should properly fix this by testing this module across different versions of django we support but not enforcing that via install_requires, only advising which versions of django we have tested this module for, and we know is compatible.
-
- Sep 03, 2019
-
-
Dr Rich Wareham authored
Update setup.py with new requirement versions Closes #10 See merge request !14
-
- Aug 27, 2019
-
-
Dr Abraham Martin authored
-
- Mar 14, 2019
-
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
- Jan 08, 2019
-
-
Mike Bamford authored
update django-ucamlookup version to at least 1.9.5
-
- Jan 07, 2019
-
-
Robin Goodall authored
-
Robin Goodall authored
-
Robin Goodall authored
-
Robin Goodall authored
-
- Aug 02, 2018
-
-
Rich Wareham authored
add support for Django 2.1
-
Dr Rich Wareham authored
No code changes but update setup.py to allow Django 2.1 and add django 2.1 to the travis configuration. Do not add Python 3.7 for the moment until Travis' 3.7 support is more mature.
-
- Mar 14, 2018
-
-
Rich Wareham authored
A audit_compare() method has been added so that you can override exactly how model updates are audited.
-
- Mar 13, 2018
-
-
Mike Bamford authored
-
Mike Bamford authored
how model updates are audited.
-
- Mar 02, 2018
-
-
Rich Wareham authored
Better audit of delete
-
- Mar 01, 2018
-
-
Mike Bamford authored
created. Otherwise there would be no record of a model with all None values being deleted.
-
msb authored
Enable use of auditing with non-integer primary keys
-
Dr Rich Wareham authored
We try to make our middleware compatible with old- and new-style middleware. When used as old-style, the __init__ method is not passed the "get_response" callable. Work around this by defaulting get_response to None and asserting in the new-style code paths that we were given an non-None get_response.
-
Dr Rich Wareham authored
-
- Feb 27, 2018
-
-
Dr Rich Wareham authored
The audit models assume that the primary keys of the models being audited will be integers. This is not in general true. Move to storing the string representation of the primary key instead of the integer value. Add a migration which alters the table. Postgres should be smart enough to coerce the values. Required to allow auditing the IAR.
-