Timeline



Dec 11, 2021:

9:16 PM Ticket #33328 (contrib.admin - Use native JS events to trigger 'formset:added'/'formset:removed') updated by SwastikTripathi
Oh, of course😄. Here's the PR https://github.com/django/django/pull/15181
8:06 PM Ticket #33358 (Database layer (models, ORM) - Adding duration field with default <24h raises an error on Oracle.) updated by Marcello Dalponte
Has patch changed
7:55 PM Ticket #33358 (Database layer (models, ORM) - Adding duration field with default <24h raises an error on Oracle.) updated by Marcello Dalponte
Status, Owner changed
Here is the fix https://github.com/django/django/pull/15183
7:17 PM Ticket #33358 (Database layer (models, ORM) - Adding duration field with default <24h raises an error on Oracle.) created by Marcello Dalponte
== BUG DESCRIPTION When adding a DurationField with a default which is …
1:17 PM Ticket #2259 (contrib.admin - Primary keys should be readonly by default in admin) updated by Mariusz Felisiak
> obj.save() > exit() > This creates a new object rather than …
1:14 PM Ticket #33357 (contrib.messages - SuccessMessageMixin doesn't work with LoginView) updated by Mariusz Felisiak
Resolution changed
11:58 AM Ticket #33357 (contrib.messages - SuccessMessageMixin doesn't work with LoginView) updated by Cihat Ertem
Resolution changed
Ok, I found my fault! I changed urlpattern order from this: ... …
10:31 AM Ticket #2259 (contrib.admin - Primary keys should be readonly by default in admin) updated by siddhartha-star-dev
Replying to Mariusz Felisiak: > This issue is still valid …
10:09 AM Ticket #33328 (contrib.admin - Use native JS events to trigger 'formset:added'/'formset:removed') updated by Claude Paroz
It is difficult to answer your question without knowing your strategy …
10:05 AM Ticket #32319 (contrib.staticfiles - Add support to HashedFilesMixin for ES modules) updated by Claude Paroz
I also think that this ticket should more clearly mention why the …
9:30 AM Ticket #32502 (Migrations - Replace SQLite schema table rebuild by ALTER functions when supported) updated by Mariusz Felisiak
Has patch, Description changed
9:29 AM Ticket #32502 (Migrations - Replace SQLite schema table rebuild by ALTER functions when supported) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 2f73e540: […]
8:48 AM Ticket #33357 (contrib.messages - SuccessMessageMixin doesn't work with LoginView) closed by Baptiste Mispelon
needsinfo: It turns out my initial tests were incorrect and I cannot actually …
8:27 AM Ticket #33328 (contrib.admin - Use native JS events to trigger 'formset:added'/'formset:removed') updated by SwastikTripathi
I'm currently working in admin/static/js/inline.js. Should I …
8:21 AM Ticket #2259 (contrib.admin - Primary keys should be readonly by default in admin) updated by siddhartha-star-dev
Status, Owner changed
8:18 AM Ticket #33328 (contrib.admin - Use native JS events to trigger 'formset:added'/'formset:removed') updated by SwastikTripathi
Replying to Claude Paroz: > Compatibility issues are not …
7:49 AM Ticket #33357 (contrib.messages - SuccessMessageMixin doesn't work with LoginView) updated by Baptiste Mispelon
Status, Description, Cc, Component, Summary, Owner, Triage Stage changed
Hi, Thanks for reporting this issue. I've taken the liberty to edit …
7:28 AM Ticket #33357 (contrib.messages - SuccessMessageMixin doesn't work with LoginView) created by Cihat Ertem
I have a problem with SuccessMessageMixin, LoginView. There is no …
4:48 AM Ticket #33356 (Uncategorized - "python manage.py test" fails, but running the individual TestCase pass) closed by Tim Graham
needsinfo: It's not clear to me that Django is at fault. The accepted answer on …
3:54 AM Ticket #32319 (contrib.staticfiles - Add support to HashedFilesMixin for ES modules) updated by Michael
Replying to Mariusz Felisiak <felisiak.mariusz@…>: > In …
1:59 AM Ticket #33356 (Uncategorized - "python manage.py test" fails, but running the individual TestCase pass) updated by Egor R
Cc changed

