1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/docs/ref/models
Simon Charette 1e38f1191d Fixed #30446 -- Resolved Value.output_field for stdlib types.
This required implementing a limited form of dynamic dispatch to combine
expressions with numerical output. Refs #26355 should eventually provide
a better interface for that.
2020-07-15 10:58:29 +02:00
..
class.txt
conditional-expressions.txt
constraints.txt
database-functions.txt
expressions.txt Fixed #30446 -- Resolved Value.output_field for stdlib types. 2020-07-15 10:58:29 +02:00
fields.txt
index.txt
indexes.txt
instances.txt Fixed #31502 -- Documented Model._state.db and Model._state.adding 2020-07-08 10:05:47 +02:00
lookups.txt
meta.txt
options.txt
querysets.txt Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+. 2020-07-13 10:15:43 +02:00
relations.txt