django/docs/ref/models
Anssi Kääriäinen 0b6f05ede6 Fixed #19501 -- added Model.from_db() method
The Model.from_db() is intended to be used in cases where customization
of model loading is needed. Reasons can be performance, or adding custom
behavior to the model (for example "dirty field tracking" to issue
automatic update_fields when saving models).

A big thank you to Tim Graham for the review!
2014-07-01 16:31:01 +03:00
..
class.txt Fixed #22019 -- Added Model.objects reference documentation. 2014-05-17 08:32:05 -04:00
custom-lookups.txt Fixed #22819 -- Renamed output_type -> output_field in query expression API. 2014-06-17 11:57:16 -04:00
fields.txt Fixed #14481 -- Documented implicit "through" class created by ManyToManyField. 2014-06-18 12:30:10 -04:00
index.txt Fixed #22019 -- Added Model.objects reference documentation. 2014-05-17 08:32:05 -04:00
instances.txt Fixed #19501 -- added Model.from_db() method 2014-07-01 16:31:01 +03:00
options.txt Fixed #22778 -- Added a model Meta option to define default_related_name. 2014-06-18 13:53:07 -04:00
queries.txt Fixed #22405 -- Fixed string error in models/queries docs. 2014-04-08 13:33:40 +02:00
querysets.txt Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version. 2014-06-11 10:03:34 -04:00
relations.txt Fixed #21343 -- Noted many-to-many restrictions with intermediate model. 2014-01-16 08:38:40 -05:00