<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 2.1.8</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.1.8</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.1.8'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2019-04-01T09:08:23Z</updated>
<entry>
<title>[2.1.x] Bumped version for 2.1.8 release.</title>
<updated>2019-04-01T09:08:23Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-04-01T09:08:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e49b2ae36122030e434e10c1c54ebd834dcda6bb'/>
<id>urn:sha1:e49b2ae36122030e434e10c1c54ebd834dcda6bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[2.1.x] Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit through model from being editable if the user only has the view permission.</title>
<updated>2019-03-30T21:56:50Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2019-03-30T17:58:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aafdf62921f880f37d7091ed7ac8bc948cd5a9a5'/>
<id>urn:sha1:aafdf62921f880f37d7091ed7ac8bc948cd5a9a5</id>
<content type='text'>
Backport of 8335d59200e4c64dfe3348ea93989d95e0107439 from master.
</content>
</entry>
<entry>
<title>[2.1.x] Added stub 2.1.8 release notes.</title>
<updated>2019-03-30T17:04:45Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2019-03-30T16:55:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6bfad83c2a36cca58c2360e7393becc55eb366dd'/>
<id>urn:sha1:6bfad83c2a36cca58c2360e7393becc55eb366dd</id>
<content type='text'>
Backport of e245046bb6e8b32360aa48b8a41fb7050f0fc730 from master
</content>
</entry>
<entry>
<title>[2.1.x] Fixed #30277 -- Fixed broken links to packaging.python.org.</title>
<updated>2019-03-21T14:08:29Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2019-03-21T14:04:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=28fb3ea827edba4aac02dbfa437ef362b97fc306'/>
<id>urn:sha1:28fb3ea827edba4aac02dbfa437ef362b97fc306</id>
<content type='text'>
Backport of 8f1cc7e9e61758475ddd6586e0fede4af1ca0e8d from master.
</content>
</entry>
<entry>
<title>[2.1.x] Fixed serializers test crash if PyYAML isn't installed.</title>
<updated>2019-03-20T15:09:01Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2019-03-20T13:07:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bb880e17ebff6ac1bda2a4d6d7a5a10ea338e9c7'/>
<id>urn:sha1:bb880e17ebff6ac1bda2a4d6d7a5a10ea338e9c7</id>
<content type='text'>
Follow up to a57c783dd4e6dc73847081221827a1902eede88b.

Backport of 55490ac7469a3647ce163bee323f7fe4a06fcaa6 from master
</content>
</entry>
<entry>
<title>[2.1.x] Fixed serializers tests for PyYAML 5.1+.</title>
<updated>2019-03-14T17:39:06Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-03-13T19:06:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e12cf38ae9249fbf89913e015266d3569d911deb'/>
<id>urn:sha1:e12cf38ae9249fbf89913e015266d3569d911deb</id>
<content type='text'>
Backport of a57c783dd4e6dc73847081221827a1902eede88b from master
</content>
</entry>
<entry>
<title>[2.1.x] Reverted "Fixed relative paths imports per isort 4.3.5."</title>
<updated>2019-03-03T18:37:25Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-03-03T18:33:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1999c0a00aec9736a58a235d90c9ef5a6f9cff34'/>
<id>urn:sha1:1999c0a00aec9736a58a235d90c9ef5a6f9cff34</id>
<content type='text'>
This reverts commit 463fe11bc8b2d068e447c5df677e7a31c2af7e03 due to
restore of relative paths sorting from isort &lt; 4.3.5 in isort 4.3.10.
Backport of b435f82939edf70674856e0e1cd63973c2e0a1d1 from master
</content>
</entry>
<entry>
<title>[2.1.x] Clarified permission-related docs.</title>
<updated>2019-02-28T14:29:32Z</updated>
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<published>2019-02-28T14:27:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4fd6e09fdce02c00dfbde9d45a815e9d93060756'/>
<id>urn:sha1:4fd6e09fdce02c00dfbde9d45a815e9d93060756</id>
<content type='text'>
Backport of 632d4861ddb99a2c9d11642fcfa4ad542b427d6b from master
</content>
</entry>
<entry>
<title>[2.1.x] Refs #29683 -- Updated multi-db docs for view permission.</title>
<updated>2019-02-25T19:57:27Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2019-02-25T19:56:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0c295a757085b2fecf7a336c08debf1ab82ca80d'/>
<id>urn:sha1:0c295a757085b2fecf7a336c08debf1ab82ca80d</id>
<content type='text'>
Backport of 50f09264ae8ab04824fcc6554e8c184378ad2f81 from master
</content>
</entry>
<entry>
<title>[2.1.x] Fixed documentation of database representation for ManyToManyField.</title>
<updated>2019-02-25T19:10:22Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-02-25T19:05:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7514a6cc956ca01641973952313592f3a2ab6b04'/>
<id>urn:sha1:7514a6cc956ca01641973952313592f3a2ab6b04</id>
<content type='text'>
Backport of b0799f5d86b6c0ccb1dcba6e0d2eee336f7f5928 from master
</content>
</entry>
</feed>
