Django

Code

Changeset 5802

Show
Ignore:
Timestamp:
08/04/07 23:42:26 (1 year ago)
Author:
gwilson
Message:

Changed some more links to be relative in the documentation. I had a couple unsaved files that didn't get in with [5798].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/db-api.txt

    r5798 r5802  
    18351835For a full example, see the `lookup API sample model`_. 
    18361836 
    1837 .. _lookup API sample model: http://www.djangoproject.com/documentation/models/lookup/ 
     1837.. _lookup API sample model: ../models/lookup/ 
    18381838 
    18391839get_FOO_filename() 
  • django/trunk/docs/model-api.txt

    r5796 r5802  
    2323 
    2424.. _Database API reference: ../db-api/ 
    25 .. _official repository of model examples: http://www.djangoproject.com/documentation/models/ 
     25.. _official repository of model examples: ../models/ 
    2626 
    2727Quick example 
     
    776776See the `Many-to-one relationship model example`_ for a full example. 
    777777 
    778 .. _Many-to-one relationship model example: http://www.djangoproject.com/documentation/models/many_to_one/ 
     778.. _Many-to-one relationship model example: ../models/many_to_one/ 
    779779 
    780780``ForeignKey`` fields take a number of extra arguments for defining how the 
     
    903903See the `Many-to-many relationship model example`_ for a full example. 
    904904 
    905 .. _Many-to-many relationship model example: http://www.djangoproject.com/documentation/models/many_to_many/ 
     905.. _Many-to-many relationship model example: ../models/many_to_many/ 
    906906 
    907907``ManyToManyField`` objects take a number of extra arguments for defining how 
     
    980980See the `One-to-one relationship model example`_ for a full example. 
    981981 
    982 .. _One-to-one relationship model example: http://www.djangoproject.com/documentation/models/one_to_one/ 
     982.. _One-to-one relationship model example: ../models/one_to_one/ 
    983983 
    984984Custom field types 
     
    11871187site uses only the first field. 
    11881188 
    1189 .. _Specifying ordering: http://www.djangoproject.com/documentation/models/ordering/ 
     1189.. _Specifying ordering: ../models/ordering/ 
    11901190 
    11911191``permissions``