Dec 10, 2021:

9:04 PM Ticket #33356 (Uncategorized - "python manage.py test" fails, but running the individual TestCase pass) updated by Dylan Yung
Description changed
8:59 PM Ticket #33356 (Uncategorized - "python manage.py test" fails, but running the individual TestCase pass) updated by Dylan Yung
Description changed
8:59 PM Ticket #33356 (Uncategorized - "python manage.py test" fails, but running the individual TestCase pass) created by Dylan Yung
There's some weird internal Django bug with views that use …
4:49 PM Ticket #33351 (Core (URLs) - path()/re_path() should raise a TypeError when kwargs is not a dict.) updated by Pedro Schlickmann Mendes
Has patch, Owner changed
Based on the internals documentation, 'It is always acceptable, …
2:49 PM Ticket #33351 (Core (URLs) - path()/re_path() should raise a TypeError when kwargs is not a dict.) updated by Pedro Schlickmann Mendes
Cc changed
1:05 PM Ticket #10743 (contrib.admin - Support lookup separators in ModelAdmin.list_display) updated by Egor R
Cc changed
12:58 PM Ticket #33351 (Core (URLs) - path()/re_path() should raise a TypeError when kwargs is not a dict.) updated by Egor R
Cc changed
12:55 PM Ticket #33349 (Forms - Add option to produce duration_string without days) updated by Claude Paroz
For my use case, I think the shorter would be: […]
12:45 PM Ticket #33349 (Forms - Add option to produce duration_string without days) updated by Claude Paroz
OK, thanks for the code proposal.
12:33 PM Ticket #33351 (Core (URLs) - path()/re_path() should raise a TypeError when kwargs is not a dict.) updated by Mohamed Nabil Rady
Status, Owner changed
11:42 AM Ticket #32502 (Migrations - Replace SQLite schema table rebuild by ALTER functions when supported) updated by Mariusz Felisiak
Status, Owner, Has patch changed
PR
10:13 AM Changeset [2f73e540]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #32502 -- Avoided table rebuild when adding fields with no …
9:32 AM Ticket #33328 (contrib.admin - Use native JS events to trigger 'formset:added'/'formset:removed') updated by Claude Paroz
Compatibility issues are not always fun :-)
9:26 AM Ticket #33328 (contrib.admin - Use native JS events to trigger 'formset:added'/'formset:removed') updated by SwastikTripathi
Status, Owner changed
I'll work on this. Converting jquery functions into plain javascript …
8:22 AM Ticket #16063 (contrib.admin - Unnecessary joins in admin changelist query) updated by Jacob Walls
Needs documentation, Patch needs improvement changed
5:34 AM Ticket #33338 (Core (Cache system) - Document that @never_cache and add_never_cache_headers() set the ...) updated by Marcelo Galigniana
NEW PR against 'main'
5:26 AM Ticket #33213 (Documentation - Document coverage setup for parallel tests) updated by Mariusz Felisiak
Patch needs improvement changed
5:06 AM Changeset [57f0638]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed DatabaseFeatures.requires_literal_defaults on SQLite. This flag …
5:06 AM Ticket #32502 (Migrations - Replace SQLite schema table rebuild by ALTER functions when supported) updated by GitHub <noreply@…>
In 4e249d1: […]
5:05 AM Changeset [4e249d1]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Refs #32502 -- Added SchemaEditor.prepare_default() on SQLite.
4:15 AM Ticket #33048 (Documentation - Documentation doesn't mention that using staticfiles' runserver ...) updated by Carlton Gibson
Patch needs improvement changed
4:02 AM Ticket #33355 (Database layer (models, ORM) - Optimize SQLite backend connection functions) updated by Carlton Gibson
Cc changed
3:20 AM Ticket #33355 (Database layer (models, ORM) - Optimize SQLite backend connection functions) updated by Adam Johnson
Has patch changed
Yes. Luckily I've got the patience to do that.
3:04 AM Changeset [702c314]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Moved ManagementForm's fields to class attributes. This helps …
3:01 AM Changeset [0d243532]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Added test for field names of ManagementForm.
2:56 AM Ticket #28897 (Database layer (models, ORM) - QuerySet.update() raises FieldError on queryset ordered by an ...) updated by Márton Salomváry
Thanks for the workaround, I can confirm it makes the exception go away.
2:28 AM Ticket #33355 (Database layer (models, ORM) - Optimize SQLite backend connection functions) updated by Mariusz Felisiak
Cc changed
This would force us to create small wrappers for many (~20) functions …
2:22 AM Changeset [1be99e4e]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Corrected return value of ForeignKey.db_check(). Field.db_check() …
2:15 AM Ticket #16063 (contrib.admin - Unnecessary joins in admin changelist query) updated by Mariusz Felisiak
Patch needs improvement, Needs documentation changed
2:08 AM Ticket #33355 (Database layer (models, ORM) - Optimize SQLite backend connection functions) created by Adam Johnson
The SQLite backend registers a bunch of data conversion functions when …
1:03 AM Ticket #32948 (Database layer (models, ORM) - Optimise Q combination and inversion) updated by Mariusz Felisiak
Needs tests changed
From the discussion it seems that extra test coverage is needed.
12:58 AM Ticket #33338 (Core (Cache system) - Document that @never_cache and add_never_cache_headers() set the ...) updated by Mariusz Felisiak
Patch needs improvement changed
12:30 AM Ticket #33349 (Forms - Add option to produce duration_string without days) closed by Mariusz Felisiak
wontfix: Thanks for this ticket, however duration_string is a private …
12:08 AM Ticket #33351 (Core (URLs) - path()/re_path() should raise a TypeError when kwargs is not a dict.) updated by Mariusz Felisiak
Triage Stage, Type, Easy pickings, Summary changed
> Well, they actually continue to suggest to me that everything after …

Dec 9, 2021:

11:45 PM Ticket #28897 (Database layer (models, ORM) - QuerySet.update() raises FieldError on queryset ordered by an ...) updated by Mariusz Felisiak
Triage Stage, Component, Summary changed
Thanks for details! QuerySet.update() removes all annotations (see …
8:06 PM Ticket #33354 (Utilities - django-completion 3.2.9 homebrew build failure) closed by Tim Graham
invalid: From the Django 4.0 release notes, "The django-admin.py entry point is …
4:35 PM Ticket #33354 (Utilities - django-completion 3.2.9 homebrew build failure) created by rui
:wave: it looks like we have run into some test failure in the …
3:53 PM Ticket #33351 (Core (URLs) - path()/re_path() should raise a TypeError when kwargs is not a dict.) updated by Mohamed Nabil Rady
I agree that this behavior should be edited, but I think the ticket …
2:51 PM Ticket #10743 (contrib.admin - Support lookup separators in ModelAdmin.list_display) updated by Adam Johnson
Cc changed
1:45 PM Ticket #10743 (contrib.admin - Support lookup separators in ModelAdmin.list_display) updated by Ofer Nave
Cc changed
1:45 PM Ticket #10743 (contrib.admin - Support lookup separators in ModelAdmin.list_display) updated by Ofer Nave
I'm eager to have this, and am surprised that it hasn't happened after …
1:27 PM Ticket #33353 (contrib.staticfiles - Can't collect static files if don't have vendor's JavaScript source ...) updated by Adam Johnson
I agree with Mariusz. From Django's perspective, it's the same as …
1:24 PM Changeset [974e3b87]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Fixed inspectdb.tests.InspectDBTestCase.test_custom_fields() on SQLite …
1:23 PM Ticket #33340 (Core (Cache system) - DatabaseCache backend doesn't quote all fields in queries) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 17df7211: […]
1:17 PM Ticket #33353 (contrib.staticfiles - Can't collect static files if don't have vendor's JavaScript source ...) closed by Mariusz Felisiak
invalid: As far as I'm aware, if you use 3rd-party libraries which have …
1:02 PM Ticket #33352 (contrib.admin - ModelAdmin.list_display option should support double-underscore ...) closed by Mariusz Felisiak
duplicate: Duplicate of #10743.
12:29 PM Ticket #33352 (contrib.admin - ModelAdmin.list_display option should support double-underscore ...) updated by Adam Johnson
Cc changed
12:23 PM Ticket #33353 (contrib.staticfiles - Can't collect static files if don't have vendor's JavaScript source ...) updated by Michael
Type changed
12:23 PM Ticket #33353 (contrib.staticfiles - Can't collect static files if don't have vendor's JavaScript source ...) created by Michael
If one is using 3rd party JavaScript library, its often a minified …
11:47 AM Ticket #33352 (contrib.admin - ModelAdmin.list_display option should support double-underscore ...) created by Ofer Nave
Many of the options on ModelAdmin already support double-underscore …
11:06 AM Ticket #28897 (Database layer (models, ORM) - QuerySet.update() raises FieldError on queryset ordered by an ...) updated by Sergey Fedoseev
Cc changed
11:05 AM Ticket #28897 (Database layer (models, ORM) - QuerySet.update() raises FieldError on queryset ordered by an ...) updated by Márton Salomváry
Status, Version, Resolution changed
Hey folks, I've run into this bug both on django 3.x and 4.x. Here is …
10:08 AM Ticket #30681 (Database layer (models, ORM) - SQL script from sqlsequencereset doesn't work on Postgres 11.3.) closed by Mariusz Felisiak
worksforme: > After migrating my database from another server with pg_dump/psql, I …
9:57 AM Ticket #33350 (HTTP handling - never_cache()/cache_control() decorators raise error on duck-typed ...) closed by Mariusz Felisiak
needsinfo: I don't see how this can be a regression, these decorators use …
9:36 AM Ticket #33351 (Core (URLs) - path()/re_path() should raise a TypeError when kwargs is not a dict.) updated by Keryn Knight
Summary changed
9:35 AM Ticket #33351 (Core (URLs) - path()/re_path() should raise a TypeError when kwargs is not a dict.) created by Keryn Knight
Apparently, however many years into using Django, I'm still capable of …
8:59 AM Ticket #33350 (HTTP handling - never_cache()/cache_control() decorators raise error on duck-typed ...) updated by Carlton Gibson
The check has been in sensitive_post_parameters …
8:56 AM Ticket #33350 (HTTP handling - never_cache()/cache_control() decorators raise error on duck-typed ...) updated by Carlton Gibson
Component changed
3fd82a62415e748002435e7bad06b5017507777c for #32468 looks likely.
8:52 AM Ticket #33350 (HTTP handling - never_cache()/cache_control() decorators raise error on duck-typed ...) updated by Carlton Gibson
Hi Terence — Thanks for the report. Can you post a traceback quickly, …
8:46 AM Ticket #30681 (Database layer (models, ORM) - SQL script from sqlsequencereset doesn't work on Postgres 11.3.) updated by bluppfisk
Status, Resolution changed
I find the same results on PostgreSQL 13 (Debian 11 bullseye) with …
8:30 AM Ticket #33350 (HTTP handling - never_cache()/cache_control() decorators raise error on duck-typed ...) created by Terence Honles
The cache decorators cache_control, never_cache and …
5:53 AM CI edited by Mariusz Felisiak
Updated Python to 3.11.0a3 on Windows machine. (diff)
4:18 AM Ticket #33340 (Core (Cache system) - DatabaseCache backend doesn't quote all fields in queries) updated by Mariusz Felisiak
Triage Stage, Patch needs improvement changed
4:16 AM Changeset [17df721]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33340 -- Fixed unquoted column names in queries used by …
3:12 AM Ticket #33316 (contrib.admin - History view should be paginated by default.) updated by Mariusz Felisiak
Needs documentation, Needs tests changed
2:23 AM Ticket #32338 (Forms - Accessibility issues with Django forms RadioSelect and ...) updated by Mariusz Felisiak
Has patch, Triage Stage changed
2:23 AM Ticket #32338 (Forms - Accessibility issues with Django forms RadioSelect and ...) updated by Mariusz Felisiak <felisiak.mariusz@…>
In eba9a9b: […]
12:43 AM Ticket #33340 (Core (Cache system) - DatabaseCache backend doesn't quote all fields in queries) updated by Mariusz Felisiak
Patch needs improvement changed
12:19 AM Ticket #32338 (Forms - Accessibility issues with Django forms RadioSelect and ...) updated by Mariusz Felisiak
Patch needs improvement, Triage Stage changed
12:16 AM Changeset [eba9a9b]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #32338 -- Added Boundfield.legend_tag().

Dec 8, 2021:

9:25 PM Ticket #33338 (Core (Cache system) - Document that @never_cache and add_never_cache_headers() set the ...) updated by Marcelo Galigniana
Has patch changed
PR
8:01 PM Ticket #31842 (Core (Other) - django.core.signing.dumps() and loads() not backwards compatible) updated by Riley Chase
Was there a reason the DEFAULT_HASHING_ALGORITHM solution was used …
7:05 PM Ticket #33340 (Core (Cache system) - DatabaseCache backend doesn't quote all fields in queries) updated by Arsalan Ghassemi
Has patch changed
Hi, I opened a PR for this issue : …
3:00 PM Ticket #33319 (Database layer (models, ORM) - Query.change_aliases raises an AssertionError) updated by Mariusz Felisiak <felisiak.mariusz@…>
In bb8435f: […]
2:59 PM Ticket #33319 (Database layer (models, ORM) - Query.change_aliases raises an AssertionError) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 81739a4: […]
2:59 PM Ticket #33319 (Database layer (models, ORM) - Query.change_aliases raises an AssertionError) updated by Mariusz Felisiak <felisiak.mariusz@…>
In f04b44ba: […]
2:59 PM Ticket #33319 (Database layer (models, ORM) - Query.change_aliases raises an AssertionError) updated by Mariusz Felisiak <felisiak.mariusz@…>
In f1bfdff6: […]
2:16 PM Changeset [81739a4]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33319 -- Fixed crash when combining with the | operator …
2:16 PM Changeset [f04b44ba]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #33319 -- Added note about commutation of QuerySet's | operator.
2:16 PM Changeset [f1bfdff6]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #33319 -- Added comment about keys/values assertion in …
2:14 PM Ticket #33346 (Testing framework - assertFormsetError() crashes on formset named "form".) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 15031852: […]
2:02 PM Ticket #33346 (Testing framework - assertFormsetError() crashes on formset named "form".) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In cb383753: […]
1:57 PM Ticket #33348 (Testing framework - Change API of assertFormError to take an actual form object) updated by Mariusz Felisiak
Triage Stage changed
Agreed, let's change the first argument to form/formset and …
1:34 PM Ticket #33346 (Testing framework - assertFormsetError() crashes on formset named "form".) updated by Mariusz Felisiak
Triage Stage changed
1:33 PM Changeset [cb383753]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33346 -- Fixed SimpleTestCase.assertFormsetError() crash on a …
12:14 PM Ticket #33349 (Forms - Add option to produce duration_string without days) created by Claude Paroz
I have a form with a custom field (inheriting from Django's …
11:49 AM Ticket #33347 (GIS - django.contrib.gis.geos.MultiPolygon segfault on arm) closed by Mariusz Felisiak
duplicate: Currently we cannot prove that Django is at fault. Duplicate of #32600.
9:55 AM Ticket #33348 (Testing framework - Change API of assertFormError to take an actual form object) updated by Baptiste Mispelon
As an argument in favor of this change, may I present this lines from …
9:10 AM Ticket #19721 (contrib.admin - Django admin allows filtering using the field lookups such as "in", ...) closed by Carlton Gibson <carlton.gibson@…>
fixed: In 8a4e5067: […]
9:10 AM Ticket #19721 (contrib.admin - Django admin allows filtering using the field lookups such as "in", ...) updated by Carlton Gibson <carlton.gibson@…>
In 2b76f457: […]
8:55 AM Ticket #33348 (Testing framework - Change API of assertFormError to take an actual form object) created by Baptiste Mispelon
The current signature of assertFormError is `(response, form, field, …
8:38 AM Ticket #33338 (Core (Cache system) - Document that @never_cache and add_never_cache_headers() set the ...) updated by Marcelo Galigniana
Status, Owner changed
8:32 AM Ticket #19721 (contrib.admin - Django admin allows filtering using the field lookups such as "in", ...) updated by Carlton Gibson
Needs documentation, Patch needs improvement, Triage Stage changed
8:25 AM Changeset [8a4e5067]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Carlton Gibson <carlton.gibson@…>
Fixed #19721 -- Allowed admin filters to customize the list separator.
8:04 AM Ticket #33347 (GIS - django.contrib.gis.geos.MultiPolygon segfault on arm) created by Horeb Parraud
Hello, I am a python django developer and since yesterday (with the …
7:50 AM Ticket #33346 (Testing framework - assertFormsetError() crashes on formset named "form".) updated by Baptiste Mispelon
Cc, Has patch changed
PR here: https://github.com/django/django/pull/15165 I went with …
7:27 AM Changeset [2b76f457]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Carlton Gibson <carlton.gibson@…>
Refs #19721 -- Corrected list formatting in admin filters docs.
7:25 AM Ticket #33346 (Testing framework - assertFormsetError() crashes on formset named "form".) updated by Baptiste Mispelon
Status, Owner changed
Replying to Mariusz Felisiak: > What do you think about …
6:07 AM Ticket #33346 (Testing framework - assertFormsetError() crashes on formset named "form".) updated by Mariusz Felisiak
Replying to Baptiste Mispelon: > ... > Restricting the …
5:41 AM Ticket #33346 (Testing framework - assertFormsetError() crashes on formset named "form".) updated by Baptiste Mispelon
I did some digging around assertFormsetError (and assertFormError) …
4:01 AM Ticket #33319 (Database layer (models, ORM) - Query.change_aliases raises an AssertionError) updated by Mariusz Felisiak
Patch needs improvement, Triage Stage changed
2:30 AM Ticket #33331 (Database layer (models, ORM) - Improve exception handling with `cursor.close()` after errors) updated by Carlton Gibson
Hi Daniel. Thanks for the reply. It's OK to not read the thread :) …
2:12 AM Ticket #32290 (Template system - TemplateNotFound if relative path passed to {% include %} in variable) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 7d02fa94: […]
1:17 AM Changeset [7d02fa94]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #32290 -- Optimized construct_relative_path() by delay computing …
12:54 AM CI edited by Mariusz Felisiak
Updated Python to 3.10.1 and 3.9.9 on Windows machine. (diff)
12:43 AM CI edited by Mariusz Felisiak
Updated MariaDB version to 10.3.32. (diff)
12:21 AM Ticket #33346 (Testing framework - assertFormsetError() crashes on formset named "form".) updated by Mariusz Felisiak
Triage Stage changed
Note: See TracTimeline for information about the timeline view.
Back to Top