Timeline



Nov 4, 2021:

9:38 PM Ticket #33235 (Forms - Remove "for = ..." from MultiWidget's <label>.) updated by Jacob Walls
Has patch changed
PR
3:42 PM Ticket #33237 (contrib.staticfiles - ManifestStaticFilesStorage doesn't update JavaScript source map ...) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 499384b: […]
3:39 PM Ticket #33237 (contrib.staticfiles - ManifestStaticFilesStorage doesn't update JavaScript source map ...) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 4816dc9: […]
2:28 PM Changeset [4816dc9]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33237 -- Fixed detecting source maps in …
2:24 PM Ticket #27147 (contrib.postgres - Add support for defining bounds in postgres range fields) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In fc565cb: […]
2:24 PM Ticket #29738 (Migrations - Django can't serialize DateTimeTZRange(lower=None, upper=None, bounds='[)')) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 52f6927: […]
1:45 PM Ticket #33257 (Database layer (models, ORM) - Case() and ExpressionWrapper() doesn't work with DecimalField on SQLite.) updated by Matthijs Kooijman
> I agree with you analysis: When, WindowFrame, and OrderBy don't …
1:22 PM Ticket #33265 (Forms - Form.get_context() backward-incompatibility) updated by Collin Anderson
Right, yeah, maybe there's not too much Django can do about it, but …
1:08 PM Changeset [fc565cb]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #27147 -- Allowed specifying bounds of tuple inputs for …
1:08 PM Changeset [52f6927]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #29738 -- Added test for serializing psycopg2's NumericRange with …
12:58 PM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Carlton Gibson
Fetching from the database is a bit of a side-effect I’d argue. 😃 But …
12:24 PM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Eugene Prikazchikov
Yes, I see that get_object() and get_success_url() get called …
12:20 PM Ticket #33264 (Testing framework - DiscoverRunner doesn't counts unexpectedSuccess as an error) updated by Tim Graham
I'll accept this change as correct, but I'll also mention that I've …
11:26 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Carlton Gibson
Let's see what others say. I think calling delete() isn't error …
11:19 AM Ticket #33265 (Forms - Form.get_context() backward-incompatibility) updated by Mariusz Felisiak
New features introduce new methods, some of then may collide with …
11:09 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Eugene Prikazchikov
OK, that sounds good. As for: > a deprecation here stops us adopting …
11:02 AM Ticket #33266 (Core (Other) - Auto-reload not detecting changes in Django 3.2) closed by Mariusz Felisiak
needsinfo: Hi, I don't think you've explained the issue in enough detail to …
10:57 AM Ticket #33266 (Core (Other) - Auto-reload not detecting changes in Django 3.2) updated by Brian Salcedo
Description changed
10:55 AM Ticket #33266 (Core (Other) - Auto-reload not detecting changes in Django 3.2) created by Brian Salcedo
I have tried using both StatReloader and WatchmanReloader, and …
10:22 AM Ticket #33265 (Forms - Form.get_context() backward-incompatibility) created by Collin Anderson
Hi All, The new Form.get_context() method was added in #31026 on …
10:19 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Carlton Gibson
Hi Eugene — I've added …
10:11 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Carlton Gibson
Yes, thanks — what I meant was that having a deprecation here stops us …
9:58 AM Ticket #33264 (Testing framework - DiscoverRunner doesn't counts unexpectedSuccess as an error) updated by Baptiste Mispelon
Has patch changed
Here is the PR: https://github.com/django/django/pull/15060
9:58 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Eugene Prikazchikov
By deprecation process I meant that initially behavior is kept the …
9:44 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Carlton Gibson
> Normally such breaking changes should be taken through deprecation …
9:30 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Eugene Prikazchikov
I understand that with new approach you need to move that kind of …
9:14 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Carlton Gibson
> I'd suggest a small addition to the release notes here... Pull …
9:12 AM Ticket #30577 (contrib.admin - Custom rendering for readonly fields in admin) updated by Carlos Palol
Cc changed
9:04 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Carlton Gibson
OK, so the change here was intended, and doc'd but likely needs …
8:46 AM Ticket #32980 (Database layer (models, ORM) - Improve performance of related manager attribute access) updated by Keryn Knight
Patch needs improvement changed
Marking as ready to have eyes on it once again, naturally can revert …
8:25 AM Ticket #33264 (Testing framework - DiscoverRunner doesn't counts unexpectedSuccess as an error) updated by Baptiste Mispelon
Status, Owner changed
Thanks for the quick triage and the git history research. I'll get …
7:59 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Claude Paroz
Severity, Triage Stage changed
7:26 AM Ticket #33237 (contrib.staticfiles - ManifestStaticFilesStorage doesn't update JavaScript source map ...) updated by Mariusz Felisiak
Triage Stage changed
6:52 AM Ticket #33264 (Testing framework - DiscoverRunner doesn't counts unexpectedSuccess as an error) updated by Mariusz Felisiak
Triage Stage changed
Thanks for the report! As far as I'm aware this doesn't qualify for a …
6:25 AM Ticket #33253 (contrib.staticfiles - Collectstatic fails when using ManifestStaticFilesStorage and specific ...) updated by Carlton Gibson
Status, Owner, Has patch changed
I've opened a draft PR
6:14 AM Changeset [dc7ffd60]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Enabled GitHub Code of Conduct.
6:10 AM Ticket #27147 (contrib.postgres - Add support for defining bounds in postgres range fields) updated by Mariusz Felisiak
Needs documentation, Patch needs improvement, Triage Stage changed
5:59 AM Ticket #33264 (Testing framework - DiscoverRunner doesn't counts unexpectedSuccess as an error) created by Baptiste Mispelon
I noticed today that my CI test suite was green even though its …
5:10 AM Ticket #33237 (contrib.staticfiles - ManifestStaticFilesStorage doesn't update JavaScript source map ...) updated by Carlton Gibson
Cc changed
Looks like the regression was introduced in …
5:08 AM Ticket #31685 (Database layer (models, ORM) - Support updating conflicts with QuerySet.bulk_create().) updated by Chih Sean Hsu
Patch needs improvement changed
4:46 AM Changeset [60503cc]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Corrected multiply defined labels in docs.
4:41 AM Ticket #33237 (contrib.staticfiles - ManifestStaticFilesStorage doesn't update JavaScript source map ...) updated by Carlton Gibson
Status, Owner, Has patch changed
PR switching the regex …
4:21 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) created by Eugene Prikazchikov
I am giving a try to Django 4.0 on one of my projects and I see that …
2:45 AM Ticket #33247 (Documentation - PDF documentation build broken) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 95a4db3: […]
2:17 AM Ticket #33256 (Database layer (models, ORM) - Some schema tests don't clean up their tables) updated by Mariusz Felisiak
> If I have not done all of the cases yet, but just want to check in …
2:10 AM Ticket #33256 (Database layer (models, ORM) - Some schema tests don't clean up their tables) updated by banani720
If I have not done all of the cases yet, but just want to check in to …
2:06 AM Changeset [95a4db3]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #33247 -- Fixed rendering of Unicode chars and emojis in PDF docs …
1:36 AM Ticket #33262 (Database layer (models, ORM) - Aggregate filtered by an Exists subquery crashes) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In a934d377: […]
1:36 AM Ticket #33256 (Database layer (models, ORM) - Some schema tests don't clean up their tables) updated by banani720
Status, Owner changed
[]
12:34 AM Ticket #33262 (Database layer (models, ORM) - Aggregate filtered by an Exists subquery crashes) updated by Mariusz Felisiak
Triage Stage changed
12:31 AM Changeset [a934d377]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33262 -- Fixed crash of conditional aggregation on Exists().

Nov 3, 2021:

11:06 PM Ticket #29299 (Core (Other) - Add type hints (PEP 484) and variable annotations (PEP 526)) updated by Thiago Bellini Ribeiro
Just to add here too, this project here is a fork of the original …
4:11 PM Ticket #33260 (Database layer (models, ORM) - Crash when using query set select_for_update(of=(...)) with exists()) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 25157033: […]
2:15 PM Ticket #33260 (Database layer (models, ORM) - Crash when using query set select_for_update(of=(...)) with exists()) updated by Mariusz Felisiak
Triage Stage changed
2:08 PM Changeset [2515703]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33260 -- Fixed crash when chaining QuerySet.exists() after …
1:06 PM Ticket #33247 (Documentation - PDF documentation build broken) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 9a4a2b20: […]
1:06 PM Ticket #33247 (Documentation - PDF documentation build broken) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 029c830b: […]
12:57 PM Ticket #33247 (Documentation - PDF documentation build broken) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 9d171643: […]
12:57 PM Ticket #33247 (Documentation - PDF documentation build broken) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 327dac6e: […]
12:46 PM Ticket #33247 (Documentation - PDF documentation build broken) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 2877d264: […]
12:46 PM Ticket #33247 (Documentation - PDF documentation build broken) updated by Mariusz Felisiak <felisiak.mariusz@…>
In df452a22: […]
12:44 PM Ticket #33247 (Documentation - PDF documentation build broken) closed by Mariusz Felisiak
fixed: In …
12:35 PM Ticket #33247 (Documentation - PDF documentation build broken) updated by GitHub <noreply@…>
In 447b6c86: […]
12:35 PM Changeset [447b6c8]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Refs #33247 -- Corrected configuration for Read The Docs. This pins …
10:52 AM Ticket #33258 (contrib.admin - inconsistent use of () and [] for attributes in ModelAdmin class - ...) closed by Carlton Gibson
needsinfo: I'll mark this needs info pending a discussion.
10:48 AM Ticket #33258 (contrib.admin - inconsistent use of () and [] for attributes in ModelAdmin class - ...) updated by Carlton Gibson
Cc changed
OK, I think this needs to go to the DevelopersMailingList. There was …
10:35 AM Ticket #33262 (Database layer (models, ORM) - Aggregate filtered by an Exists subquery crashes) updated by Carlton Gibson
Triage Stage changed
9:48 AM Ticket #33262 (Database layer (models, ORM) - Aggregate filtered by an Exists subquery crashes) updated by Hannes Ljungberg
Has patch changed
PR: https://github.com/django/django/pull/15052
9:27 AM Ticket #33262 (Database layer (models, ORM) - Aggregate filtered by an Exists subquery crashes) created by Hannes Ljungberg
For example: […] Will crash with the following traceback: […] …
8:39 AM Ticket #33261 (contrib.admin - Autocomplete field triggers a PermissionDenied error) updated by Tim Graham
https://github.com/django/django/blob/stable/3.2.x/django/contrib/admin
8:36 AM Ticket #33261 (contrib.admin - Autocomplete field triggers a PermissionDenied error) updated by Gianluca Romanin
>> It seems to be the same issue as the ticket you linked. >> …
8:29 AM Ticket #33261 (contrib.admin - Autocomplete field triggers a PermissionDenied error) closed by Tim Graham
duplicate: It seems to be the same issue as the ticket you linked. "app_label" …
8:12 AM Ticket #33261 (contrib.admin - Autocomplete field triggers a PermissionDenied error) created by Gianluca Romanin
I added to my code a autocomplete field in the ModelAdmin class of a …
7:46 AM Ticket #33260 (Database layer (models, ORM) - Crash when using query set select_for_update(of=(...)) with exists()) updated by Hannes Ljungberg
Has patch changed
PR: https://github.com/django/django/pull/15051
7:40 AM Ticket #33260 (Database layer (models, ORM) - Crash when using query set select_for_update(of=(...)) with exists()) updated by Mariusz Felisiak
Triage Stage changed
Thanks for the report. We can add an early return even before the …
7:26 AM Ticket #33260 (Database layer (models, ORM) - Crash when using query set select_for_update(of=(...)) with exists()) created by Hannes Ljungberg
For example specifying (self,) as an argument to of: […] Will …
6:44 AM Ticket #33247 (Documentation - PDF documentation build broken) updated by Mariusz Felisiak
Is seems that "Read The Docs" uses quite old Sphinx 1.8.5 by …
6:28 AM Changeset [0da7a2e]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Carlton Gibson <carlton@…>
Fixed #33247 -- Added configuration for Read The Docs. …
6:27 AM Ticket #32996 (Database layer (models, ORM) - Cache PathInfos on ForeignObject/ForeignObjectRel (et al)) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In a6974249: […]
5:37 AM Ticket #32996 (Database layer (models, ORM) - Cache PathInfos on ForeignObject/ForeignObjectRel (et al)) updated by Mariusz Felisiak
Triage Stage changed
5:27 AM Changeset [a697424]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #32996 -- Cached PathInfos on relations. PathInfo values are …
5:24 AM Ticket #33252 (Core (Cache system) - CacheMiddleware and FetchFromCacheMiddleware are not thread safe.) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 3ff7b15: […]
5:24 AM Ticket #33252 (Core (Cache system) - CacheMiddleware and FetchFromCacheMiddleware are not thread safe.) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 0c05c18: […]
5:23 AM Ticket #33257 (Database layer (models, ORM) - Case() and ExpressionWrapper() doesn't work with DecimalField on SQLite.) updated by Mariusz Felisiak
> Any suggestions on where the testcases for this should live? - …
5:05 AM Ticket #33257 (Database layer (models, ORM) - Case() and ExpressionWrapper() doesn't work with DecimalField on SQLite.) updated by Matthijs Kooijman
Thanks for confirming that SQLiteNumericMixin is the right approach …
4:40 AM Ticket #8408 (contrib.admin - Add a way to avoid QuerySet.count() in admin pagination) updated by elonzh
Cc changed
3:39 AM Changeset [3ff7b15b]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33252 -- Made cache middlewares thread-safe.
3:10 AM Ticket #33252 (Core (Cache system) - CacheMiddleware and FetchFromCacheMiddleware are not thread safe.) updated by Mariusz Felisiak
Triage Stage changed
3:05 AM Changeset [0c05c18]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #33252 -- Used @override_settings in …
2:42 AM Ticket #32856 (Database layer (models, ORM) - Django 2.2 not compatible with psycopg 2.9) updated by GitHub <noreply@…>
In 12141e31: […]
2:15 AM Ticket #33245 (Utilities - utils.html.urlize() isn't thread-safe) updated by GitHub <noreply@…>
In 1f9874d4: […]
2:14 AM Changeset [1f9874d4]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Refs #33245 -- Minor edits to django.utils.html.urlize() changes. …
1:47 AM Changeset [9f3bd9df]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Corrected module reference in contributing tutorial.
1:41 AM Changeset [c7152cb]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Fixed typo in docs/topics/logging.txt.
1:40 AM Ticket #32691 (Database layer (models, ORM) - Performance regression in Exact lookup on BooleanField on MySQL.) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 407fe95c: […]
1:32 AM Ticket #33257 (Database layer (models, ORM) - Case() and ExpressionWrapper() doesn't work with DecimalField on SQLite.) updated by Mariusz Felisiak
Status, Owner, Triage Stage, Summary changed
Thanks for the detailed report! > It seems that adding …
1:14 AM Ticket #33259 (Database layer (models, ORM) - Model._meta.related_objects returns different values in shell and from ...) closed by Mariusz Felisiak
needsinfo: Also, Django 3.0 is no longer supported so you need to reproduce this …
1:05 AM Ticket #33256 (Database layer (models, ORM) - Some schema tests don't clean up their tables) updated by Mariusz Felisiak
Triage Stage changed

Nov 2, 2021:

9:30 PM Ticket #33259 (Database layer (models, ORM) - Model._meta.related_objects returns different values in shell and from ...) updated by Tim Graham
Hi, you'll have to debug the issue and explain why Django is at fault …
9:16 PM Ticket #33259 (Database layer (models, ORM) - Model._meta.related_objects returns different values in shell and from ...) created by Hop Duong
I'm implementing caching for the Model and generating the cache key by …
6:37 PM Ticket #33258 (contrib.admin - inconsistent use of () and [] for attributes in ModelAdmin class - ...) updated by Martin Massera
Description, Summary changed
6:36 PM Ticket #33258 (contrib.admin - inconsistent use of () and [] for attributes in ModelAdmin class - ...) updated by Martin Massera
Description changed
6:34 PM Ticket #33258 (contrib.admin - inconsistent use of () and [] for attributes in ModelAdmin class - ...) updated by Martin Massera
Description changed
6:34 PM Ticket #33258 (contrib.admin - inconsistent use of () and [] for attributes in ModelAdmin class - ...) created by Martin Massera
In Django's ModelAdmin class, most "lists" are initialized as tuples …
6:31 PM Ticket #33257 (Database layer (models, ORM) - Case() and ExpressionWrapper() doesn't work with DecimalField on SQLite.) updated by Matthijs Kooijman
It seems that adding SQLiteNumericMixin to Case and ExpressionWrapper …
6:21 PM 33256-init.diff attached to Ticket #33256 by Tim Graham
6:21 PM Ticket #33257 (Database layer (models, ORM) - Case() and ExpressionWrapper() doesn't work with DecimalField on SQLite.) created by Matthijs Kooijman
I noticed that, on sqlite, some comparisons against DecimalField …
6:21 PM Ticket #33256 (Database layer (models, ORM) - Some schema tests don't clean up their tables) created by Tim Graham
Some test errors on a second consecutive run of `./tests/runtests.py …
3:30 PM Changeset [407fe95c]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #32691 -- Made Exact lookup on BooleanFields compare directly to …
2:14 PM Ticket #33187 (Database layer (models, ORM) - Foreign key to a specific field is not handled in inspectdb) closed by Mariusz Felisiak
fixed: Fixed in …
2:10 PM Ticket #33234 (Migrations - Migrations autodetector breaking with proxy models inheriting from mixin) closed by Mariusz Felisiak
fixed: Fixed in …
2:09 PM Ticket #33224 (Database layer (models, ORM) - BaseDatabaseFeatures.supports_mixed_date_datetime_comparisons comment ...) closed by Mariusz Felisiak
fixed: Fixed in …
1:20 PM Ticket #33255 (Template system - Closing </Body> tag inside textarea is being lowercased.) closed by Mariusz Felisiak
invalid: Thanks for this report, however I cannot reproduce this issue. Django …
12:54 PM Ticket #33187 (Database layer (models, ORM) - Foreign key to a specific field is not handled in inspectdb) updated by Mariusz Felisiak
Triage Stage changed
12:53 PM Changeset [aaf9b55]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33187 -- Made inspectdb handle ForeignKey.to_field attribute.
12:50 PM Ticket #33255 (Template system - Closing </Body> tag inside textarea is being lowercased.) updated by Dmitry Silaev
Description changed
12:48 PM body.png attached to Ticket #33255 by Dmitry Silaev
12:48 PM Ticket #33255 (Template system - Closing </Body> tag inside textarea is being lowercased.) created by Dmitry Silaev
If there is an textarea with </Body> text inside it, it will be …
11:36 AM Ticket #33254 (Forms - Issue with django.forms.fields.FilePathField() and callable path) updated by Mariusz Felisiak
Closing per TicketClosingReasons/UseSupportChannels.
11:35 AM Ticket #33254 (Forms - Issue with django.forms.fields.FilePathField() and callable path) closed by Mariusz Felisiak
invalid: models.FilePathField accepts a callable path, but …
11:26 AM Ticket #33254 (Forms - Issue with django.forms.fields.FilePathField() and callable path) created by Chakib
Hi, First post here, so I don't know if it's the correct channel for …
10:47 AM Ticket #33187 (Database layer (models, ORM) - Foreign key to a specific field is not handled in inspectdb) updated by Jordan Bae
Patch needs improvement changed
9:34 AM Changeset [dab48b7]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Fixed #33234 -- Fixed autodetector crash for proxy models inheriting …
8:36 AM Ticket #33234 (Migrations - Migrations autodetector breaking with proxy models inheriting from mixin) updated by Carlton Gibson
Triage Stage changed
6:44 AM Ticket #32996 (Database layer (models, ORM) - Cache PathInfos on ForeignObject/ForeignObjectRel (et al)) updated by Keryn Knight
Patch needs improvement changed
Unticking because I think it's ready to be looked at. Naturally it may …
4:16 AM Ticket #33230 (Testing framework - Test client doesn't set explicitly provided Content-Type when data is empty) closed by Carlton Gibson
wontfix: OK, let's say wontfix. (Happy if anyone wants to make the case we're …
4:11 AM Ticket #33243 (Template system - Inline comment vanishes in parsed template, comment block is ...) closed by Carlton Gibson
wontfix: The behaviour here has been …
3:03 AM Ticket #33247 (Documentation - PDF documentation build broken) updated by Carlton Gibson
Status, Owner, Triage Stage changed
2:29 AM Ticket #33187 (Database layer (models, ORM) - Foreign key to a specific field is not handled in inspectdb) updated by Mariusz Felisiak
Patch needs improvement changed
1:33 AM Ticket #33224 (Database layer (models, ORM) - BaseDatabaseFeatures.supports_mixed_date_datetime_comparisons comment ...) updated by Mariusz Felisiak
Triage Stage changed
1:30 AM Changeset [c069ee0]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33224 -- Removed …
1:13 AM Ticket #33246 (Migrations - --squashed-name can overwrite existing migration files) closed by GitHub <noreply@…>
fixed: In 9e6d6316: […]
1:13 AM Changeset [9e6d631]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Fixed #33246 -- Made squashmigrations raise CommandError when …
1:05 AM Ticket #33246 (Migrations - --squashed-name can overwrite existing migration files) updated by Mariusz Felisiak
Patch needs improvement, Triage Stage changed
1:03 AM Changeset [c3e0dfe4]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Fixed isolation of admin_views.tests.ValidXHTMLTests.

Nov 1, 2021:

8:22 PM Ticket #33231 (contrib.auth - authenticate() doesn't raise ImproperlyConfigured for incorrect ...) updated by JunKi Yoon
Replying to Mariusz Felisiak: > Django supports …
1:58 PM Ticket #33253 (contrib.staticfiles - Collectstatic fails when using ManifestStaticFilesStorage and specific ...) updated by Hervé Le Roy
For both import and export: […] I have also: - removed the 's' in …
1:35 PM Ticket #33253 (contrib.staticfiles - Collectstatic fails when using ManifestStaticFilesStorage and specific ...) updated by Hervé Le Roy
The following regex restricts characters for identifiers: […] It …
10:59 AM Ticket #33253 (contrib.staticfiles - Collectstatic fails when using ManifestStaticFilesStorage and specific ...) updated by Mariusz Felisiak
Cc changed
10:43 AM Ticket #33253 (contrib.staticfiles - Collectstatic fails when using ManifestStaticFilesStorage and specific ...) updated by Keryn Knight
Severity changed
Better to be safe than sorry, worst that can happen is that these …
10:38 AM Ticket #33253 (contrib.staticfiles - Collectstatic fails when using ManifestStaticFilesStorage and specific ...) updated by Keryn Knight
Triage Stage changed
Tentatively marking as accepted, and indeed relates to ESM support via …
8:13 AM Ticket #33253 (contrib.staticfiles - Collectstatic fails when using ManifestStaticFilesStorage and specific ...) created by Hervé Le Roy
[…] Steps to reproduce the issue Start a new project …
7:15 AM Ticket #32409 (Testing framework - TestCase async tests are not transaction-aware) updated by Aleksi Hoffman
I'm faced with a similar OperationalError whilst testing an …
7:04 AM Ticket #33240 (File uploads/storage - get_image_dimensions() raises ValueError on some .ico files.) updated by Mariusz Felisiak
Summary changed
7:03 AM Ticket #33240 (File uploads/storage - get_image_dimensions() raises ValueError on some .ico files.) closed by Mariusz Felisiak
needsinfo: Thanks for this report, however it looks like an issue in Pillow not …
6:30 AM Ticket #33231 (contrib.auth - authenticate() doesn't raise ImproperlyConfigured for incorrect ...) closed by Mariusz Felisiak
wontfix: Django supports authentication backends with different set of …
4:41 AM Changeset [d811fa1d]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Added stub release notes for Django 3.2.10.
4:18 AM Changeset [7ec603b]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Added release date for 3.2.9.
2:47 AM Changeset [125f9af]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Added Google Cloud Spanner to list of third-party DB backends.
2:47 AM Ticket #33245 (Utilities - utils.html.urlize() isn't thread-safe) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In ad81b606: […]
2:27 AM Ticket #33173 (Core (Other) - Python 3.11 compatibility) updated by Abhyudai
Cc changed
2:24 AM Ticket #33199 (Core (Other) - Deprecate passing positional arguments to Signer.) updated by Abhyudai
Cc changed
12:29 AM Ticket #33245 (Utilities - utils.html.urlize() isn't thread-safe) updated by Mariusz Felisiak
Triage Stage changed
12:27 AM Changeset [ad81b606]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33245 -- Made django.utils.html.urlize() thread-safe. …
12:20 AM Ticket #33246 (Migrations - --squashed-name can overwrite existing migration files) updated by Mariusz Felisiak
Patch needs improvement changed
12:03 AM Ticket #33252 (Core (Cache system) - CacheMiddleware and FetchFromCacheMiddleware are not thread safe.) updated by Mariusz Felisiak
Cc, Triage Stage, Type, Summary changed
Thanks for the report!
Note: See TracTimeline for information about the timeline view.
Back to Top