Django

Code

Changeset 477

Show
Ignore:
Timestamp:
08/10/05 16:46:40 (3 years ago)
Author:
adrian
Message:

Fixed #118 -- Renamed 'flat files' to 'flat pages' in the admin. Didn't rename it in the Python code, because too many things would break.

Files:

Legend:

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

    r388 r477  
    7676class FlatFile(meta.Model): 
    7777    db_table = 'flatfiles' 
     78    verbose_name = 'flat page' 
    7879    fields = ( 
    7980        meta.CharField('url', 'URL', maxlength=100, validator_list=[validators.isAlphaNumericURL], 
  • django/trunk/docs/tutorial02.txt

    r440 r477  
    7676 
    7777By default, you should see four types of editable content: groups, users, 
    78 redirects and flat files. These are core features Django ships with by default. 
     78redirects and flat pages. These are core features Django ships with by default. 
    7979 
    8080.. _"I can't log in" questions: http://www.djangoproject.com/documentation/faq/#the-admin-site