We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86949f3 commit d83b6d5Copy full SHA for d83b6d5
geokrety_api_models/news.py
@@ -71,7 +71,7 @@ class News(Base):
71
)
72
73
# author = relationship('User', backref=backref('news'))
74
- news_comments = relationship(
+ comments = relationship(
75
'NewsComment',
76
backref="news",
77
cascade="all,delete"
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="geokrety_api_models",
8
- version="0.0.3",
+ version="0.0.4",
9
author="Mathieu Alorent",
10
author_email="[email protected]",
11
description="The GeoKrety API ORM",
0 commit comments