Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSS feed titles and descriptions are now not terrible. #3123

Merged
merged 3 commits into from
Sep 15, 2022

Conversation

ajrbyers
Copy link
Member

@ajrbyers ajrbyers commented Sep 7, 2022

No description provided.

@ajrbyers ajrbyers changed the title Updates RSS feed titles and descriptions to make them not terrible RSS feed titles and descriptions are now not terrible. Sep 7, 2022
src/rss/views.py Outdated
Comment on lines 62 to 67
def title(self, obj):
return "{} Article Feed".format(obj.name)

def description(self, obj):
return "A feed of the 10 latest articles from {}".format(obj.name)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can obj be None ? It seems that way from self.get_object, in which case it would raise an AttributeError here

@mauromsl
Copy link
Member

jenkins: test this please

@ajrbyers
Copy link
Member Author

Looks like this one is good to go!

@ajrbyers ajrbyers closed this Sep 15, 2022
@ajrbyers ajrbyers reopened this Sep 15, 2022
@mauromsl
Copy link
Member

Looks like this one is good to go!

Waiting on Jenkins at the moment, there were a few tests still failing

@ajrbyers
Copy link
Member Author

Looks like this one is good to go!

Waiting on Jenkins at the moment, there were a few tests still failing

Ah, it showed passed to me!

@mauromsl
Copy link
Member

Looks like this one is good to go!

Waiting on Jenkins at the moment, there were a few tests still failing

Ah, it showed passed to me!

Shows as pending to me, but you are right, build has passed! 💚

@mauromsl mauromsl merged commit 641f1e1 into master Sep 15, 2022
@mauromsl mauromsl deleted the update_rss_feed_title branch September 15, 2022 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants