Re: Django security releases issued: 5.1.1, 5.0.9, and 4.2.16

2024-09-03 Thread Natalia
Hello Uri,

This is expected, the release notes take some time to get built in the 
remote server that serves them. For security releases in particular, the 
CVE-fixing notes are pushed "fresh" at the time of the release, so they are 
not pre-built as with usual bug fixes.

Natalia.
On Tuesday, September 3, 2024 at 11:36:32 AM UTC-3 אורי wrote:

> Hi,
>
> I noticed that Django 4.2.16 release notes (and the other versions 
> released today) are not updated:
> https://docs.djangoproject.com/en/5.1/releases/4.2.16/
>
> This happens usually every time after a new release. Is it possible to fix 
> it?
>
> Thanks,
> Uri Rodberg, Speedy Net.
> אורי
> u...@speedy.net
>
>
> On Tue, Sep 3, 2024 at 5:30 PM Natalia Bidart  
> wrote:
>
>> Details are available on the Django project weblog: 
>> https://www.djangoproject.com/weblog/2024/sep/03/security-releases/
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django developers (Contributions to Django itself)" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-develop...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-developers/CAJVoTUvYcMhWofu2TGjbDViqr6%2BvQLDGHARqkVyYEda2KTFnSQ%40mail.gmail.com
>>  
>> <https://groups.google.com/d/msgid/django-developers/CAJVoTUvYcMhWofu2TGjbDViqr6%2BvQLDGHARqkVyYEda2KTFnSQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/56183c09-d8c9-48d9-b8c0-53c3ce3fd3b0n%40googlegroups.com.


Fellow Reports - April 2023

2023-04-11 Thread Natalia Bidart
Week ending April 9, 2023

Hello! I'm Natalia (AKA nessita), the new Django Fellow. I officially
started on April 1st (really :-)) though I had a slow start since I had a
long-time planned vacation.

So far I have held catch up calls with both current and former Django
Fellows (thanks Mariusz and Carlton for your patience and support!), and I
have been deep diving into documentation.

I'm looking forward to working with you all!

Thank you!
Natalia.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CA%2BfOnFbRDqYGpBGPTB28EknOuP8PQcAJTvYwNGuqNKmL0zeHtQ%40mail.gmail.com.


Re: Fellow Reports - April 2023

2023-04-17 Thread Natalia Bidart
Week ending 2023-04-16 (Week 16)

Triaged:
  https://code.djangoproject.com/ticket/34490 - Tests with mirror database
not working as expected (invalid)
  https://code.djangoproject.com/ticket/34489 - feature: Support for
PostgreSQL table partitioning (needsinfo)

Reviewed:
  https://github.com/django/django/pull/16726 - Solved #10743: Support
lookup separators
  https://github.com/django/django/pull/16756 - Fixed #34484, Fixed #34482
-- Fixed cloning/deep cloning HttpRequest, HttpResponse, and their
subclasses.
  https://github.com/django/django/pull/16759 - Fixed #22569 -- Made
ModelAdmin.lookup_allowed() respect get_list_filter().

Authored:
  https://github.com/django/djangoproject.com/pull/1346 - Fixed #1341 --
Updated info about past and present Django Fellows.
  https://github.com/django/django/pull/16756 - Fixed #34483 -- Fixed
timesince()/timeuntil() with timezone-aware dates and interval less than 1
day.

Other/Misc:
  Security mailing list monitoring and follow ups
  More docs reading
  Setup access to various services and projects
  Investigated and commented on https://code.djangoproject.com/ticket/32847
- Adjust models.E025 system check for updated field descriptor setting.

Cheers! Natalia.

On Tue, Apr 11, 2023 at 10:52 AM Natalia Bidart 
wrote:

> Week ending April 9, 2023
>
> Hello! I'm Natalia (AKA nessita), the new Django Fellow. I officially
> started on April 1st (really :-)) though I had a slow start since I had a
> long-time planned vacation.
>
> So far I have held catch up calls with both current and former Django
> Fellows (thanks Mariusz and Carlton for your patience and support!), and I
> have been deep diving into documentation.
>
> I'm looking forward to working with you all!
>
> Thank you!
> Natalia.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CA%2BfOnFbfvPxU7fPr5gVhcgzm7sTm%3Dj0NYqY7rZLvHy9aFSWbvQ%40mail.gmail.com.


Re: Fellow Reports - April 2023

2023-04-24 Thread Natalia Bidart
Week ending 2023-04-23 (Week 17)

Triaged:
  https://code.djangoproject.com/ticket/34506 - Visual regressions in
admin's clearable file input. (accepted)
  https://code.djangoproject.com/ticket/34507 - AttributeError: Can't
pickle local object 'convert_exception_to_response..inner'
(needsinfo)

Reviewed:
  https://github.com/django/django/pull/16771 - Added
RemovedInDjangoXXWarning comments to the deprecating a feature docs.
  https://github.com/django/django/pull/16784 - Added meaningful titles to
..admonition:: directives.
  https://github.com/django/django/pull/16757 - Fixed #34481 -- Added
checks for reverse related fields in admin's list_display
  https://github.com/django/django/pull/16636/ - Fixed #34391 -- Added
async interface to auth (lots of interesting things to read around this!)
  https://github.com/django/django/pull/14257 - Made SimpleTestCase client
attributes cached properties.

PR Housekeeping:
  https://github.com/django/django/pull/7161 - Fixed #25594 -- Propagated
validators from model to form fields (closed)
  https://github.com/django/django/pull/8435 - Optimized
ModelAdmin.changelist_view if actions are not used (closed)
  https://github.com/django/django/pull/8848 - Allowed (partial) indexes
for text fields on MySQL (closed)
  https://github.com/django/django/pull/10708 - Form field label i18n
performances fixes (closed)
  https://github.com/django/django/pull/10349 - Fixed #29717 -- Allowed
tests to use an existing empty database. (closed)
  https://github.com/django/django/pull/10951 - WIP #30149 -- Empty value
selected check in Admin Filter prevents subclassing (closed)
  https://github.com/django/django/pull/11291 - Fixed #30416 -- Restore
terminal state when reloading. (asked for update)
  https://github.com/django/django/pull/11981 - Fixed #23051 -- Raise
exception on only() calls with reverse fields (asked for update)
  https://github.com/django/django/pull/12090 - Fixed #29058 -- return geom
type for GeoDjango fields when using Spatialite backend so that migrations
don't fail. (asked for update)
  https://github.com/django/django/pull/12274 - [WIP/RFC]
DateField/TimeField: allow for editable=True with auto_now/auto_now_add
(closed)
  https://github.com/django/django/pull/13853 - Refs #21429 -- Added
SimpleTestCase.assertLogRecords. (asked for update)
  https://github.com/django/django/pull/12285 - URLValidator: clarify
comment about maximum length of a host name. (resolved conflict and chasing
down who can further comment about the change)

Authored:
  https://github.com/django/django/pull/16791 - Refs #34462 -- Fixed query
anti-pattern when processing object deletion

Other/Misc:
  Google Summer of Code proposals review.

On Mon, Apr 17, 2023 at 5:54 PM Natalia Bidart 
wrote:

> Week ending 2023-04-16 (Week 16)
>
> Triaged:
>   https://code.djangoproject.com/ticket/34490 - Tests with mirror
> database not working as expected (invalid)
>   https://code.djangoproject.com/ticket/34489 - feature: Support for
> PostgreSQL table partitioning (needsinfo)
>
> Reviewed:
>   https://github.com/django/django/pull/16726 - Solved #10743: Support
> lookup separators
>   https://github.com/django/django/pull/16756 - Fixed #34484, Fixed
> #34482 -- Fixed cloning/deep cloning HttpRequest, HttpResponse, and their
> subclasses.
>   https://github.com/django/django/pull/16759 - Fixed #22569 -- Made
> ModelAdmin.lookup_allowed() respect get_list_filter().
>
> Authored:
>   https://github.com/django/djangoproject.com/pull/1346 - Fixed #1341 --
> Updated info about past and present Django Fellows.
>   https://github.com/django/django/pull/16756 - Fixed #34483 -- Fixed
> timesince()/timeuntil() with timezone-aware dates and interval less than 1
> day.
>
> Other/Misc:
>   Security mailing list monitoring and follow ups
>   More docs reading
>   Setup access to various services and projects
>   Investigated and commented on
> https://code.djangoproject.com/ticket/32847 - Adjust models.E025 system
> check for updated field descriptor setting.
>
> Cheers! Natalia.
>
> On Tue, Apr 11, 2023 at 10:52 AM Natalia Bidart 
> wrote:
>
>> Week ending April 9, 2023
>>
>> Hello! I'm Natalia (AKA nessita), the new Django Fellow. I officially
>> started on April 1st (really :-)) though I had a slow start since I had a
>> long-time planned vacation.
>>
>> So far I have held catch up calls with both current and former Django
>> Fellows (thanks Mariusz and Carlton for your patience and support!), and I
>> have been deep diving into documentation.
>>
>> I'm looking forward to working with you all!
>>
>> Thank you!
>> Natalia.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Dj

Re: Fellow Reports - April 2023

2023-05-02 Thread Natalia Bidart
Week ending 2023-04-30 (Week 18)

Triaged:
  https://code.djangoproject.com/ticket/34523 - update_or_create not work
in parallel insertion
  https://code.djangoproject.com/ticket/34520 - ModelAdmin.fields: wrapping
in tuples does not have any effect (each field on separate line) (invalid)
  https://code.djangoproject.com/ticket/34525 - index_together warning
after migration to new style (accepted)

Landed:
  https://github.com/django/django/pull/16757 - Fixed #34481 -- Added
checks for reverse related fields in admin's list_display
  https://github.com/django/django/pull/16808 - Restored multiprocessing
concurrency on coverage.py settings

Reviewed:
  https://github.com/django/django/pull/16777 - Fixed #12780 -- Added
compound form/formset validation in ModelAdmin
  https://github.com/django/django/pull/16798 - fix: correct 'decade'
computation
  https://github.com/django/django/pull/16797 - Fixed #34515 -- Updated to
redirect to request language when from translated default url.
  https://github.com/django/django/pull/16804 - Avoided creating default
form fields in fields_for_model() when declared on form.
  https://github.com/django/django/pull/16808 - Restored multiprocessing
concurrency on coverage.py settings #16808

PR Cleanup:
  https://github.com/django/django/pull/14499 - Improve accuracy of
NullBooleanField deprecation warning hint.
  https://github.com/django/django/pull/14408 - Fixed #32827 -- Adjusted
docs on squashing migrations.
  https://github.com/django/django/pull/14082 - docs/ref/databases:
rephrase persistent connections section
  https://github.com/django/django/pull/13169 - Add field_name to the
non-existing readonly_fields error
  https://github.com/django/django/pull/12712 - Fix #27060: Add indexes
identified in constraints to Meta.indexes

Other/Misc:
  Google Summer of Code final review and ranking.
  DjangoCon US travel preparation.
  Deep-dive in the translations framework to assist with the release
blocker https://code.djangoproject.com/ticket/34515

Cheers! Natalia.

On Mon, Apr 24, 2023 at 9:12 AM Natalia Bidart 
wrote:

