Changes between Version 48 and Version 49 of RemovingTheMagic


Ignore:
Timestamp:
Jan 22, 2006, 10:59:45 PM (19 years ago)
Author:
Adrian Holovaty
Comment:

Formatting fix

Legend:

Unmodified
Added
Removed
Modified
  • RemovingTheMagic

    v48 v49  
    8484
    8585 * The following are no longer valid parameters to {{{class Meta}}} and should be removed:
    86 
    87    * {{{module_name}}}
    88    * {{{admin}}} (See "Moved admin options to 'class Admin'" below.)
    89    * {{{exceptions}}} (Just put your exceptions in the module that contains the models and access them normally.)
    90    * {{{module_constants}}} (Just put your constants in the module that contains the models and access them normally.)
    91    * {{{where_constraints}}} (Just use a custom manager. See "Custom managers, and multiple managers" below.)
     86    * {{{module_name}}}
     87    * {{{admin}}} (See "Moved admin options to 'class Admin'" below.)
     88    * {{{exceptions}}} (Just put your exceptions in the module that contains the models and access them normally.)
     89    * {{{module_constants}}} (Just put your constants in the module that contains the models and access them normally.)
     90    * {{{where_constraints}}} (Just use a custom manager. See "Custom managers, and multiple managers" below.)
    9291
    9392=== Moved admin options to 'class Admin' ===
Back to Top