<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/utils.txt, branch stable/3.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F3.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F3.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-01-11T19:16:20Z</updated>
<entry>
<title>[3.2.x] Fixed documented alias of smart_text().</title>
<updated>2024-01-11T19:16:20Z</updated>
<author>
<name>Denys Halenok</name>
<email>denys.halenok@gmail.com</email>
</author>
<published>2024-01-11T19:16:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=90eae45b3818f6c6e74c2fcb972e2a692ade4c1e'/>
<id>urn:sha1:90eae45b3818f6c6e74c2fcb972e2a692ade4c1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations.</title>
<updated>2021-01-19T11:00:40Z</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2021-01-19T10:16:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a5d70cca12aaa1067871eb4e67ab2ed088d1edd6'/>
<id>urn:sha1:a5d70cca12aaa1067871eb4e67ab2ed088d1edd6</id>
<content type='text'>
Backport of 10d126198434810529e0220b0c6896ed64ca0e88 from master
</content>
</entry>
<entry>
<title>Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores.</title>
<updated>2020-05-29T04:47:51Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-05-26T21:56:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0382ecfe020b4c51b4c01e4e9a21892771e66941'/>
<id>urn:sha1:0382ecfe020b4c51b4c01e4e9a21892771e66941</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 3.0.</title>
<updated>2020-05-13T07:07:51Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-05-04T10:29:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4c5236ef93db714b63eedcc5a162631a6ca1def9'/>
<id>urn:sha1:4c5236ef93db714b63eedcc5a162631a6ca1def9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #30165 -- Removed obsolete doc references to deprecated ugettext() &amp; co.</title>
<updated>2020-04-20T05:57:24Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-04-20T05:57:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fb21625270ab169fd436c36dd51acb642a97ee50'/>
<id>urn:sha1:fb21625270ab169fd436c36dd51acb642a97ee50</id>
<content type='text'>
The u-prefixed variants were removed from the documentation in
6eb4996672ca5ccaba20e468d91a83d1cd019801.</content>
</entry>
<entry>
<title>Used :rfc: role in various docs.</title>
<updated>2020-04-15T16:31:30Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-04-15T11:11:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f1a808a5025b63715d1034af2b96a6a5241d29e9'/>
<id>urn:sha1:f1a808a5025b63715d1034af2b96a6a5241d29e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30864 -- Doc'd classproperty decorator.</title>
<updated>2020-03-31T08:46:48Z</updated>
<author>
<name>Deep Sukhwani</name>
<email>deepsukhwani@gmail.com</email>
</author>
<published>2020-03-28T13:22:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4b146e0c83891fc67a422aa22f846bb7654c4d38'/>
<id>urn:sha1:4b146e0c83891fc67a422aa22f846bb7654c4d38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31224 -- Added support for asynchronous views and middleware.</title>
<updated>2020-03-18T18:59:12Z</updated>
<author>
<name>Andrew Godwin</name>
<email>andrew@aeracode.org</email>
</author>
<published>2020-02-12T22:15:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fc0fa72ff4cdbf5861a366e31cb8bbacd44da22d'/>
<id>urn:sha1:fc0fa72ff4cdbf5861a366e31cb8bbacd44da22d</id>
<content type='text'>
This implements support for asynchronous views, asynchronous tests,
asynchronous middleware, and an asynchronous test client.
</content>
</entry>
<entry>
<title>Corrected learn_cache_key() signature in docs.</title>
<updated>2020-03-10T07:54:45Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-03-10T07:54:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5e17301f38d0a4f372d4d36762a464f5f4714ebd'/>
<id>urn:sha1:5e17301f38d0a4f372d4d36762a464f5f4714ebd</id>
<content type='text'>
Follow up to b22415214a7bdeaf8ccd7b8b21872038ab865991.</content>
</entry>
<entry>
<title>Corrected get_cache_key() signature in docs.</title>
<updated>2020-03-10T07:12:32Z</updated>
<author>
<name>Борис Верховский</name>
<email>boris.verk@gmail.com</email>
</author>
<published>2020-03-10T07:12:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d82d2d49d629f010da2c0d81b5927946d971ae72'/>
<id>urn:sha1:d82d2d49d629f010da2c0d81b5927946d971ae72</id>
<content type='text'>
Follow up to b22415214a7bdeaf8ccd7b8b21872038ab865991 and 
cb17f7ca2252265ab4a844e7924cb8ebab4a1a76</content>
</entry>
</feed>
