Ticket #10501: models-instances-typo.diff
File models-instances-typo.diff, 523 bytes (added by , 16 years ago) |
---|
-
docs/ref/models/instances.txt
22 22 23 23 .. class:: Model(**kwargs) 24 24 25 The keyword arguments toare simply the names of the fields you've defined on25 The keyword arguments are simply the names of the fields you've defined on 26 26 your model. Note that instantiating a model in no way touches your database; for 27 27 that, you need to ``save()``.