2
0
Fork 0

[svn r345] WIP for editor support

This commit is contained in:
willemc 2008-09-21 13:30:50 +02:00
parent 4643057b7f
commit 5d64bde0bd
48 changed files with 1071 additions and 268 deletions

View file

@ -65,6 +65,24 @@ The plural name for the object:
verbose_name_plural = "stories"
If this isnt 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