django/docs/ref/models
Artur Frysiak faf6a911ad Fixed #22023 -- Raised an error for values() followed by defer() or only().
Previously, doing so resulted in invalid data or crash.

Thanks jtiai for the report and Karol Jochelson,
Jakub Nowak, Loic Bistuer, and Baptiste Mispelon for reviews.
2014-02-17 14:46:13 -05:00
..
custom-lookups.txt Fixed #21865 -- Incorrect signs in documented example. 2014-01-23 20:32:24 +00:00
fields.txt Fixed #2445 -- Allowed limit_choices_to attribute to be a callable. 2014-02-11 14:05:12 -05:00
index.txt
instances.txt Fixed #21951 -- Updated docs to use __str__ for Python 3 2014-02-13 07:12:40 -05:00
options.txt Removed double word in model docs 2014-02-09 20:30:34 +01:00
queries.txt
querysets.txt Fixed #22023 -- Raised an error for values() followed by defer() or only(). 2014-02-17 14:46:13 -05:00
relations.txt