1
0
mirror of https://github.com/django/django.git synced 2025-07-05 02:09:13 +00:00

magic-removal: Added 'Field name restrictions' section placeholder to docs/model-api.txt

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2755 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-04-27 22:12:05 +00:00
parent 62cb0be63b
commit 2a9ed3addf

View File

@ -56,6 +56,14 @@ specify the human-readable name::
Convention is not to capitalize the first letter of the ``verbose_name``. Convention is not to capitalize the first letter of the ``verbose_name``.
Django will automatically capitalize the first letter where it needs to. Django will automatically capitalize the first letter where it needs to.
Field name restrictions
-----------------------
TODO: Fill this section.
* Can't be Python reserved word.
* Can't have more than one underscore in a row, due to query lookup.
General field options General field options
--------------------- ---------------------