django1/docs/ref/models
Malcolm Tredinnick c181734fa1 Changed create() and get_or_create() to force an insert (not update an existing value).
Backwards incompatible if you are using manually-specific primary key values
and relying on the previously documented behaviour that the new values would
always exist in the database (i.e. it would update the existing entry).

Fixed #8419.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8670 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-28 17:18:05 +00:00
..
fields.txt Removed oldforms, validators, and related code: 2008-08-27 07:19:44 +00:00
index.txt Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 2008-08-23 22:25:40 +00:00
instances.txt Changed create() and get_or_create() to force an insert (not update an existing value). 2008-08-28 17:18:05 +00:00
options.txt Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 2008-08-23 22:25:40 +00:00
querysets.txt Changed create() and get_or_create() to force an insert (not update an existing value). 2008-08-28 17:18:05 +00:00
relations.txt Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 2008-08-23 22:25:40 +00:00