django/docs/ref/models
Marc Tamlyn 32d4db66b9 Update converters to take a consistent set of parameters.
As suggested by Anssi. This has the slightly strange side effect of
passing the expression to Expression.convert_value has the expression
passed back to it, but it allows more complex patterns of expressions.
2015-02-20 11:35:52 +00:00
..
class.txt Fixed #22019 -- Added Model.objects reference documentation. 2014-05-17 08:32:05 -04:00
conditional-expressions.txt Refs #14030 -- Improved expression support for python values 2015-02-12 08:46:25 +11:00
database-functions.txt Fixed #23753 -- Added a suite of SQL Functions 2014-12-27 15:27:27 +11:00
expressions.txt Update converters to take a consistent set of parameters. 2015-02-20 11:35:52 +00:00
fields.txt Update converters to take a consistent set of parameters. 2015-02-20 11:35:52 +00:00
index.txt Fixed #24031 -- Added CASE expressions to the ORM. 2015-01-12 18:15:34 -05:00
instances.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
lookups.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
meta.txt Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many. 2015-02-14 02:28:24 +07:00
options.txt Disallowed importing concrete models without an application. 2015-02-10 21:41:19 +01:00
querysets.txt Fixed typos of "select_related" in docs and tests. 2015-02-04 07:31:43 -05:00
relations.txt Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it. 2015-02-05 12:45:08 +07:00