<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/paginator.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>2026-02-27T17:49:27Z</updated>
<entry>
<title>Refs #23919 -- Used yield from in Paginator.</title>
<updated>2026-02-27T17:49:27Z</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2026-02-27T17:49:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=97cab5fe6526ca175ae520711c61a25c4f8cbb11'/>
<id>urn:sha1:97cab5fe6526ca175ae520711c61a25c4f8cbb11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #34118 -- Removed asgiref coroutine detection shims.</title>
<updated>2026-01-31T13:59:54Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-01-30T20:53:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a52533329a03207c1c4592a13fbb12b9ec5ef9e'/>
<id>urn:sha1:4a52533329a03207c1c4592a13fbb12b9ec5ef9e</id>
<content type='text'>
As Python 3.12 is now the floor, we can drop the shims and
use the `inspect` module.
</content>
</entry>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Refs #35844, #35945 -- Used asgiref.sync.iscoroutinefunction() instead of deprecated asyncio.iscoroutinefunction().</title>
<updated>2025-07-09T16:01:44Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-07-09T16:01:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=426be74022ec31d571858a5b8155300c07a4bdbf'/>
<id>urn:sha1:426be74022ec31d571858a5b8155300c07a4bdbf</id>
<content type='text'>
Follow up to bd3b1dfa2422e02ced3a894adb7544e42540c97d.
Introduced in 2ae3044d9d4dfb8371055513e440e0384f211963.

Fixes DeprecationWarning:

'asyncio.iscoroutinefunction' is deprecated and slated for removal
in Python 3.16; use inspect.iscoroutinefunction() instead.</content>
</entry>
<entry>
<title>Fixed #35452 -- Deprecated orphans being more than or equal to page_size in pagination.</title>
<updated>2025-03-25T11:04:13Z</updated>
<author>
<name>wookkl</name>
<email>wjddnr315@gmail.com</email>
</author>
<published>2025-03-18T16:30:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=334677ad576400a3b74da3f89ac70314235c1876'/>
<id>urn:sha1:334677ad576400a3b74da3f89ac70314235c1876</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35945 -- Added async interface to Paginator.</title>
<updated>2025-03-12T08:22:44Z</updated>
<author>
<name>wookkl</name>
<email>wjddnr315@gmail.com</email>
</author>
<published>2025-03-11T15:53:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2ae3044d9d4dfb8371055513e440e0384f211963'/>
<id>urn:sha1:2ae3044d9d4dfb8371055513e440e0384f211963</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27505 -- Allowed customizing Paginator's error messages.</title>
<updated>2023-04-12T12:02:28Z</updated>
<author>
<name>Marcelo Galigniana</name>
<email>marcelogaligniana@gmail.com</email>
</author>
<published>2023-04-10T01:30:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dfc720c521062cdefd64bc48a11838b0fa583439'/>
<id>urn:sha1:dfc720c521062cdefd64bc48a11838b0fa583439</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unused branch in Paginator.validate_number().</title>
<updated>2022-10-13T10:11:39Z</updated>
<author>
<name>Marcelo Galigniana</name>
<email>marcelogaligniana@gmail.com</email>
</author>
<published>2022-10-13T10:09:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9101adc8ba66556c98f3955138d72b3492a6a60c'/>
<id>urn:sha1:9101adc8ba66556c98f3955138d72b3492a6a60c</id>
<content type='text'>
Unused since 96cf3656c48f6c42714a70b4546bc42f7b904185.
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range().</title>
<updated>2020-08-06T10:38:56Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2020-08-06T09:43:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0a306f7da668e53af2516bfad759b52d6c650b69'/>
<id>urn:sha1:0a306f7da668e53af2516bfad759b52d6c650b69</id>
<content type='text'>
</content>
</entry>
</feed>
