Skip to content

Commit 402949c

Browse files
committed
(pkg): ~100 LoC -> ~150 LoC
- has increased over time due to comments and more backward and forward compatibility fixes - actual core code has not really changed
1 parent f14c1f7 commit 402949c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "django-serializable-model"
33
version = "0.0.5"
4-
description = "Django classes to make your models, managers, and querysets serializable, with built-in support for related objects in ~100 LoC"
4+
description = "Django classes to make your models, managers, and querysets serializable, with built-in support for related objects in ~150 LoC"
55
readme = "README.md"
66

77
packages = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
version='0.0.5',
1717
description=('Django classes to make your models, managers, and ' +
1818
'querysets serializable, with built-in support for related ' +
19-
'objects in ~100 LoC'),
19+
'objects in ~150 LoC'),
2020
long_description=long_description,
2121
long_description_content_type='text/markdown',
2222
url='https://github.com/agilgur5/django-serializable-model',

0 commit comments

Comments
 (0)