From 14116bc53eec6cd35447fad72b0fdaae84900d7d Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 25 Jan 2010 12:23:30 +0000 Subject: Fixed #12672 -- Added the ability to configure which applications are available on which database. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12290 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/django-admin.txt | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 8ed489deb4..8a4a9bcc2b 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -423,25 +423,6 @@ define the fixture ``mydata.master.json`` or have specified that you want to load data onto the ``master`` database. -Excluding applications from loading -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -.. versionadded:: 1.2 - -The :djadminopt:`--exclude` option may be provided to prevent specific -applications from being loaded. - -For example, if you wanted to exclude models from ``django.contrib.auth`` -from being loaded into your database, you would call:: - - django-admin.py loaddata mydata.json --exclude auth - -This will look for for a JSON fixture called ``mydata`` in all the -usual locations - including the ``fixtures`` directory of the -``django.contrib.auth`` application. However, any fixture object that -identifies itself as belonging to the ``auth`` application (e.g., -instance of ``auth.User``) would be ignored by loaddata. - makemessages ------------ -- cgit v1.3