<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/fields/subclassing.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-09-23T23:31:09Z</updated>
<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/django.git/commit/?id=08ab262649fc483df71d860d217a864ecbbcc69d'/>
<id>urn:sha1:08ab262649fc483df71d860d217a864ecbbcc69d</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/django.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>Fixed #18757, #14462, #21565 -- Reworked database-python type conversions</title>
<updated>2014-09-03T19:36:03Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2014-08-12T12:08:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e9103402c0fa873aea58a6a11dba510cd308cb84'/>
<id>urn:sha1:e9103402c0fa873aea58a6a11dba510cd308cb84</id>
<content type='text'>
Complete rework of translating data values from database

Deprecation of SubfieldBase, removal of resolve_columns and
convert_values in favour of a more general converter based approach and
public API Field.from_db_value(). Now works seamlessly with aggregation,
.values() and raw queries.

Thanks to akaariai in particular for extensive advice and inspiration,
also to shaib, manfre and timograham for their reviews.
</content>
</entry>
<entry>
<title>Fixed #21940 -- Added kwargs to contribute_to_class() of model fields..</title>
<updated>2014-08-01T11:41:28Z</updated>
<author>
<name>Mitar</name>
<email>mitar.git@tnode.com</email>
</author>
<published>2014-07-23T09:41:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1ed6fbcf44f0eebf29fd9b36be03bc5d73acee0a'/>
<id>urn:sha1:1ed6fbcf44f0eebf29fd9b36be03bc5d73acee0a</id>
<content type='text'>
Thanks Kronuz for the suggestion.
</content>
</entry>
<entry>
<title>Fixed #12568 -- no error when accessing custom field's descriptor</title>
<updated>2013-09-18T07:03:52Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2013-09-18T06:56:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=50633e7353694ff54f14b04469be3792f286182f'/>
<id>urn:sha1:50633e7353694ff54f14b04469be3792f286182f</id>
<content type='text'>
The SubfieldBase's descriptor caused an AttributeError when accessed
from the class. Introspection didn't like that.

Patch by Trac alias supervacuo.
</content>
</entry>
<entry>
<title>A large number of stylistic cleanups across django/db/</title>
<updated>2013-07-08T00:39:54Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2013-07-08T00:39:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=03d9566e0df45c72bffa99fe244a92f0279da56f'/>
<id>urn:sha1:03d9566e0df45c72bffa99fe244a92f0279da56f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[py3] Removed a remaining use of __metaclass__.</title>
<updated>2012-08-14T21:45:12Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-08-14T21:44:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e091c18f50266097f648efc7cac2503968e9d217'/>
<id>urn:sha1:e091c18f50266097f648efc7cac2503968e9d217</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed deprecated legacy connection handling for `Field.get_db_*`.</title>
<updated>2011-03-30T17:48:42Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-03-30T17:48:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e57cc90c164ca9e078882158d830c5d9f717e13b'/>
<id>urn:sha1:e57cc90c164ca9e078882158d830c5d9f717e13b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Normalized the name order of arguments. There's no actual bug here, other than potential confusion for anyone reading the code. Thanks to Aram Dulyan for the report.</title>
<updated>2010-12-04T05:59:38Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-12-04T05:59:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=52c77803d2b0852e6cf23d0c673131ce28934261'/>
<id>urn:sha1:52c77803d2b0852e6cf23d0c673131ce28934261</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14796 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10728 -- corrected subclassing of Fields who use the SubfieldBase metaclass.  Thanks to G2P and George Sakkis for their work on the patch.</title>
<updated>2010-11-02T18:40:53Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2010-11-02T18:40:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=222c73261650201f5ce99e8dd4b1ce0d30a69eb4'/>
<id>urn:sha1:222c73261650201f5ce99e8dd4b1ce0d30a69eb4</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14443 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
