<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/fields/__init__.py, branch 1.11.8</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.11.8</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.11.8'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2017-05-12T01:05:05Z</updated>
<entry>
<title>[1.11.x] Fixed #28188 -- Fixed crash when pickling model fields.</title>
<updated>2017-05-12T01:05:05Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-05-12T01:04:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=74b0837bef6270a78f55878c488561f81a6339f7'/>
<id>urn:sha1:74b0837bef6270a78f55878c488561f81a6339f7</id>
<content type='text'>
Regression in d2a26c1a90e837777dabdf3d67ceec4d2a70fb86.

Thanks Adam Alton for the report and test, and Adam Johnson for
suggesting the fix.

Backport of a9874d48b1b9d91988b9f299726ec4f559fb2f75 from master
</content>
</entry>
<entry>
<title>[1.11.x] Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' for fields with choices.</title>
<updated>2017-03-23T17:56:45Z</updated>
<author>
<name>Kapil Garg</name>
<email>kapilgarg1996@gmail.com</email>
</author>
<published>2017-03-21T23:29:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a8c540accc7eb526e44ec2bc05881eb300f54530'/>
<id>urn:sha1:a8c540accc7eb526e44ec2bc05881eb300f54530</id>
<content type='text'>
Backport of 7e09fa7f519daf2f9c26587c3da5dc044d84b032 from master
</content>
</entry>
<entry>
<title>[1.11.x] Fixed typo in DurationField's docstring.</title>
<updated>2017-02-20T13:45:01Z</updated>
<author>
<name>Alexey Rogachev</name>
<email>arogachev90@gmail.com</email>
</author>
<published>2017-02-20T06:35:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=447c6802f0a19d62026f2a8c84a479377ce80b20'/>
<id>urn:sha1:447c6802f0a19d62026f2a8c84a479377ce80b20</id>
<content type='text'>
Backport of c743af82cf56a915bf5d5d53a063892394cb75cf from master
</content>
</entry>
<entry>
<title>[1.11.x] Refs #27148 -- Fixed UUIDField.to_python(None) crash.</title>
<updated>2017-02-10T19:34:14Z</updated>
<author>
<name>ClairePhila</name>
<email>ClairePhila@byom.de</email>
</author>
<published>2017-02-10T17:28:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4101b57b1984af7f63eb5c7832861c30f2e7642d'/>
<id>urn:sha1:4101b57b1984af7f63eb5c7832861c30f2e7642d</id>
<content type='text'>
Regression in 2f9861d823620da7ecb291a8f005f53da12b1e89.

Backport of d26413113c1a5c95218fe4e43a684a2fe1ad1bff from master
</content>
</entry>
<entry>
<title>Removed unneeded values in NullBooleanField.formfield().</title>
<updated>2016-12-20T12:54:54Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-12-19T23:58:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=09a7f121b51b7245470d6d6d3181695953208864'/>
<id>urn:sha1:09a7f121b51b7245470d6d6d3181695953208864</id>
<content type='text'>
These values are duplicated in the super().
</content>
</entry>
<entry>
<title>Optimized Model instantiation a bit.</title>
<updated>2016-12-15T18:42:44Z</updated>
<author>
<name>Adam Chainz</name>
<email>me@adamj.eu</email>
</author>
<published>2016-12-15T18:42:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d2a26c1a90e837777dabdf3d67ceec4d2a70fb86'/>
<id>urn:sha1:d2a26c1a90e837777dabdf3d67ceec4d2a70fb86</id>
<content type='text'>
* Avoid some unnecessary attribute lookups, e.g. access signals directly rather than from module
* Alias some repeat accesses inside the method to use the slightly faster local lookups
* Use tuple to iterate remaining kwargs as it's faster to construct
* Cache Field.get_default() to avoid running through all the logic on every call
* Use a cached list of the properties on the model class to avoid repeat isinstance() calls</content>
</entry>
<entry>
<title>Fixed #27599 -- Fixed Field.__str__() crash for fields not attached to models.</title>
<updated>2016-12-14T19:04:26Z</updated>
<author>
<name>Morgan Aubert</name>
<email>morgan@aubert.email</email>
</author>
<published>2016-12-14T19:04:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ef889d5b10c02c8f0c19f7384fbb51d291240bee'/>
<id>urn:sha1:ef889d5b10c02c8f0c19f7384fbb51d291240bee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27532 -- Deprecated Model._meta.has_auto_field</title>
<updated>2016-11-25T18:24:11Z</updated>
<author>
<name>Adam Chainz</name>
<email>adam@adamj.eu</email>
</author>
<published>2016-11-23T22:04:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6252fd6314f66d2d303cc47c791ffefd27169b42'/>
<id>urn:sha1:6252fd6314f66d2d303cc47c791ffefd27169b42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed E305 flake8 warnings.</title>
<updated>2016-11-14T17:30:46Z</updated>
<author>
<name>Ramin Farajpour Cami</name>
<email>ramin.blackhat@gmail.com</email>
</author>
<published>2016-11-12T17:11:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=967be82443b5640d61608a89897d8ce2bc44fa54'/>
<id>urn:sha1:967be82443b5640d61608a89897d8ce2bc44fa54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27148 -- Fixed ModelMultipleChoiceField crash with invalid UUID.</title>
<updated>2016-10-31T19:21:05Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-10-31T19:21:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2f9861d823620da7ecb291a8f005f53da12b1e89'/>
<id>urn:sha1:2f9861d823620da7ecb291a8f005f53da12b1e89</id>
<content type='text'>
</content>
</entry>
</feed>
