Timeline



Feb 24, 2022:

11:37 PM Ticket #33267 (contrib.admin - Add Hyperlink to related model in admin change form.) updated by Mariusz Felisiak
Patch needs improvement, Triage Stage changed
11:33 PM Changeset [11cc2273]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33267 -- Added link to related item to related widget wrapper …
8:19 PM Ticket #33542 (Documentation - TemplateResponse example missing definition of request) updated by Tim Graham
Summary changed
If you look at the documentation of the TemplateResponse arguments a …
7:46 PM Ticket #33542 (Documentation - TemplateResponse example missing definition of request) created by phisp
In https://docs.djangoproject.com/en/4.0/ref/template-response/
1:22 PM Ticket #33541 (Documentation - Database exceptions / django.db.utils.Error and subclasses are not ...) closed by Mariusz Felisiak
invalid: It's documented that "Django wrappers for database exceptions behave …
1:12 PM Ticket #33541 (Documentation - Database exceptions / django.db.utils.Error and subclasses are not ...) created by juspence
I am trying to implement a similar feature as …
10:37 AM Ticket #33092 (Core (Cache system) - PyMemcacheCache backend fails when running as a wsgi application with ...) updated by Giacomo Persichini
Will this be fixed in future releases of Django 4? I'm encountering …
8:40 AM Ticket #32565 (Core (URLs) - Extract URL resolver view strings mapping to admindocs) updated by Alokik Roy
Hi everyone, I would like to work on this ticket and already have …
7:47 AM Ticket #33540 (contrib.auth - get_context_data() is not being called when overriding LoginView) closed by Carlton Gibson
needsinfo: > I upgraded to Django 4.0.2... From what? There aren't any recent …
7:23 AM Ticket #33540 (contrib.auth - get_context_data() is not being called when overriding LoginView) created by Gil
I upgraded to Django 4.0.2 and the method get_context_data() I …
6:19 AM Ticket #32855 (Forms - BoundWidget.id_for_label ignores id set by ChoiceWidget.options) updated by Mariusz Felisiak
Replying to Dmytro Litvinov: > Stacked also with that …
6:18 AM Ticket #32855 (Forms - BoundWidget.id_for_label ignores id set by ChoiceWidget.options) updated by Jacob Rief
> Any deadline to see it released for 3.2 version? I don't believe it …
5:56 AM Ticket #32855 (Forms - BoundWidget.id_for_label ignores id set by ChoiceWidget.options) updated by Dmytro Litvinov
Cc changed
Stacked also with that issue and found that ticket. Thanks for …
5:36 AM Ticket #33267 (contrib.admin - Add Hyperlink to related model in admin change form.) updated by Mariusz Felisiak
Patch needs improvement changed
3:30 AM Ticket #31486 (Database layer (models, ORM) - Deprecate passing unsaved objects to related filters.) updated by Mariusz Felisiak
Agreed, test_issue_7488 is obsolete, removed in …
3:29 AM Tickets #7488,​19524 batch updated by Mariusz Felisiak <felisiak.mariusz@…>
In 18245b94: […]
3:01 AM Ticket #9076 (Forms - Inline forms can result in a "Please correct the errors below." ...) closed by Mariusz Felisiak
fixed: Closing as fixed, unless someone can provide a reproducible scenario.
2:55 AM Changeset [18245b94]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #7488, Refs #19524 -- Removed obsolete …
2:29 AM Ticket #33539 (contrib.postgres - Missing space in SQL generated by PostgresIndex) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 7f4fc5c: […]
2:03 AM Changeset [7f4fc5c]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33539 -- Fixed spaces in WITH SQL for indexes on PostgreSQL.
1:53 AM Ticket #33539 (contrib.postgres - Missing space in SQL generated by PostgresIndex) updated by Mariusz Felisiak
Needs tests, Triage Stage changed
1:22 AM Ticket #33328 (contrib.admin - Use native JS events to trigger 'formset:added'/'formset:removed') updated by Carlton Gibson <carlton@…>
In 981615c: […]
1:21 AM Changeset [981615c]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Carlton Gibson <carlton@…>
Refs #33328 -- Added some advice regarding handling …
1:01 AM Ticket #29208 (Documentation - Mistake in the documentation, request.POST['username'] is not working, ...) updated by Carlton Gibson
I don't recall commenting here, but I do agree. The example is …
12:15 AM Ticket #33539 (contrib.postgres - Missing space in SQL generated by PostgresIndex) updated by Mariusz Felisiak
Needs tests changed

