[svn r345] WIP for editor support
This commit is contained in:
parent
4643057b7f
commit
5d64bde0bd
48 changed files with 1071 additions and 268 deletions
|
|
@ -65,6 +65,24 @@ The plural name for the object:
|
|||
verbose_name_plural = "stories"
|
||||
If this isn’t given, Django will use verbose_name + "s"
|
||||
|
||||
List of Magic Field Names
|
||||
|
||||
* created_at
|
||||
* created_on
|
||||
* updated_at
|
||||
* updated_on
|
||||
* lock_version
|
||||
* type
|
||||
* id
|
||||
* #{table_name}_count
|
||||
* position
|
||||
* parent_id
|
||||
* lft
|
||||
* rgt
|
||||
* quote_value (is used for quoting)
|
||||
* template
|
||||
|
||||
|
||||
|
||||
- plural
|
||||
- ordering
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue