<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/model_fields/tests.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>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Proposed fix for #18162.</title>
<updated>2013-02-23T18:01:38Z</updated>
<author>
<name>Tomek Paczkowski</name>
<email>tomek@hauru.eu</email>
</author>
<published>2013-02-23T18:01:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b6f4a92ff45d98a63dc29402d8ad86b88e6a6697'/>
<id>urn:sha1:b6f4a92ff45d98a63dc29402d8ad86b88e6a6697</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #15040 - Boolean fields return 0 and 1 when loaded through select_related</title>
<updated>2012-10-25T23:25:59Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2012-10-25T23:25:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f3a2bcdee906f7ca1434b6275fdc09b3a454cf46'/>
<id>urn:sha1:f3a2bcdee906f7ca1434b6275fdc09b3a454cf46</id>
<content type='text'>
Thanks to homm for the report and ramiro for the patch.
</content>
</entry>
<entry>
<title>Fixed #18212 -- Standardized arguments of GenericIPAddressField</title>
<updated>2012-09-01T16:38:55Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-09-01T16:32:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=306d34873cff2722e209d8c6058f13eac1532a7b'/>
<id>urn:sha1:306d34873cff2722e209d8c6058f13eac1532a7b</id>
<content type='text'>
Unlike other model fields, the newly introduced (1.4)
GenericIPAddressField did not accept verbose_name and name as the
first positional arguments. This commit fixes it.
Thanks Dan McGee for the report and the patch.
</content>
</entry>
<entry>
<title>Fixed #18724 -- Fixed IntegerField validation with value 0</title>
<updated>2012-08-06T08:42:21Z</updated>
<author>
<name>Brendan MacDonell</name>
<email>brendan@macdonell.net</email>
</author>
<published>2012-08-06T08:42:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ad237fb72f769bbd99b5ed6e3292bead614e1c94'/>
<id>urn:sha1:ad237fb72f769bbd99b5ed6e3292bead614e1c94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[py3] Removed longs.</title>
<updated>2012-07-22T07:29:53Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-07-20T10:45:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=56dbe924a6e700cefbfd34f1a5aa6c1ee01478dc'/>
<id>urn:sha1:56dbe924a6e700cefbfd34f1a5aa6c1ee01478dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Used skipIf decorator to skip image tests when PIL is not available</title>
<updated>2012-07-06T09:20:07Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-07-06T09:15:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=86eb606b88b3979de8074c3a049535150a0cc8a5'/>
<id>urn:sha1:86eb606b88b3979de8074c3a049535150a0cc8a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18515 -- Conditionally regenerated filename in FileField validation</title>
<updated>2012-06-26T16:18:44Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-26T09:14:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=05d333ba3bb16af024c11966d2072de38fe9f82f'/>
<id>urn:sha1:05d333ba3bb16af024c11966d2072de38fe9f82f</id>
<content type='text'>
When a FileField value has been saved, a new validation should not
regenerate a new filename when checking the length. Refs #9893.
</content>
</entry>
<entry>
<title>Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.</title>
<updated>2012-06-07T16:08:47Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-07T16:08:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a103086d5c67fa4fcc53c106c9fdf644c742dd8'/>
<id>urn:sha1:4a103086d5c67fa4fcc53c106c9fdf644c742dd8</id>
<content type='text'>
Thanks Vinay Sajip for the support of his django3 branch and
Jannis Leidel for the review.
</content>
</entry>
<entry>
<title>Fixed #18317 -- Removed db specific raw SQL function from tests</title>
<updated>2012-05-22T20:16:24Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-05-22T20:01:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=459c3b67b7a9aeb96c9a2d57b18c0987c02f2369'/>
<id>urn:sha1:459c3b67b7a9aeb96c9a2d57b18c0987c02f2369</id>
<content type='text'>
A test in model_fields used LEN() in raw SQL. This function is not
available on some 3rd party backends. I removed this function and
ensured that the test works correctly (breaks pre e9bbdb39de) with
the change.
</content>
</entry>
</feed>