Feb 23, 2022:

11:32 PM Ticket #33539 (contrib.postgres - Missing space in SQL generated by PostgresIndex) updated by Mariusz Felisiak
Status, Owner, Type changed
7:43 PM Ticket #33539 (contrib.postgres - Missing space in SQL generated by PostgresIndex) updated by Mohamed Nabil Rady
Triage Stage changed
7:31 PM Ticket #33539 (contrib.postgres - Missing space in SQL generated by PostgresIndex) updated by Anders Kaseorg
Description changed
5:50 PM Ticket #33539 (contrib.postgres - Missing space in SQL generated by PostgresIndex) created by Anders Kaseorg
If I define an index like `GinIndex("search_tsvector", …
4:47 PM Ticket #29208 (Documentation - Mistake in the documentation, request.POST['username'] is not working, ...) closed by Tim Graham
wontfix: There are other examples that use indexing of request.POST. Like …
4:34 PM Ticket #33534 (Forms - Formset form with initial values doesnt save) updated by Tim Graham
There's a discussion in #24541 which documented the behavior. I don't …
1:15 PM Ticket #33532 (HTTP handling - Micro-optimisation: Special-case dictionaries for CaseInsensitiveMapping.) closed by GitHub <noreply@…>
fixed: In 3de787a7: […]
1:15 PM Changeset [3de787a7]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed #33532 -- Optimized CaseInsensitiveMapping instantiation for …
1:13 PM Ticket #33532 (HTTP handling - Micro-optimisation: Special-case dictionaries for CaseInsensitiveMapping.) updated by Mariusz Felisiak
Has patch, Triage Stage changed
PR
11:07 AM Ticket #33538 (Migrations - Migrations autodetector change for djangopolymorphicmodel) closed by Mariusz Felisiak
invalid: > Is there any way to resolve this and not have the migration auto …
11:02 AM Ticket #19580 (Database layer (models, ORM) - Unify reverse foreign key and m2m unsaved model querying) updated by Mariusz Felisiak
> Should we consider making this a deprecation warning for now, and …
10:55 AM Ticket #33538 (Migrations - Migrations autodetector change for djangopolymorphicmodel) created by markp2
We use Django-polymorphic and now get spurious migration AlterField …
10:25 AM Ticket #19580 (Database layer (models, ORM) - Unify reverse foreign key and m2m unsaved model querying) updated by Matt Westcott
Cc changed
Ran across this while bringing Wagtail up to date with Django main. I …
9:42 AM Ticket #33537 (Database layer (models, ORM) - Cloning test databases should reraise errors on MySQL.) closed by Mariusz Felisiak
invalid: Thanks for this ticket, however Django 2.2 doesn't officially support …
7:57 AM Ticket #28889 (contrib.admin - Use JavaScript to prevent double submission of admin forms) closed by Carlton Gibson <carlton@…>
fixed: In fe7dbef: […]
7:57 AM Changeset [fe7dbef]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Carlton Gibson <carlton@…>
Fixed #28889 -- Prevented double submission of admin forms. Added a …
7:18 AM Ticket #33537 (Database layer (models, ORM) - Cloning test databases should reraise errors on MySQL.) created by Stephen Finucane
I've been seeing the following error message when attempting to run …
5:16 AM Ticket #31169 (Testing framework - Allow parallel test runner to work with Windows/macOS `spawn` process ...) updated by Mariusz Felisiak <felisiak.mariusz@…>
In ae91ecf6: […]
5:00 AM Ticket #29208 (Documentation - Mistake in the documentation, request.POST['username'] is not working, ...) updated by Mogoh Viol
Replying to Tim Graham: > Maybe it's unclear that this …
4:40 AM Ticket #28889 (contrib.admin - Use JavaScript to prevent double submission of admin forms) updated by Carlton Gibson
Patch needs improvement, Triage Stage changed
4:35 AM Changeset [ae91ecf6]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #31169 -- Added DatabaseCreation.setup_worker_connection() hook.
3:33 AM Ticket #33328 (contrib.admin - Use native JS events to trigger 'formset:added'/'formset:removed') closed by GitHub <noreply@…>
fixed: In eabc22f9: […]
3:33 AM Changeset [eabc22f9]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed #33328 -- Transformed formset:added/removed to native JS events.
3:30 AM Ticket #33434 (contrib.admin - Browser font resizing doesn’t work in Django admin due to pixel values) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 1f42a352: […]
2:27 AM Ticket #33434 (contrib.admin - Browser font resizing doesn’t work in Django admin due to pixel values) updated by Mariusz Felisiak
Patch needs improvement, Triage Stage changed
2:26 AM Changeset [1f42a352]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33434 -- Changed font-size in admin CSS to use rem units.
2:25 AM Changeset [ee13588]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Removed unnecessary font-size in admin hr CSS.
1:28 AM Ticket #33534 (Forms - Formset form with initial values doesnt save) updated by saschahofmann
I guess that makes sense if an extra_form is invalid/not filled out …
12:29 AM Ticket #33476 (Core (Other) - Formatting Code with Black) updated by GitHub <noreply@…>
In d11944be: […]
12:29 AM Changeset [d11944be]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Refs #33476 -- Added warning to optimizemigration/squashmigrations …
12:26 AM Ticket #33508 (Database layer (models, ORM) - MariaDB 10.8+ supports ordering on individual columns in the index.) updated by Mariusz Felisiak
Triage Stage changed

Feb 22, 2022:

5:33 PM Ticket #33536 (Database layer (models, ORM) - Running help() against django.db.models.PositiveIntegerField results ...) closed by Tim Graham
wontfix: Thanks for the feedback. This is caused by translatable class …
2:04 PM Ticket #33331 (Database layer (models, ORM) - Improve exception handling with `cursor.close()` after errors) updated by Carlton Gibson
Hi Daniel. It wasn't really that …
1:35 PM Ticket #33331 (Database layer (models, ORM) - Improve exception handling with `cursor.close()` after errors) updated by Daniel Hahler
https://code.djangoproject.com/ticket/16614#comment:31 is about "Refs …
1:27 PM Ticket #32873 (Internationalization - Deprecate USE_L10N setting.) updated by GitHub <noreply@…>
In 7fd2deb: […]
1:26 PM Changeset [7fd2deb]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Refs #32873 -- Avoided looking up settings._USE_L10N_INTERNAL twice.
11:44 AM Ticket #33522 (contrib.auth - Unexpected behaviour when logging in) updated by Michael
Sorry yes that would be pointless. With the "SameSite: Lax", and some …
11:31 AM Ticket #33533 (contrib.sessions - SESSION_SAVE_EVERY_REQUEST = True does not handle parallel requests ...) updated by Michael
Replying to Tim Graham: > See …
11:25 AM Ticket #33536 (Database layer (models, ORM) - Running help() against django.db.models.PositiveIntegerField results ...) created by Brenden Hyde
Issue Description: As a Django user, I would like to read …
10:53 AM Ticket #33535 (Database layer (models, ORM) - Add Basic support for DB View) closed by Tim Graham
needsinfo: The …
10:15 AM Ticket #33535 (Database layer (models, ORM) - Add Basic support for DB View) created by Vasanth
Since Django ORM lends itself to easy data manipulation and query …
9:52 AM Ticket #29208 (Documentation - Mistake in the documentation, request.POST['username'] is not working, ...) updated by Tim Graham
Maybe it's unclear that this code is for example purposes only and …
9:04 AM Ticket #33534 (Forms - Formset form with initial values doesnt save) closed by Tim Graham
invalid: Formsets can have extra forms that may not be changed. In that case, …
8:22 AM Ticket #33534 (Forms - Formset form with initial values doesnt save) created by saschahofmann
Calling formset.save() on a formset with an extra_form that only …
7:59 AM Ticket #29208 (Documentation - Mistake in the documentation, request.POST['username'] is not working, ...) updated by Mogoh Viol
Cc changed
7:58 AM Ticket #29208 (Documentation - Mistake in the documentation, request.POST['username'] is not working, ...) updated by Mogoh Viol
Status, Version, Resolution changed
7:58 AM Ticket #29208 (Documentation - Mistake in the documentation, request.POST['username'] is not working, ...) updated by Mogoh Viol
I stumbled into this just this week and I say this is still a problem …
5:20 AM Ticket #33331 (Database layer (models, ORM) - Improve exception handling with `cursor.close()` after errors) updated by Carlton Gibson
> The main thing … is not raising errors from cursor.close() in the …
5:02 AM Ticket #33328 (contrib.admin - Use native JS events to trigger 'formset:added'/'formset:removed') updated by Carlton Gibson
Triage Stage changed
4:49 AM Ticket #31202 (Database layer (models, ORM) - Bulk update suffers from poor performance with large numbers of models ...) updated by jerch
Some early tests with COPY FROM indicate, that it even outperforms …
4:44 AM Ticket #33508 (Database layer (models, ORM) - MariaDB 10.8+ supports ordering on individual columns in the index.) updated by Alokik Roy
Has patch changed
4:13 AM Ticket #27844 (Migrations - Add a management command to optimize a migration) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 7c318a8b: […]
4:07 AM Ticket #33331 (Database layer (models, ORM) - Improve exception handling with `cursor.close()` after errors) updated by Daniel Hahler
The main thing this is meant to fix is not raising errors from …
3:30 AM Changeset [7c318a8b]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #27844 -- Added optimizemigration management command.
3:29 AM Changeset [847f46e]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Removed redundant QuerySet.all() calls in docs and tests. Most …
3:26 AM Ticket #19580 (Database layer (models, ORM) - Unify reverse foreign key and m2m unsaved model querying) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 7ba6ebe9: […]
2:45 AM Ticket #33522 (contrib.auth - Unexpected behaviour when logging in) updated by Florian Apolloner
> Thinking about this some more, what if the CSRF middleware got the …
2:40 AM Ticket #33522 (contrib.auth - Unexpected behaviour when logging in) closed by Carlton Gibson
invalid: Others can comment, but this looks like exactly expected behaviour to …
2:16 AM Changeset [7ba6ebe9]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #19580 -- Unified behavior of reverse foreign key and …
2:03 AM Ticket #19580 (Database layer (models, ORM) - Unify reverse foreign key and m2m unsaved model querying) updated by Mariusz Felisiak
Triage Stage changed
1:54 AM Ticket #33532 (HTTP handling - Micro-optimisation: Special-case dictionaries for CaseInsensitiveMapping.) updated by Carlton Gibson
Triage Stage changed
OK, I'll accept pending discussion on the PR. Thanks.
1:28 AM Ticket #33331 (Database layer (models, ORM) - Improve exception handling with `cursor.close()` after errors) closed by Carlton Gibson
needsinfo: Hi Daniel. I'm really sorry but I'm failing to see the point you're …
1:13 AM Ticket #33517 (Database layer (models, ORM) - Extracting seconds also returns fractional seconds on PostgreSQL and ...) updated by Mariusz Felisiak
Status, Owner, Has patch changed
This is still an issue on Oracle. We could use `EXTRACT(SECOND FROM …
1:10 AM Ticket #33517 (Database layer (models, ORM) - Extracting seconds also returns fractional seconds on PostgreSQL and ...) updated by Mariusz Felisiak <felisiak.mariusz@…>
In b7f26355: […]
12:30 AM Ticket #33517 (Database layer (models, ORM) - Extracting seconds also returns fractional seconds on PostgreSQL and ...) updated by Mariusz Felisiak
Keywords, Patch needs improvement changed
12:26 AM Changeset [b7f26355]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #33517 -- Prevented second lookup from returning fractional …
12:00 AM Ticket #33517 (Database layer (models, ORM) - Extracting seconds also returns fractional seconds on PostgreSQL and ...) updated by Mariusz Felisiak
Summary changed

Feb 21, 2022:

3:24 PM Ticket #19580 (Database layer (models, ORM) - Unify reverse foreign key and m2m unsaved model querying) updated by raydeal
Patch needs improvement changed
2:47 PM Ticket #32577 (Database layer (models, ORM) - Add support for `UUIDAutoField` `DEFAULT_AUTO_FIELD`) updated by raydeal
Cc changed
2:07 PM Ticket #27844 (Migrations - Add a management command to optimize a migration) updated by Mariusz Felisiak
Triage Stage changed
1:46 PM Ticket #20296 (Utilities - django.utils.safestring.mark_safe forces evaluation of lazy objects) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 659d2421: […]
11:22 AM Ticket #33533 (contrib.sessions - SESSION_SAVE_EVERY_REQUEST = True does not handle parallel requests ...) closed by Tim Graham
invalid: See TicketClosingReasons/UseSupportChannels for ways to get help if …
10:43 AM Ticket #33533 (contrib.sessions - SESSION_SAVE_EVERY_REQUEST = True does not handle parallel requests ...) created by Michael
In my project, there are some methods on a custom user model that …
9:51 AM Ticket #33532 (HTTP handling - Micro-optimisation: Special-case dictionaries for CaseInsensitiveMapping.) created by Keryn Knight
Currently, all data given to HttpHeaders and ResponseHeaders go …
9:40 AM Ticket #33508 (Database layer (models, ORM) - MariaDB 10.8+ supports ordering on individual columns in the index.) updated by Alokik Roy
PR https://github.com/django/django/pull/15452
7:06 AM Ticket #25251 (Testing framework - Inconsistent availability of data from migrations in TestCases when ...) updated by Markus Holtermann
Status, Owner changed
Feel free to take over https://github.com/django/django/pull/14147, …
6:57 AM Ticket #25251 (Testing framework - Inconsistent availability of data from migrations in TestCases when ...) updated by Blaž Šnuderl
Anyone still looking into this? I would be interested to pick this up
6:43 AM Ticket #33531 (Database layer (models, ORM) - Random ORDER BY not working with MSSQL) closed by Mariusz Felisiak
invalid: Thanks for this report, however Django 3.0 is not supported anymore …
6:30 AM Ticket #33531 (Database layer (models, ORM) - Random ORDER BY not working with MSSQL) created by coronoro
Given a simple Model: […] I want to pick an entry randomly by …
3:36 AM Ticket #33517 (Database layer (models, ORM) - Extracting seconds also returns fractional seconds on PostgreSQL and ...) updated by Mariusz Felisiak
Patch needs improvement changed
3:11 AM Changeset [659d2421]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #20296 -- Prevented mark_safe() from evaluating lazy objects.
3:10 AM Ticket #20296 (Utilities - django.utils.safestring.mark_safe forces evaluation of lazy objects) updated by Mariusz Felisiak
Triage Stage changed
2:50 AM Ticket #31335 (Migrations - Renaming a ForeignKey included in an index, and removing ...) updated by Sergey Fursov
Patch needs improvement, Needs tests changed
2:46 AM Changeset [b626c5a9]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Removed unnecessary str type from @keep_lazy decorator for …
2:42 AM Ticket #33522 (contrib.auth - Unexpected behaviour when logging in) updated by Mariusz Felisiak
Cc changed
2:29 AM Ticket #33529 (contrib.auth - Possibly Incorrect statement in the docs about CRSF tokens) updated by Florian Apolloner
> I am guessing the new behaviour is if the CSRF Middleware receives a …
2:11 AM Ticket #33529 (contrib.auth - Possibly Incorrect statement in the docs about CRSF tokens) updated by Michael
Replying to Florian Apolloner: > Hi Michael, > > the CSRF …
1:30 AM Ticket #33529 (contrib.auth - Possibly Incorrect statement in the docs about CRSF tokens) updated by Florian Apolloner
Hi Michael, the CSRF token is POSTed but that does not mean it has to …
1:03 AM OracleTestSetup edited by Mariusz Felisiak
ORACLE_SCRIPT is unnecessary, we don't want to create a global user. (diff)
12:54 AM Ticket #33526 (Core (System checks) - Accept truthy/falsy values in security checks.) updated by GitHub <noreply@…>
In 1299bc33: […]
12:54 AM Changeset [1299bc33]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Refs #33526 -- Made …
12:53 AM Ticket #33476 (Core (Other) - Formatting Code with Black) updated by Mariusz Felisiak <felisiak.mariusz@…>
In be4a1069: […]
12:53 AM Ticket #33476 (Core (Other) - Formatting Code with Black) updated by Mariusz Felisiak <felisiak.mariusz@…>
In fe3518d2: […]
12:53 AM Changeset [be4a1069]stable/4.0.x by Mariusz Felisiak <felisiak.mariusz@…>
[4.0.x] Refs #33476 -- Mentioned black in docs about pre-commit …
12:37 AM Ticket #33528 (contrib.admin - Add an option in ModelAdmin to validate data without saving anything.) closed by Mariusz Felisiak
wontfix: As far as I understand correctly, you would like to add an option to …
Note: See TracTimeline for information about the timeline view.
Back to Top