Changeset 3141
- Timestamp:
- 06/18/06 12:33:02 (2 years ago)
- Files:
-
- django/trunk/docs/db-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/db-api.txt
r3125 r3141 732 732 733 733 Any keyword arguments passed to ``get_or_create()`` -- *except* an optional one 734 called ``default `` -- will be used in a ``get()`` call. If an object is found,734 called ``defaults`` -- will be used in a ``get()`` call. If an object is found, 735 735 ``get_or_create()`` returns a tuple of that object and ``False``. If an object 736 736 is *not* found, ``get_or_create()`` will instantiate and save a new object,
