1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
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
conditional-expressions.txt
database-functions.txt
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
instances.txt
lookups.txt
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
querysets.txt
relations.txt