Week ending 2025-03-23 (Week 12)
Triaged
- #36255 (Rename Django Admin's "Go" button and remove its title attribute) – Django (accepted)
- #36256 (Remove unnecessary title attributes from the Django Admin) – Django (accepted)
- https://code.djangoproject.com/ticket/36259 (accepted)
- #36262 (GeneratedField.db_persist defaults to None but is required to be set as either True or False) – Django (accepted)
- https://code.djangoproject.com/ticket/36264 (invalid → accepted)
- #36265 (Add support for serializing zoneinfo.ZoneInfo objects in migrations) – Django (accepted)
- https://code.djangoproject.com/ticket/36266 (accepted)
- #36269 (Document overriding STORAGES for tests when using callable storage in a FileField) – Django (accepted)
- https://code.djangoproject.com/ticket/36271 (accepted)
Reviewed
- Fixed #35452 -- Deprecated orphans being more than or equal to page_size in pagination. by wookkl · Pull Request #19124 · django/django · GitHub
- https://github.com/django/django/pull/19191
- Fixed #36250 – Ensured `RelatedFieldWidgetWrapper` uses correct renderer by AhmedNassar7 · Pull Request #19271 · django/django · GitHub
- Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings. by medmunds · Pull Request #19143 · django/django · GitHub
- https://github.com/django/django/pull/19240
- Fixed #36078 -- Doc'd that Postgres normalizes a range field with no points to empty. by cliffordgama · Pull Request #19056 · django/django · GitHub
- Fixed #33537 -- Made test database cloning on MySQL reraise unexpected errors. by felixxm · Pull Request #19276 · django/django · GitHub
- Fixed #36262 -- Made GeneratedField.db_persist a required key-word argument. by JasonLovesDoggo · Pull Request #19281 · django/django · GitHub
- https://github.com/django/django/pull/19283
- Increased max upload size setting in production by bmispelon · Pull Request #1993 · django/djangoproject.com · GitHub
- https://github.com/django/django/pull/18805
- [5.2.x] Updated source translation catalogs. by felixxm · Pull Request #19286 · django/django · GitHub
- Fixed #36266 -- Renamed HIDE_PRODUCTION_WARNING environment variable to DJANGO_RUNSERVER_HIDE_WARNING. by JohananOppongAmoateng · Pull Request #19287 · django/django · GitHub
- https://github.com/django/django/pull/18215
- Fixed #35877 -- Clarified ManyToManyField through model database inde… by AyushKhatri-Dev · Pull Request #19059 · django/django · GitHub
- Fixed #36268 -- Added leading `?` in every querystring template tag result. by nessita · Pull Request #19289 · django/django · GitHub
- Fixed a typo - I is missing. by FarhanAliRaza · Pull Request #19292 · django/django · GitHub
- https://github.com/django/django/pull/19030
- Fixed #36095 -- Introduced lazy references before they are used in docs. by cliffordgama · Pull Request #19041 · django/django · GitHub
- https://github.com/django/django/pull/19105
- Fixed #36271 -- Raised TemplateSyntaxError when using a relative template path with an unknown origin. by YogyaChugh · Pull Request #19295 · django/django · GitHub
Authored
- Added post pre-release tasks to release docs. by sarahboyce · Pull Request #19288 · django/django · GitHub
- #36268 (The querystring template tag should render an empty query string result as "?" instead of "") – Django
- Added post release tasks to pre-release checklist. by sarahboyce · Pull Request #2 · nessita/checklist-generator · GitHub
Other/Misc
- Added Jake Howard to the Django security team
- Released Django 5.2 rc1: Django 5.2 release candidate 1 released | Weblog | Django
- Documented a welcome email for new members of the Django security team
- Documented basic guidelines for what to do if a report is disclosed publicly
- Drafted content for Django to be featured in the JetBrains blog.
- Gave some GSoC feedback: