summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2012-11-28[1.5.x] Fixed #19374 -- Typo in docs/ref/models/instances.txt.Jason Yan
2012-11-22[1.5.X] Fixed #18974 - Warned against using models.permalinkTim Graham
2012-11-22[1.5.X] Documented behavior of get_or_create when multiple objects are returned.Tim Graham
2012-11-19[1.5.X] Fixed typo in docs/ref/models/querysets.txtAnton Danilchenko
2012-11-09[1.5.x] Merge pull request #506 from gwrtheyrn/ipv6_doc_fixTim Graham
2012-11-05[1.5.X] Fixed #15591 - Clarified interaction between ModelForm and model vali...Tim Graham
2012-11-04[1.5.x] Added multi-column indexes to the 1.5 release notes. Backport of 9577...Alex Gaynor
2012-11-04[1.5.x] Merge pull request #493 from edavis/fix-get-foo-display-docsAlex Gaynor
2012-11-04[1.5.x] Fixed #5805 -- it is now possible to specify multi-column indexes. Th...Alex Gaynor
2012-11-03[1.5.X] Fixed #17549 -- Added a clickable link for URLFields in admin change ...Ulrich Petri
2012-11-02[1.5.x] Deprecated depth kwarg on select_related.Preston Holmes
2012-10-20Fixed #13869 - Warned that QuerySet.iterator() doesn't affect DB driver cachi...Tim Graham
2012-10-18Fixed #18046 - Documented than an index is created by default for ForeignKeys...Tim Graham
2012-10-07Added section about URL reversion to URL mapper document.Ramiro Morales
2012-10-06Fixed #17435 - Clarified that QuerySet.update returns the number of rows matchedTim Graham
2012-10-05Merge pull request #425 from Osmose/queryset_doc_typoPreston Holmes
2012-10-05Fixed typo in queryset docs under update method.Michael Kelly
2012-10-03Fixed #18413 - Noted that a model's files are not deleted when the model is d...Tim Graham
2012-09-30Corrected links to only()/defer() in Model documentationAnssi Kääriäinen
2012-09-28Fixed #18676 -- Allow fast-path deletion of objectsAnssi Kääriäinen
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-19Fixed #15325 - Added a link to RelatedManager in the ManytoManyField docs; th...Tim Graham
2012-09-15Clearer wording for defer docsPreston Holmes
2012-09-08Updated print statements to work with py3; thanks Claude Paroz noting this.Tim Graham
2012-09-08Fixed #18478 - Documented how to use a mutable default in a model field.Tim Graham
2012-09-08Fixed #17156 -- Added documentation examples for exists()Tim Graham
2012-09-08Avoided mixing dates and datetimes in the examples.Aymeric Augustin
2012-09-07specify any orderable field can be specified in get_latest_by, closes #18875Dan Loewenherz
2012-09-05Fixed #18904 - Typo in MySQL link; thanks Johie Anderson for the report.Tim Graham
2012-08-30Fixed #18883 -- added a missing self parameter in the docsAlex Gaynor
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-26Fixed typo in model fields reference docs.Ramiro Morales
2012-08-21Fixed #18637 - Updated some documentation for aspects of models that are Mode...Tim Graham
2012-08-12Fixed #18306 -- Made deferred models issue update_fields on saveAndrei Antoukh
2012-08-08Fix #18062: Document best practices for choices in model fields.James Bennett
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-03Fixed #15932 - Documented how to supress multiple reverse relations to the sa...Tim Graham
2012-07-24Clarified default name of M2M relationship DB table.Ramiro Morales
2012-07-17Fixed #17788 -- Added batch_size argument to qs.bulk_create()Anssi Kääriäinen
2012-07-07Removed Django 1.0-specific sections.Aymeric Augustin
2012-07-01Fixed #17436 - Added warning about overriding Model.__init__()Tim Graham
2012-06-30Fixed #18145 -- Improved documentation of unique_together type fieldsRaúl Cumplido
2012-06-26Fixed #17485 -- Made defer work with select_relatedAnssi Kääriäinen
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-06-06Replaced documentation snippets using "gender" with less sensitive examples.Jacob Kaplan-Moss
2012-06-06Added alt attribute to img tags in docs.Aymeric Augustin
2012-05-12Fixed #4102 -- Allow update of specific fields in model.save()Andrei Antoukh
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Prevent Oracle from changing field.null to TrueAnssi Kääriäinen