Skip to content

Commit

Permalink
fixed rst formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
koryd-bixly authored and davedash committed Feb 3, 2017
1 parent 3734929 commit 9a782fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ This can be disabled by passing the option ``--no-follow`` to ``dump_object``. T
is useful if your target database is already partially setup. Here is and example default output of dump_object.

> ./manage.py dump_object APP.Book

::

[
{
"model": "APP.Author",
Expand All @@ -79,6 +82,9 @@ is useful if your target database is already partially setup. Here is and exampl
Running with the ``--no-follow`` options yields:

> ./manage.py dump_object APP.Book --no-follow

::

[
{
"model": "APP.Book",
Expand All @@ -91,6 +97,8 @@ Running with the ``--no-follow`` options yields:
]


Note: The above example assumes that an Author with an ID of 5
exists in the target database.

The second command is ``merge_fixtures``. This command takes several fixture
files and does a simple de-dupe operation (based on model and pk) and returns a
Expand Down

0 comments on commit 9a782fc

Please sign in to comment.