<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 5.0a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.0a1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.0a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2023-09-18T22:30:07Z</updated>
<entry>
<title>[5.0.x] Bumped version for 5.0 alpha 1 release.</title>
<updated>2023-09-18T22:30:07Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2023-09-18T22:30:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eeeacc52a967234e920c001b7908c4acdfd7a848'/>
<id>urn:sha1:eeeacc52a967234e920c001b7908c4acdfd7a848</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[5.0.x] Updated source translation catalogs.</title>
<updated>2023-09-18T21:36:18Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2023-09-18T14:41:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c3f890a5803774887fc73a005cba7bf736bb546c'/>
<id>urn:sha1:c3f890a5803774887fc73a005cba7bf736bb546c</id>
<content type='text'>
This work includes the updating of the translations catalog for JS files. The
catalog was generated with this command:

django-admin makemessages -l en --domain=djangojs -i views/templates/i18n_catalog.js

The `views/templates/i18n_catalog.js` file had to be ignored because otherwise
the command would fail as follows:

xgettext: warning: msgid '' is used without plural and with plural.
                   ./views/templates/i18n_catalog.js:52: Here is the occurrence without plural.
                   ./views/templates/i18n_catalog.js:60: Here is the occurrence with plural.
                   Workaround: If the msgid is a sentence, change the wording of the sentence; otherwise, use contexts for disambiguation.
CommandError: errors happened while running msguniq
/home/nessita/fellowship/django/django/conf/locale/djangojs.pot:22: context separator &lt;EOT&gt; within string
/home/nessita/fellowship/django/django/conf/locale/djangojs.pot:23: context separator &lt;EOT&gt; within string
msguniq: found 2 fatal errors
</content>
</entry>
<entry>
<title>[5.0.x] Bumped django_next_version in docs config.</title>
<updated>2023-09-18T14:28:22Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2023-09-18T14:28:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fbfa1b669a435da455c35e1382eeac498e4de00c'/>
<id>urn:sha1:fbfa1b669a435da455c35e1382eeac498e4de00c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made cosmetic edits to docs/releases/5.0.txt.</title>
<updated>2023-09-18T13:21:25Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2023-09-18T12:06:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=613b7ba212d773e8b8a4ecb8236ef575c153a9a6'/>
<id>urn:sha1:613b7ba212d773e8b8a4ecb8236ef575c153a9a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed empty sections from 5.0 release notes.</title>
<updated>2023-09-18T12:51:35Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2023-09-18T12:08:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a7aaba0f85cb9a2d32b686431f496820fdf15884'/>
<id>urn:sha1:a7aaba0f85cb9a2d32b686431f496820fdf15884</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated man page for Django 5.0 alpha.</title>
<updated>2023-09-18T12:25:34Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2023-09-18T11:40:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3eb7051161f7e574a8489d998312cce8d92d03d0'/>
<id>urn:sha1:3eb7051161f7e574a8489d998312cce8d92d03d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33651 -- Added support for prefetching GenericForeignKey.</title>
<updated>2023-09-18T11:23:21Z</updated>
<author>
<name>Clément Escolano</name>
<email>clement.escolano@icloud.com</email>
</author>
<published>2023-08-01T21:31:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cac94dd8aa2fb49cd2e06b5b37cf039257284bb0'/>
<id>urn:sha1:cac94dd8aa2fb49cd2e06b5b37cf039257284bb0</id>
<content type='text'>
Co-authored-by: revanthgss &lt;revanthgss@almabase.com&gt;
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #34560 -- Updated admin's jQuery to 3.7.1.</title>
<updated>2023-09-18T06:54:44Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-09-18T06:54:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=190874eadd0c6dcaae0c244cc47e838cf0faf24d'/>
<id>urn:sha1:190874eadd0c6dcaae0c244cc47e838cf0faf24d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31558 -- Added support for boolean attribute on properties in ModelAdmin.list_display.</title>
<updated>2023-09-16T18:54:26Z</updated>
<author>
<name>Ryanwalker277</name>
<email>andianurag277@gmail.com</email>
</author>
<published>2023-09-14T12:10:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=225328efd9814f2e922ee77fb48a3eea7428c397'/>
<id>urn:sha1:225328efd9814f2e922ee77fb48a3eea7428c397</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34842 -- Fixed ModelAdmin.readonly_fields crash with GeneratedFields.</title>
<updated>2023-09-16T18:13:02Z</updated>
<author>
<name>Paolo Melchiorre</name>
<email>paolo@melchiorre.org</email>
</author>
<published>2023-09-15T13:30:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2f1ab16be54255213d5c3e4d925a3a24997dc917'/>
<id>urn:sha1:2f1ab16be54255213d5c3e4d925a3a24997dc917</id>
<content type='text'>
</content>
</entry>
</feed>
