<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/field_subclassing/fields.py, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2022-02-07T19:37:05Z</updated>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30657 -- Allowed customizing Field's descriptors with a descriptor_class attribute.</title>
<updated>2019-07-25T06:15:20Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-07-23T12:04:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5ed20b3aa3536539b9bc1cb5b40e84e3147a2228'/>
<id>urn:sha1:5ed20b3aa3536539b9bc1cb5b40e84e3147a2228</id>
<content type='text'>
Allows model fields to override the descriptor class used on the model
instance attribute.
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed encoding preambles and future imports</title>
<updated>2017-01-18T08:55:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T17:19:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac'/>
<id>urn:sha1:d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed SubfieldBase per deprecation timeline.</title>
<updated>2015-09-23T23:31:09Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-08-12T13:26:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=08ab262649fc483df71d860d217a864ecbbcc69d'/>
<id>urn:sha1:08ab262649fc483df71d860d217a864ecbbcc69d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #24919 -- Made test models serializable for migrations.</title>
<updated>2015-07-21T13:19:40Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-07-16T01:18:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=04e69598de75550a9227bfac353ff5606b6cbe43'/>
<id>urn:sha1:04e69598de75550a9227bfac353ff5606b6cbe43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed RemovedInDjangoXYWarnings for new roadmap.</title>
<updated>2015-06-24T20:08:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-06-22T17:54:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=aaacaeb0963c406c4fe6f68c6ae51f4a65878250'/>
<id>urn:sha1:aaacaeb0963c406c4fe6f68c6ae51f4a65878250</id>
<content type='text'>
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
</content>
</entry>
<entry>
<title>Sorted imports with isort; refs #23860.</title>
<updated>2015-02-06T13:16:28Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-28T12:35:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0ed7d155635da9f79d4dd67e4889087d3673c6da'/>
<id>urn:sha1:0ed7d155635da9f79d4dd67e4889087d3673c6da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Corrected deprecation warning silencing of SubfieldBase.</title>
<updated>2014-09-05T13:12:14Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-09-05T13:12:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f8bb8436e533abad563b5235cf0e62e42dbc5f01'/>
<id>urn:sha1:f8bb8436e533abad563b5235cf0e62e42dbc5f01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #22537 -- Add tests and improved docs for field subclass with choices.</title>
<updated>2014-04-30T11:56:52Z</updated>
<author>
<name>Mike Fogel</name>
<email>mike@fogel.ca</email>
</author>
<published>2014-04-12T03:58:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7fd1b35ed794e7d0a2a18f6ac168adba25a7de23'/>
<id>urn:sha1:7fd1b35ed794e7d0a2a18f6ac168adba25a7de23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #22001 -- Ensure db_type is respected.</title>
<updated>2014-03-14T22:32:17Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2014-03-14T22:18:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d22b291890c1736a40c0ad97448c7318df2eebb2'/>
<id>urn:sha1:d22b291890c1736a40c0ad97448c7318df2eebb2</id>
<content type='text'>
db_parameters should respect an already existing db_type method and
return that as its type string. In particular, this was causing some
fields from gis to not be generated.

Thanks to @bigsassy and @blueyed for their work on the patch.

Also fixed #22260
</content>
</entry>
</feed>
