<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/base.py, branch 2.0.6</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.0.6</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.0.6'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2017-10-12T21:29:53Z</updated>
<entry>
<title>[2.0.x] Fixed #27846 -- Made Model.refresh_from_db() clear cached relations.</title>
<updated>2017-10-12T21:29:53Z</updated>
<author>
<name>Paulo</name>
<email>commonzenpython@gmail.com</email>
</author>
<published>2017-09-19T17:51:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5d3f2aa3f12747822fb1ece95f0f614eeafa47b1'/>
<id>urn:sha1:5d3f2aa3f12747822fb1ece95f0f614eeafa47b1</id>
<content type='text'>
Backport of a7b5ad8b19a08d7d57302ece74f6e26d2887fd9f from master
</content>
</entry>
<entry>
<title>Fixed #28597 -- Fixed crash with the name of a model's autogenerated primary key in an Index's fields.</title>
<updated>2017-09-18T18:06:00Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2017-09-17T06:26:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fb02ebe889eee292144f9157ed4ddcdcc139eba9'/>
<id>urn:sha1:fb02ebe889eee292144f9157ed4ddcdcc139eba9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Replaced usage of django.utils.functional.curry() with functools.partial()/partialmethod().</title>
<updated>2017-09-06T17:11:18Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2017-09-06T17:11:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5b1c389603a353625ae1603ba345147356336afb'/>
<id>urn:sha1:5b1c389603a353625ae1603ba345147356336afb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28335 -- Allowed query expressions in Meta.ordering.</title>
<updated>2017-09-05T23:10:20Z</updated>
<author>
<name>Dima Kudosh</name>
<email>LagMegantic@yandex.ru</email>
</author>
<published>2017-06-25T18:17:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=093fd479d6be1790c6dc174f9df3a895b50e8a2f'/>
<id>urn:sha1:093fd479d6be1790c6dc174f9df3a895b50e8a2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #28459 -- Optimized ModelState instantiation.</title>
<updated>2017-08-11T19:41:04Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2017-08-04T06:20:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5cc746206726c538c36a2830e7c068f1c8a0e7c8'/>
<id>urn:sha1:5cc746206726c538c36a2830e7c068f1c8a0e7c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28456 -- Allowed customizing Model pickling by overriding __getstate__().</title>
<updated>2017-08-11T19:27:25Z</updated>
<author>
<name>Nerl~</name>
<email>nerlin57@gmail.com</email>
</author>
<published>2017-08-11T19:27:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=97cb3bd16d8e50d96eb184f8d67dd1723f776d2a'/>
<id>urn:sha1:97cb3bd16d8e50d96eb184f8d67dd1723f776d2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #16043 -- Refactored internal fields value cache.</title>
<updated>2017-08-10T16:06:02Z</updated>
<author>
<name>Paulo</name>
<email>commonzenpython@gmail.com</email>
</author>
<published>2016-06-04T23:10:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bfb746f983aa741afa3709794e70f1e0ab6040b5'/>
<id>urn:sha1:bfb746f983aa741afa3709794e70f1e0ab6040b5</id>
<content type='text'>
* Removed all hardcoded logic for _{fieldname}_cache.
* Added an internal API for interacting with the field values cache.

Thanks carljm and MarkusH for support.
</content>
</entry>
<entry>
<title>Refs #28459 -- Improved performance of Model.from_db() when fields are deferred.</title>
<updated>2017-08-02T13:16:36Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2017-08-02T13:16:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=78f7f6802175c6ef9a1c5160bbad0b9d2661f603'/>
<id>urn:sha1:78f7f6802175c6ef9a1c5160bbad0b9d2661f603</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoided creating temporary lists for obtaining the first item.</title>
<updated>2017-07-31T15:02:23Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2017-07-31T15:02:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aadd3aeb2ba3153e35bd805c80c901f289a6f333'/>
<id>urn:sha1:aadd3aeb2ba3153e35bd805c80c901f289a6f333</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed support for broken Model.__str__() in Model.__repr__().</title>
<updated>2017-06-11T19:52:19Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-06-11T19:52:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3d0a0ecd2cc5d7bfe0b53c33255c1b6564c160a4'/>
<id>urn:sha1:3d0a0ecd2cc5d7bfe0b53c33255c1b6564c160a4</id>
<content type='text'>
Returning invalid bytestrings in __str__() is unlikely in Python 3.</content>
</entry>
</feed>