> Week ending 2023-04-23 (Week 17)
>
> Triaged:
>   https://code.djangoproject.com/ticket/34506 - Visual regressions in
> admin's clearable file input. (accepted)
>   https://code.djangoproject.com/ticket/34507 - AttributeError: Can't
> pickle local object 'convert_exception_to_response..inner'
> (needsinfo)
>
> Reviewed:
>   https://github.com/django/django/pull/16771 - Added
> RemovedInDjangoXXWarning comments to the deprecating a feature docs.
>   https://github.com/django/django/pull/16784 - Added meaningful titles
> to ..admonition:: directives.
>   https://github.com/django/django/pull/16757 - Fixed #34481 -- Added
> checks for reverse related fields in admin's list_display
>   https://github.com/django/django/pull/16636/ - Fixed #34391 -- Added
> async interface to auth (lots of interesting things to read around this!)
>   https://github.com/django/django/pull/14257 - Made SimpleTestCase
> client attributes cached properties.
>
> PR Housekeeping:
>   https://github.com/django/django/pull/7161 - Fixed #25594 -- Propagated
> validators from model to form fields (closed)
>   https://github.com/django/django/pull/8435 - Optimized
> ModelAdmin.changelist_view if actions are not used (closed)
>   https://github.com/django/django/pull/8848 - Allowed (partial) indexes
> for text fields on MySQL (closed)
>   https://github.com/django/django/pull/10708 - Form field label i18n
> performances fixes (closed)
>   https://github.com/django/django/pull/10349 - Fixed #29717 -- Allowed
> tests to use an existing empty database. (closed)
>   https://github.com/django/django/pull/10951 - WIP #30149 -- Empty value
> selected check in Admin Filter prevents subclassing (closed)
>   https://github.com/django/django/pull/11291 - Fixed #30416 -- Restore
> terminal state when reloading. (asked for update)
>   https://github.com/django/django/pull/11981 - Fixed #23051 -- Raise
> exception on only() calls with reverse fields (asked for update)
>   https://github.com/django/django/pull/12090 - Fixed #29058 -- return
> geom type for GeoDjango fields when using Spatialite backend so that
> migrations don't fail. (asked for update)
>   https://github.com/django/django/pull/12274 - [WIP/RFC]
> DateField/TimeField: allow for editable=True with auto_now/auto_now_add
> (closed)
>   https://github.com/django/django/pull/13853 - Refs #21429 -- Added
> SimpleTestCase.assertLogRecords. (asked for update)
>   https://github.com/django/django/pull/12285 - URLValidator: clarify
> comment about maximum length of a host name. (resolved conflict and chasing
> down who can further comment about the change)
>
> Authored:
>   https://github.com/django/django/pull/16791 - Refs #34462 -- Fixed
> quer

Django bugfix release: 4.2.2

2023-06-05 Thread Natalia Bidart
Details are available on the Django project weblog:

https://www.djangoproject.com/weblog/2023/jun/05/bugfix-release/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CA%2BfOnFYER4sDJs8pdWPsoxHBa-nYspPuPH3Ab1SL%2BdfjF-X_iw%40mail.gmail.com.


Django bugfix release: 4.2.4

2023-08-01 Thread Natalia Bidart
Details are available on the Django project weblog:

https://www.djangoproject.com/weblog/2023/aug/01/bugfix-release/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CA%2BfOnFYWcfe8j2fD1K_Fhb03jseLf8xKST6Wn27reeUCJN_hzQ%40mail.gmail.com.


Django 5.0 alpha 1 released

2023-09-18 Thread Natalia Bidart
Details are available on the Django project weblog:

https://www.djangoproject.com/weblog/2023/sep/18/django-50-alpha-1-released/

This is my first alpha release, so let me know if you see something odd!

Cheers, Natalia.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CA%2BfOnFYxgPkkn1CkPeuvm2TgbZv87PzkaVYf5bzooYSoJzMuPA%40mail.gmail.com.


Django security releases issued: 4.2.6, 4.1.12, and 3.2.22

2023-10-04 Thread Natalia Bidart
Details are available on the Django project weblog:

https://www.djangoproject.com/weblog/2023/oct/04/security-releases/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CA%2BfOnFY6jjAeC8ftfXuGbPuEYQzw0GeVAnL7iENbvu%2BPU6v-Vw%40mail.gmail.com.


Django 5.0 beta 1 released

2023-10-23 Thread Natalia Bidart
Details are available on the Django project weblog:

https://www.djangoproject.com/weblog/2023/oct/23/django-50-beta-1-released/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CA%2BfOnFbYwY-Q%2BT%2B_woL_0eE1emSj4OiSUQdhdvu_9AVmdN%3D%3DLw%40mail.gmail.com.


Django 5.0 release candidate 1 released

2023-11-20 Thread Natalia Bidart
Details are available on the Django project weblog:

