Hasan Ramezani
86a323d2e6
Update syntax to Python 3.7+
2022-02-24 17:43:28 +03:00
François Magimel
1b88f8c11c
build: replace django-jsonfield with django-jsonfield-backport ( #339 )
...
The `django-jsonfield` module is not maintained anymore and raises some
errors with Django 4.0. So, as a recommendation in this package, and as
Django 2.2 is still maintained, `django-jsonfield-backport` will do the
job for the `JSONField` field.
Ref #43
Ref #334
2022-02-24 17:43:28 +03:00
Andreas Hasenkopf
ae60832717
Add a DB index to LogEntry's action field ( #236 )
...
For some applications the possibility to filter by the `action` field might be really interesting. However the lack of an index can lead to severe reduction of such queries.
The simplest solution: Let's a DB index on that field :)
2022-02-24 17:43:28 +03:00
Alieh Rymašeŭski
48adbc5a1e
Add logic to track m2m relationships
2021-06-28 16:47:45 +03:00
Alieh Rymašeŭski
d7a73e5cbf
Merge changes from upstream
2021-06-24 15:19:21 +03:00
Alieh Rymašeŭski
4232d685bd
Apply isort to the code base
2021-06-24 14:33:30 +03:00
Alieh Rymašeŭski
7801239387
Blacken the code
2021-06-24 13:04:48 +03:00
Hasan Ramezani
497c83fc83
Add isort and sort orders with isort.
2020-12-06 23:10:18 +01:00
Hasan Ramezani
f5bb5cb1a2
Add black and format files with black.
2020-12-06 23:10:18 +01:00
Alieh Rymašeŭski
0ca00faafc
Simplify field.base_field.choices check
2020-11-12 16:21:31 +03:00
Alieh Rymašeŭski
536a841bf3
Remove Python 2 cruft
2020-11-12 16:15:32 +03:00
Alieh Rymašeŭski
47a268eef9
Clean up project structure
...
Cherry-picking ee8a700b1b
2020-11-12 16:15:05 +03:00
Jan-Jelle Kester
2010b49d06
Fix Django 3.0 field choices diff
2020-09-07 16:52:32 +02:00
Jan-Jelle Kester
3acab4322b
Drop Python 2, support Django 3.0, update dependencies
2020-09-07 16:52:32 +02:00
Jan-Jelle Kester
ee8a700b1b
Clean up project structure
2020-09-07 16:52:32 +02:00
Jan-Jelle Kester
81098cd179
Big commit: testproject, bugfixes, changed directory structure
2013-10-21 21:46:31 +02:00
Jan-Jelle Kester
db8529b773
Make LogEntry and middleware compatible with custom user models
2013-10-20 19:24:33 +02:00
Jan-Jelle Kester
9a13a5966f
First implementation
2013-10-20 15:25:48 +02:00