Django

Code

Changeset 9096

Show
Ignore:
Timestamp:
09/29/08 10:54:33 (2 months ago)
Author:
jacob
Message:

[djangoproject.com] checking in changes from the server. Remember, kids, do what I say, not what I do.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com/djangodocs/templates/docs/doc.html

    r9073 r9096  
    4747  <ul> 
    4848    <li> 
    49       Try the <a href="/faq/">FAQ</a> — it's got answers to many common 
     49      Try the <a href="/en/dev/faq/">FAQ</a> — it's got answers to many common 
    5050      questions. 
    5151    </li> 
  • djangoproject.com/django_website/apps/docs/urls.py

    r4792 r9096  
    88    (r'^(?P<version>[\d.]+)/models/$',                  'model_index'), 
    99    (r'^(?P<version>[\d.]+)/models/(?P<slug>\w+)/$',    'model_detail'), 
    10     (r'^(?P<slug>[\w\.-]+)/$',                          'doc_detail'), 
     10    #(r'^(?P<slug>[\w\.-]+)/$',                          'doc_detail'), 
    1111    (r'^(?P<version>[\d.]+)/(?P<slug>[\w\.-]+)/$',      'doc_detail'), 
    1212)