Django

Code

Show
Ignore:
Timestamp:
03/20/08 01:35:53 (4 months ago)
Author:
mtredinnick
Message:

Merged the tests and documentation from #4720 to support the changes in [7295].
Thanks, Andy Gayton. Fixed #4720. Refs #5855.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/tests/urls.py

    r7269 r7328  
    2020 
    2121    (r'^utils/', include('regressiontests.utils.urls')), 
     22 
     23    # test urlconf for syndication tests 
     24    (r'^syndication/', include('regressiontests.syndication.urls')), 
    2225)