Skip to content

Commit

Permalink
Finished Django 4.0 Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
creyD committed Mar 10, 2022
1 parent ab7cc9b commit 9ad8a65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# This package is for logging every changes in your models in this format:
# Django Models Logging

This package is for logging every changes in your models in this format:

```yaml
{
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='django-models-logging',
version='1.0.8',
version='2.0.0',
packages=['models_logging'],
url='https://github.com/legion-an/django-models-logging',
package_data={'models_logging' : files},
Expand Down Expand Up @@ -32,6 +32,7 @@
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 3.0',
'Framework :: Django :: 4.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 9ad8a65

Please sign in to comment.