summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2016-04-02Fixed #22268 -- Documented values_list() behavior for multivalued relations.aIacopo Spalletti
2016-03-31Fixed #26438 -- Fixed multiple .objects typos in the docs.Simon Charette
2016-03-29Fixed #24932 -- Added Cast database function.Claude Paroz
2016-03-29Fixed #25759 -- Added keyword arguments to customize Expressions' as_sql().Kai Feldhoff
2016-03-21Refs #25759 -- Documented customizing expressions' SQL on other databases.Kai Feldhoff
2016-03-12Fixed #26239 -- Added a note about how auto_now works with QuerySet.update().Duane Hilton
2016-03-03Fixed #26321 -- Added missing "for_save" parameter in expressions example.Tim Graham
2016-03-03Fixed #26310 -- Documented that a queryset ordering must be specified to ensu...Tim Graham
2016-03-02Refs #19527 -- Fixed typo in docs/ref/models/querysets.txt.Tim Graham
2016-03-02Fixed #26285 -- Deprecated the MySQL-specific __search lookup.Marc Tamlyn
2016-03-02Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...acrefoot
2016-03-01Fixed typos in docs/ref/models/meta.txt.Taranjeet
2016-02-29Fixed #26186 -- Documented how app relative relationships of abstract models ...Simon Charette
2016-02-27Fixed #26230 -- Made default_related_name affect related_query_name.chenesan
2016-02-26Fixed #25279 -- Made prefetch_related_objects() public.Adam Chainz
2016-02-21Fixed #26238 -- Raised explicit error for non-editable field in ModelFormClaude Paroz
2016-02-17Fixed #25687 -- Documented how to add database function support to third-part...Tim Graham
2016-02-10Fixed #26154 -- Deprecated CommaSeparatedIntegerFieldBrobin
2016-02-01Unified some doc links to OneToOneField and ManyToManyField.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-28Fixed #25354 -- Added class/app_label interpolation for related_query_name.James Pulec
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-14Fixed #26078 -- Clarified "old vs. new" in model._meta upgrade guide.Tim Graham
2016-01-11Added missing period to "etc.".pp
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-26Fixed #8065 -- Made id_list an optional argument for QuerySet.in_bulk().Bryan Marty
2015-12-25Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy
2015-12-24Discouraged use of /tmp with predictable names.Chris Lamb
2015-12-04Fixed #13774 -- Added models.Field.rel_db_type().Alexander Sosnovskiy
2015-12-03Fixed typo in docs/ref/models/instances.txtQile Wang
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-30Removed old versionadded/changed directives.Sergey Fedoseev
2015-11-24Clarified default value for DateField to emulate auto_now_add.Bulgantamir Gankhuyag
2015-11-19Corrected GenericIPAddressField protocol parameter doc.areski
2015-11-12Replaced "inbuilt" with more common "built-in".Tim Graham
2015-11-03Fixed #25132 -- Documented how to retrieve a single value using values_list()...Alex Morozov
2015-11-02Refs #25629 -- Added `arity` class attribute to `Func` expressionsSergey Fedoseev
2015-10-30Fixed #21422 -- Documented that prefetch_related() results must be homogeneous.Tim Graham
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
2015-10-13Fixed typo in docs/ref/models/relations.txt.Tim Graham
2015-10-06Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham
2015-09-25Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_com...Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Refs #12663 -- Removed deprecated Model._meta methods.Tim Graham
2015-09-22Fixed #24509 -- Added Expression support to SQLInsertCompilerAlex Hill
2015-09-21Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton
2015-09-18Made assorted improvements to the Oracle documentation.Mariusz Felisiak
2015-09-11Fixed #25382 -- Removed obsolete references to DateQuerySet.Renato Oliveira
2015-09-03Documented a limitation of Options.required_db_features.Tim Graham
2015-08-13Fixed #24988 -- Documented passing a dictionary of ValidationErrors to Valida...Adam Brenecki