mirror of
https://github.com/django/django.git
synced 2025-11-02 21:03:53 +00:00
Finished renaming syndication to syndication_tests
This commit is contained in:
parent
7b119c1c77
commit
1fb873cd6b
2 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[
|
||||
{
|
||||
"model": "syndication.entry",
|
||||
"model": "syndication_tests.entry",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"title": "My first entry",
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"model": "syndication.entry",
|
||||
"model": "syndication_tests.entry",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"title": "My second entry",
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"model": "syndication.entry",
|
||||
"model": "syndication_tests.entry",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"title": "My third entry",
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"model": "syndication.entry",
|
||||
"model": "syndication_tests.entry",
|
||||
"pk": 4,
|
||||
"fields": {
|
||||
"title": "A & B < C > D",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"model": "syndication.entry",
|
||||
"model": "syndication_tests.entry",
|
||||
"pk": 5,
|
||||
"fields": {
|
||||
"title": "My last entry",
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"model": "syndication.article",
|
||||
"model": "syndication_tests.article",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"title": "My first article",
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ class SyndicationFeedTest(FeedTestCase):
|
|||
"""
|
||||
Tests for the high-level syndication feed framework.
|
||||
"""
|
||||
urls = 'syndication.urls'
|
||||
urls = 'syndication_tests.urls'
|
||||
|
||||
def test_rss2_feed(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue