Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions post_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"model": "post.post", "pk": 1, "fields": {"title": "Django Fixtures", "content": "Content of Django Fixtures"}}, {"model": "post.post", "pk": 2, "fields": {"title": "ORM Basics", "content": "Content of ORM Basics"}}, {"model": "post.post", "pk": 3, "fields": {"title": "Advanced Queries", "content": "Content of Advanced Queries"}}, {"model": "post.subtitle", "pk": 1, "fields": {"content": "An Overview", "post": 1}}, {"model": "post.subtitle", "pk": 2, "fields": {"content": "Introduction to ORM", "post": 2}}, {"model": "post.comment", "pk": 1, "fields": {"content": "Great article!", "post": 1}}, {"model": "post.comment", "pk": 2, "fields": {"content": "Very informative.", "post": 2}}, {"model": "post.comment", "pk": 3, "fields": {"content": "Helped a lot!", "post": 3}}, {"model": "post.comment", "pk": 4, "fields": {"content": "Need more examples.", "post": 3}}, {"model": "post.comment", "pk": 5, "fields": {"content": "Thanks for the tips!", "post": 3}}]