<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 2.1.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.1.1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.1.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2018-08-31T08:17:29Z</updated>
<entry>
<title>[2.1.x] Bumped version for 2.1.1 release.</title>
<updated>2018-08-31T08:17:29Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2018-08-31T08:17:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=497e3942b53bc0d60aa2c688796c5c4bfc4b3df4'/>
<id>urn:sha1:497e3942b53bc0d60aa2c688796c5c4bfc4b3df4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[2.1.x] Added release date for 2.1.1.</title>
<updated>2018-08-31T08:13:46Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2018-08-31T08:12:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3adf649d743402ff0aadf7404180ac5b7761150b'/>
<id>urn:sha1:3adf649d743402ff0aadf7404180ac5b7761150b</id>
<content type='text'>
Backport of fff25d6d0cf7e76e35230a1aa1a76402e1da369a from master
</content>
</entry>
<entry>
<title>[2.1.x] Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argument.</title>
<updated>2018-08-30T09:36:04Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-08-30T09:22:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=152b1d783bfcf1bab8a038999e1f848a1b4384ef'/>
<id>urn:sha1:152b1d783bfcf1bab8a038999e1f848a1b4384ef</id>
<content type='text'>
* Refs #27991 -- Added testing for ModelAdmin.get_inline_instances() if the inline's has_add_permission() doesn't accept 'obj'.

* Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argument.

Backport of fd8a7a5313f5e223212085b2e470e43c0047e066 from master
</content>
</entry>
<entry>
<title>[2.1.x] Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or values_list() after combining querysets with extra() with union(), difference(), or intersection().</title>
<updated>2018-08-29T08:03:36Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-08-29T08:00:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e7acd99113dfedee1bfcdadd2f81db96ab01e95d'/>
<id>urn:sha1:e7acd99113dfedee1bfcdadd2f81db96ab01e95d</id>
<content type='text'>
Regression in 0b66c3b442875627fa6daef4ac1e90900d74290b.
Backport of 39461a83c33f0cfe719d3b139413d1f5d1e75d5e from master
</content>
</entry>
<entry>
<title>[2.1.x] Fixed #29718 -- Doc'd admin template collision backwards incompatibility in Django 2.1.</title>
<updated>2018-08-28T18:40:39Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-08-28T18:40:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c4559d0b39087e82a546c16e7412a7c097787bf0'/>
<id>urn:sha1:c4559d0b39087e82a546c16e7412a7c097787bf0</id>
<content type='text'>
Backport of 166dec84069c15ecb2bc3a5590f872febdc4709c from master
</content>
</entry>
<entry>
<title>[2.1.x] Fixed LayerMapping encoding in geodjango tutorial.</title>
<updated>2018-08-28T17:01:18Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2018-08-27T10:26:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a24fc07bbc9f4356aa4b9a18aa3dd76b34dd630e'/>
<id>urn:sha1:a24fc07bbc9f4356aa4b9a18aa3dd76b34dd630e</id>
<content type='text'>
GDAL &gt;= 1.9 automatically converts latin-1-encoded strings from Shapefiles to
UTF-8.
Backport of 388165ade4219aeefac1e231c1d44c51a7b62829 from master.
</content>
</entry>
<entry>
<title>[2.1.x] Fixed typo in docs/ref/models/fields.txt.</title>
<updated>2018-08-28T11:53:19Z</updated>
<author>
<name>Matt Wiens</name>
<email>mwiens91@gmail.com</email>
</author>
<published>2018-08-28T11:53:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6cd16037d8174f5ee30bca38eb0cc2c443d4f089'/>
<id>urn:sha1:6cd16037d8174f5ee30bca38eb0cc2c443d4f089</id>
<content type='text'>
Backport of c122a7c53cf870e61353afa73e59f28226a5c48d from master
</content>
</entry>
<entry>
<title>[2.1.x] Corrected ModelFormMixin.form_invalid() signature in docs.</title>
<updated>2018-08-28T00:52:43Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-08-28T00:52:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a7e89a5ba787c15b9c07e4d0f43a510b42be6f8b'/>
<id>urn:sha1:a7e89a5ba787c15b9c07e4d0f43a510b42be6f8b</id>
<content type='text'>
Backport of 76df4f35c2d732f7996aa6b8d816424c52ee0cc1 from master
</content>
</entry>
<entry>
<title>[2.1.x] Fixed #29709 -- Updated recommended SQL Server backend to django-pyodbc-azure.</title>
<updated>2018-08-25T22:37:21Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-08-25T22:36:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aa527e074f129e47e1681a0db93b0051380eb3a6'/>
<id>urn:sha1:aa527e074f129e47e1681a0db93b0051380eb3a6</id>
<content type='text'>
Backport of 7b7fb2eca51dacb5002a4e6b6e1417b36bd5dfd7 from master
</content>
</entry>
<entry>
<title>[2.1.x] Fixed #29226 -- Doc'd modify_settings() ordering considerations for Python &lt; 3.6.</title>
<updated>2018-08-25T14:25:47Z</updated>
<author>
<name>Benjamin Bach</name>
<email>benjamin@overtag.dk</email>
</author>
<published>2018-04-01T10:06:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fb9c1f4b46623208ed8dd587a020ae5fc1b2a87e'/>
<id>urn:sha1:fb9c1f4b46623208ed8dd587a020ae5fc1b2a87e</id>
<content type='text'>
Backport of 08f788b169a30d26f50433083aca253a4e4031b2 from master
</content>
</entry>
</feed>
