From b3b541b68ea83164aee967539e4aa44cbdb88b6e Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Tue, 31 Mar 2009 16:09:22 +0000 Subject: [1.0.X]: Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comments, according to the Django style guide. Based on patch from rduffield. Backport of r10256 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10257 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/models/instances.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/models') diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt index 5e7151a89c..b2b04e04d5 100644 --- a/docs/ref/models/instances.txt +++ b/docs/ref/models/instances.txt @@ -290,7 +290,7 @@ The ``permalink`` decorator The problem with the way we wrote ``get_absolute_url()`` above is that it slightly violates the DRY principle: the URL for this object is defined both -in the URLConf file and in the model. +in the URLconf file and in the model. You can further decouple your models from the URLconf using the ``permalink`` decorator: -- cgit v1.3