summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index aa64a1f..754881e 100644
--- a/README
+++ b/README
@@ -4,6 +4,7 @@ factory_boy
factory_boy is a fixtures replacement based on thoughtbot's `factory_girl <http://github.com/thoughtbot/factory_girl>`_ . Like factory_girl it has a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute dicts, and stubbed objects), and support for multiple factories for the same class, including factory inheritance. Django support is included, and support for other ORMs can be easily added.
The official repository is at http://github.com/rbarrois/factory_boy.
+The documentation is at http://readthedocs.org/factoryboy.
Credits
-------
@@ -28,7 +29,6 @@ Source::
# Download the source and run
python setup.py install
-
Defining factories
------------------