django/docs/ref/models
Malcolm Tredinnick 77189afb7f Slightly rewrite @permalink and get_absolute_url() documentation.
Part 2 of the model instance documentation changes. Slightly tidied up
get_absolute_url() and @permalink documentation to collapse some of the
earlier versions into a preferred learning order. I'm still not
amazingly happy with this, but larger rewrites are needed to the URLconf
stuff across a few files before I can get it into the most natural
order, I suspect. That's a slightly longer-term project.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16702 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-28 02:05:32 +00:00
..
fields.txt Fixed #16498 -- Fixed typo in GenericIPAddressField docs. Thanks, JshWright. 2011-07-29 09:39:49 +00:00
index.txt Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
instances.txt Slightly rewrite @permalink and get_absolute_url() documentation. 2011-08-28 02:05:32 +00:00
options.txt Be very clear about when it's appropriate to use defer() and only(). 2011-08-26 06:19:30 +00:00
querysets.txt Extensive copy-editing and cross-referencing in the queryset API docs. 2011-08-27 02:56:18 +00:00
relations.txt Fixed #14840 -- Added crossrefs to related objects reference docs. Thanks to adamv for the report and patch. 2010-12-06 11:49:31 +00:00