File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ This package is compatible and tested with the following Python & Django version
28
28
+---------------+---------------------------------------+
29
29
30
30
31
- `Full documentation <https://django-dirtyfields.readthedocs.org/en/develop/ >`_
32
31
33
32
Install
34
33
=======
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ def listify(filename):
14
14
name = "django-dirtyfields" ,
15
15
version = "1.4.1" ,
16
16
url = 'https://github.com/romgar/django-dirtyfields' ,
17
+ project_urls = {
18
+ "Documentation" : "https://django-dirtyfields.readthedocs.org/en/develop/" ,
19
+ "Changelog" : "https://github.com/romgar/django-dirtyfields/blob/develop/ChangeLog.rst" ,
20
+ },
17
21
license = 'BSD' ,
18
22
description = ("Tracking dirty fields on a Django model instance "
19
23
"(actively maintained)" ),
You can’t perform that action at this time.
0 commit comments