django/docs/ref/models
Malcolm Tredinnick d22ee35ee9 Fixed #8662 -- Fixed the documentation of Model.save() to match the real
signature so that people overriding it will use the right signature.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8689 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-29 01:44:15 +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 Fixed #8662 -- Fixed the documentation of Model.save() to match the real 2008-08-29 01:44:15 +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