Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-DashboardFeeds
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-DashboardFeeds
Commits
3448971f
You need to sign in or sign up before continuing.
Commit
3448971f
authored
5 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Plain Diff
Merge branch '5-set-option-text-only-for-rssfeeds' into 'master'
Migration for text only rss feeds Closes
#5
See merge request
!10
parents
5a44a96b
25cf03e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!10
Migration for text only rss feeds
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/apps/dashboardfeeds/migrations/0004_rssfeedwidget_text_only.py
+18
-0
18 additions, 0 deletions
...dashboardfeeds/migrations/0004_rssfeedwidget_text_only.py
with
18 additions
and
0 deletions
aleksis/apps/dashboardfeeds/migrations/0004_rssfeedwidget_text_only.py
0 → 100644
+
18
−
0
View file @
3448971f
# Generated by Django 3.0.4 on 2020-03-28 21:45
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'
dashboardfeeds
'
,
'
0003_rssfeedwidget_rss_source
'
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
'
rssfeedwidget
'
,
name
=
'
text_only
'
,
field
=
models
.
BooleanField
(
default
=
False
,
verbose_name
=
'
Text Only RSS Feed
'
),
),
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment