Django

Code

Changeset 28

Show
Ignore:
Timestamp:
07/14/05 13:20:03 (3 years ago)
Author:
adrian
Message:

Created django.contrib and moved comments into it

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/models/__init__.py

    r3 r28  
    11from django.core import meta 
    22 
    3 __all__ = ['auth', 'comments', 'core'] 
     3__all__ = ['auth', 'core'] 
    44 
    55# Alter this package's __path__ variable so that calling code can import models