Changeset 4392
- Timestamp:
- 01/22/07 20:01:20 (2 years ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r4309 r4392 1409 1409 1410 1410 These fields should be some kind of text field, such as ``CharField`` or 1411 ``TextField``. 1411 ``TextField``. You can also perform a related lookup on a ``ForeignKey`` with 1412 the lookup API "follow" notation:: 1413 1414 search_fields = ['foreign_key__related_fieldname'] 1412 1415 1413 1416 When somebody does a search in the admin search box, Django splits the search
