1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/docs/ref/models
Preston Holmes ab696e3a21 Merge pull request #425 from Osmose/queryset_doc_typo
Fixed typo in queryset docs under update method.
2012-10-05 09:08:35 -07:00
..
fields.txt Fixed #18413 - Noted that a model's files are not deleted when the model is deleted. Thanks lawgon for the report. 2012-10-03 17:43:23 -04:00
index.txt
instances.txt Corrected links to only()/defer() in Model documentation 2012-09-30 02:45:50 +03:00
options.txt specify any orderable field can be specified in get_latest_by, closes #18875 2012-09-07 11:34:18 -04:00
querysets.txt Merge pull request #425 from Osmose/queryset_doc_typo 2012-10-05 09:08:35 -07:00
relations.txt