From 090ebcae957e5b15ea3328277d658ee2443e50ba Mon Sep 17 00:00:00 2001 From: Shaun Sephton Date: Tue, 26 Jul 2011 16:40:59 +0200 Subject: [PATCH] relations --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c5eae05..13faf89 100644 --- a/README.rst +++ b/README.rst @@ -56,5 +56,5 @@ This is a normal Django JSON fixtures list of objects that will be created. You After the command completes you should have 5 newly created staff users in your database. If you were to run the generate command again no new users would be created as ``django-generate`` detects the presence of previously generated objects. -Have a look at `jmbo-post's generator `_ to see how objects with inheritance structures and file resources can be created very easily using ``django-generate``. +Have a look at `jmbo-post's generator `_ to see how objects with inheritance structures, relations and file resources can be created very easily using ``django-generate``.