https://www.djangoproject.com/weblog/2023/nov/20/django-50-rc1/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CA%2BfOnFY3u1Tor%3Dj6dAQyzdJNdCZwhsb%2BqDzpqwG2qKgohPwxfQ%40mail.gmail.com.


Django 5.0 released

2023-12-04 Thread Natalia Bidart
Details are available on the Django project weblog:

https://www.djangoproject.com/weblog/2023/dec/04/django-50-released/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CA%2BfOnFb5dYHD8toWYMndRe%3DbU4Wc5FyOgb%3DaU3wMG0Oc333V-w%40mail.gmail.com.


Re: Possible async view regression in django 5.0?

2024-01-29 Thread Natalia Bidart
Hello Hugo, thanks for this email.

Just for completeness sake and for future readers, I'm leaving a note here
that a ticket was created for this issue (
https://code.djangoproject.com/ticket/35148) which was closed as a
duplicate of https://code.djangoproject.com/ticket/35059.

On Sun, Jan 28, 2024 at 9:23 PM Hugo Heyman  wrote:

> Hello!
>
> I've been troubleshooting an issue with lingering idle db connections
> (postgres) since upgrading from django 4.2 to 5.0. The issue manifested by
> db raising OperationalError FATAL: sorry, too many clients already not long
> after deploying the new version. We're running asgi with uvicorn + gunicorn.
>
> After extensive troubleshooting I installed django from a local repo and
> ran a git bisect to pin down the commit where this first occurred and ended
> up on this commit
> https://github.com/django/django/commit/64cea1e48f285ea2162c669208d95188b32bbc82
>
> Since I've recently built something quite async heavy I decided to dig
> into how the ASGIHandler code works and see if I can understand it and
> possibly make a fix if there really is some issue there.
>
> Now for the possible regression with django:
>
> The change introduced in Django 5.0 to allow handling of
> asyncio.CancelledError in views seems to also allow async views with normal
> HttpResponse handling client disconnects. As a consequence though the
> request_finished signal may not run leading to db connection not being
> closed.
>
> What currently seems to be happening in ASGIHandler in
> django/core/handlers/asgi.py goes something like this:
>
> 1. Concurrent tasks are started for
>   - disconnect listener (listen for "http.disconnect" from webserver)
>   - process_request
> 2. If disconnect happens first (e.g. browser refresh) cancel() is run on
> process_request task and request_finished may not have been triggered
> 3. db connection for the request is not closed :(
>
> Here are the lines of code where all this happens, marked:
> https://github.com/django/django/blob/9c6d7b4a678b7bbc6a1a14420f686162ba9016f5/django/core/handlers/asgi.py#L191-L232
>
> Possible fix? I'm thinking only views that return a HTTPStreamingResponse
> would need to allow for cancellation cleanup handling via the view. If so
> response = await self.run_get_response(request) could run before and
> outside of any task so we could check response.streaming attribute and only
> run listen_for_disconnect task when there's a streaming response.
>
> I've made a patch to try the above out and it seems to fix the issues.
> https://github.com/HeyHugo/django/commit/e25a1525654e00dcd5b483689ef16e0dc74d32d1
>
> Here's a minimal setup to demonstrate the issue via print debugging:
> https://github.com/HeyHugo/django_async_issue
>
> (I have never found a real bug in django so I'm still having doubts :D)
>
> Best regards
> /Hugo
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/4c7a761b-1420-4997-900f-b8f0d59f4f31n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CA%2BfOnFY0-3GEhi2k%3DLzL9AiD8acRuCTMKPR62fgyPMnrN%2B803g%40mail.gmail.com.


Django security releases issued: 5.0.2, 4.2.10, and 3.2.24

2024-02-06 Thread Natalia Bidart
Details are available on the Django project weblog:
https://www.djangoproject.com/weblog/2024/feb/06/security-releases/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CA%2BfOnFZadFAC4gNiD3tdkKkL4ktsnwAAdfQ2dFDgq26T%3DLbUhw%40mail.gmail.com.


Django bugfix release issued: 5.0.4

2024-04-03 Thread Natalia Bidart
Details are available on the Django project weblog:

https://www.djangoproject.com/weblog/2024/apr/03/bugfix-release/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CA%2BfOnFaCFdiy_ZQoP%3DOq2imzJr%2BgwmR5Ptfcqs0eTufjiztCfQ%40mail.gmail.com.


Django bugfix releases issued: 4.2.13 and 5.0.6

2024-05-07 Thread Natalia Bidart
Details are available on the Django project weblog:
https://www.djangoproject.com/weblog/2024/may/07/bugfix-releases/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CA%2BfOnFbD3z%2B2BPPyfGi9rrSDTpehMCyHaj%3DoN_kx9bBx-oviKg%40mail.gmail.com.


Django 5.1 alpha 1 released

2024-05-22 Thread Natalia Bidart
Details are available on the Django project weblog:

https://www.djangoproject.com/weblog/2024/may/22/django-51-alpha-1-released/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CA%2BfOnFam%3Dn8bL6hpPzB3NsumaC7OXVsOnMEM5GRncPKJpC0qdA%40mail.gmail.com.


Django 5.1 beta 1 released

2024-06-26 Thread Natalia Bidart
Details are available on the Django project weblog:

https://www.djangoproject.com/weblog/2024/jun/26/django-51-beta-1-released/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CA%2BfOnFaj1msapuXFuRd%3DM5G93tgQ%3D_6t8yaWyO0iTScyfcQN8Q%40mail.gmail.com.


Django security releases issued: 5.0.7 and 4.2.14

2024-07-09 Thread Natalia Bidart
Details are available on the Django project weblog:

https://www.djangoproject.com/weblog/2024/jul/09/security-releases/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CA%2BfOnFa_3Fd8%3DxQXBGw57Y%2Bd_SeAQ%2BBUxb3t4c-hLbMgaWi9Dg%40mail.gmail.com.


Django 5.1 release candidate 1 released

2024-07-24 Thread Natalia Bidart
Details are available on the Django project weblog:

https://www.djangoproject.com/weblog/2024/jul/24/django-51-rc1/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CA%2BfOnFYZqVJPJVT0_M1O%3D9mt%3D%3Dwfpv3M-RRMzh%2Bb3uOD4xQE8g%40mail.gmail.com.


Django 5.1 released

2024-08-09 Thread Natalia Bidart
Details are available on the Django project weblog:

https://www.djangoproject.com/weblog/2024/aug/07/django-51-released/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAJVoTUtCU-X9dMYJzcKCisNiGdLB6moBR%3D1phwf4LORGT2kb1Q%40mail.gmail.com.


Django security releases issued: 5.1.1, 5.0.9, and 4.2.16

2024-09-03 Thread Natalia Bidart
Details are available on the Django project weblog:
https://www.djangoproject.com/weblog/2024/sep/03/security-releases/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAJVoTUvYcMhWofu2TGjbDViqr6%2BvQLDGHARqkVyYEda2KTFnSQ%40mail.gmail.com.


Django bugfix release issued: 5.1.2

2024-10-08 Thread Natalia Bidart
Details are available on the Django project weblog:

https://www.djangoproject.com/weblog/2024/oct/08/bugfix-releases/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAJVoTUsByGGHaBppYYq_YpOE7aJpi%2BZV_T55ELxTwQzMWQeRYg%40mail.gmail.com.


Django bugfix releases issued: 5.1.6, 5.0.12, and 4.2.19

2025-02-05 Thread Natalia Bidart
Details are available on the Django project weblog:

https://www.djangoproject.com/weblog/2025/feb/05/bugfix-releases/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/django-developers/CAJVoTUv8JSYuWkiJ%2Buqmfm7unfzhS-M735DH4JZ%2BGLE620a4nw%40mail.gmail.com.


Django security releases issued: 5.1.5, 5.0.11, and 4.2.18

2025-01-14 Thread Natalia Bidart
Details are available on the Django project weblog:
https://www.djangoproject.com/weblog/2025/jan/14/security-releases/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/django-developers/CAJVoTUtjPuz5ULOGniFQJKX7tpF-b%2BhVKqCOij8E8sq1UqR-2g%40mail.gmail.com.