<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/admin_util/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>2014-12-31T16:26:27Z</updated>
<entry>
<title>Renamed tests for util -&gt; utils moves; refs #17627.</title>
<updated>2014-12-31T16:26:27Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-12-31T16:25:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8a9b0c15a6c0ef60dea3ba3042317520bc201206'/>
<id>urn:sha1:8a9b0c15a6c0ef60dea3ba3042317520bc201206</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed admin_util test dependency on contrib.sites</title>
<updated>2014-12-23T17:43:55Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-12-23T17:43:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=90720d549ad4be578e935cd029e38b72c020e30b'/>
<id>urn:sha1:90720d549ad4be578e935cd029e38b72c020e30b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Converted a SimpleTestCase that creates data to TestCase.</title>
<updated>2014-12-04T18:24:41Z</updated>
<author>
<name>Thomas Chaumeny</name>
<email>thomas.chaumeny@polyconseil.fr</email>
</author>
<published>2014-12-04T14:18:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ce2eff7e482bcf00eb279cf66a673e273af32300'/>
<id>urn:sha1:ce2eff7e482bcf00eb279cf66a673e273af32300</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ValueError.</title>
<updated>2014-06-05T17:12:01Z</updated>
<author>
<name>Anubhav Joshi</name>
<email>anubhav9042@gmail.com</email>
</author>
<published>2014-05-19T08:45:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5643a3b51be338196d0b292d5626ad43648448d3'/>
<id>urn:sha1:5643a3b51be338196d0b292d5626ad43648448d3</id>
<content type='text'>
This prevents silent data loss.

Thanks Aymeric Augustin for the initial patch and Loic Bistuer for the review.
</content>
</entry>
<entry>
<title>Fixed #22018 -- Fixed checks for ModelAdmin.fields not handling sub-lists.</title>
<updated>2014-02-15T14:01:44Z</updated>
<author>
<name>Aaron France</name>
<email>aaron.l.france@gmail.com</email>
</author>
<published>2014-02-15T10:28:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=23b781cc3d17f12c5158f781b2c8cd9d47550c20'/>
<id>urn:sha1:23b781cc3d17f12c5158f781b2c8cd9d47550c20</id>
<content type='text'>
Flatten a level of sublists before checking for duplicate fields.

When given sublists such as:

```python

class FooAdmin(admin.ModelAdmin):
    fields = ('one', ('one', 'two'))
```

The previous code did not correctly detect the duplicated 'one' field.

Thanks to jwa for the report.
</content>
</entry>
<entry>
<title>Fixed #21846 -- Made NestedObjects handle related_name with %(app_label)s or %(class)s.</title>
<updated>2014-01-22T14:13:15Z</updated>
<author>
<name>Loic Bistuer</name>
<email>loic.bistuer@sixmedia.com</email>
</author>
<published>2014-01-21T17:25:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c3fdeb28fff35573bf86ef04b234c7f5817b0dea'/>
<id>urn:sha1:c3fdeb28fff35573bf86ef04b234c7f5817b0dea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PEP8 cleanup</title>
<updated>2013-11-03T04:50:49Z</updated>
<author>
<name>Jason Myers</name>
<email>jason@jasonamyers.com</email>
</author>
<published>2013-11-03T04:36:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7a61c68c50d3837c50e35c252fd76220f08b5290'/>
<id>urn:sha1:7a61c68c50d3837c50e35c252fd76220f08b5290</id>
<content type='text'>
Signed-off-by: Jason Myers &lt;jason@jasonamyers.com&gt;
</content>
</entry>
<entry>
<title>Fixed E221 pep8 warnings.</title>
<updated>2013-10-22T13:51:39Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-10-22T13:31:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1597503a017a9ced422a81d314cb4097d53c3dfd'/>
<id>urn:sha1:1597503a017a9ced422a81d314cb4097d53c3dfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #17627 -- Renamed util.py files to utils.py</title>
<updated>2013-09-16T16:52:05Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-09-16T16:52:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=18ffdb1772ba60e085cff8fd9a1d4a7b129b4032'/>
<id>urn:sha1:18ffdb1772ba60e085cff8fd9a1d4a7b129b4032</id>
<content type='text'>
Thanks PaulM for the suggestion and Luke Granger-Brown and
Wiktor Kołodziej for the initial patch.
</content>
</entry>
<entry>
<title>Removed most of absolute_import imports</title>
<updated>2013-07-29T18:28:13Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-07-29T17:19:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5c1143910e071c73671424036408c4548742d24f'/>
<id>urn:sha1:5c1143910e071c73671424036408c4548742d24f</id>
<content type='text'>
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
</content>
</entry>
</feed>
