<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 3.0.5</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.0.5</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.0.5'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-04-01T07:54:05Z</updated>
<entry>
<title>[3.0.x] Bumped version for 3.0.5 release.</title>
<updated>2020-04-01T07:54:05Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2020-04-01T07:50:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=49b4ec0a1939af79786dc10db8a48d6c7c633eb5'/>
<id>urn:sha1:49b4ec0a1939af79786dc10db8a48d6c7c633eb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[3.0.x] Added release dates for 2.2.12 and 3.0.5.</title>
<updated>2020-04-01T07:17:38Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2020-04-01T07:14:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d569a8fddeefd07601e0d1a62f7cebf92cacbc05'/>
<id>urn:sha1:d569a8fddeefd07601e0d1a62f7cebf92cacbc05</id>
<content type='text'>
Backport of b56243b77f6ae3125bd1a3f24163b28a13a30c5f from master
</content>
</entry>
<entry>
<title>[3.0.x] Removed unused link in docs/faq/help.txt.</title>
<updated>2020-03-31T16:28:16Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-03-31T16:27:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ab09559b1917a1f74fe2b8f9684857b1d3e0c3a5'/>
<id>urn:sha1:ab09559b1917a1f74fe2b8f9684857b1d3e0c3a5</id>
<content type='text'>
Unused since its introduction in 97cb07c3a10ff0e584a260a7ee1001614691eb1d.
Backport of 3eaf6d67d01dd13baa7237153e7a6e371c56b336 from master
</content>
</entry>
<entry>
<title>[3.0.x] Fixed links in Getting Help FAQ.</title>
<updated>2020-03-30T05:45:32Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-03-30T05:44:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9362bf71c366bc7646d4f08ff1079450560fd0fe'/>
<id>urn:sha1:9362bf71c366bc7646d4f08ff1079450560fd0fe</id>
<content type='text'>
Follow up to 6ef4c8aa9f887f72ebdacff229b9012686272e3a,
Backport of 00ff7a44dee91be59a64559cadeeba0f7386fd6f from master
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #31400 -- Doc'd the expected type of CONN_MAX_AGE database option.</title>
<updated>2020-03-27T06:02:09Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-03-26T21:22:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a6cc8b80cbf149c028f127e01893c2b3973b8878'/>
<id>urn:sha1:a6cc8b80cbf149c028f127e01893c2b3973b8878</id>
<content type='text'>
Backport of bec4dea844332390aecd72f22afc6673a3f5f5fc from master
</content>
</entry>
<entry>
<title>[3.0.x] Rewrote Get Help FAQ.</title>
<updated>2020-03-26T09:25:24Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-03-21T18:25:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f4ee1ba74d214004f111992578c6fe15200f9362'/>
<id>urn:sha1:f4ee1ba74d214004f111992578c6fe15200f9362</id>
<content type='text'>
Backport of 6ef4c8aa9f887f72ebdacff229b9012686272e3a from master
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #31330 -- Corrected catchall URL pattern in flatpages docs.</title>
<updated>2020-03-26T08:18:45Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2020-03-26T07:50:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3bb1e6c5048f6d8cc6c9bd373799e08955c8aac0'/>
<id>urn:sha1:3bb1e6c5048f6d8cc6c9bd373799e08955c8aac0</id>
<content type='text'>
Use re_path() pattern with the regex used before original regression in
df41b5a05d4e00e80e73afe629072e37873e767a.
Regression in a0916d7212aaae634f4388d47d8717abc2cd9036.

Backport of 8f2a6c76d19e4010c4683b20ed7f1eb4b07c17eb from master
</content>
</entry>
<entry>
<title>[3.0.x] Added additional note that tests use locmem email backend.</title>
<updated>2020-03-25T14:25:56Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-03-09T19:38:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2306f8c9bb2bc9539cfe77e38affc01b09f0bfb4'/>
<id>urn:sha1:2306f8c9bb2bc9539cfe77e38affc01b09f0bfb4</id>
<content type='text'>
Backport of f344c75fb09f75879334740f1f8a09c176d93c12 from master
</content>
</entry>
<entry>
<title>[3.0.x] Improved docs on migration reversibility.</title>
<updated>2020-03-25T13:39:17Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-03-25T13:37:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c740a994fa2744a3f1d69d5717bda8d563e7946b'/>
<id>urn:sha1:c740a994fa2744a3f1d69d5717bda8d563e7946b</id>
<content type='text'>
- Clarify reversibility for RunSQL and RunPython operations.
- Add example for migrate with irreversible migration.

Co-authored-by: Carlton Gibson &lt;carlton.gibson@noumenal.es&gt;
Backport of b15b3706fec8ef59577ac47118ee0c62132a03a6 from master
</content>
</entry>
<entry>
<title>[3.0.x] Improved sessions notes in deployment checklist.</title>
<updated>2020-03-25T11:05:36Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-03-25T11:04:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=76db34e52a7852dc292a1792c8a0499ac65faced'/>
<id>urn:sha1:76db34e52a7852dc292a1792c8a0499ac65faced</id>
<content type='text'>
- Added note to clear old sessions when using database-backend.
- Made note to consider the cache backend more generic.
Backport of 66b06822d05ca1cf897745e7cb3c89adc53363ba from master
</content>
</entry>
</feed>
