Timeline



Mar 5, 2022:

1:35 PM Ticket #33308 (Database layer (models, ORM) - Add psycopg3 backend) updated by Florian Apolloner
Cc changed
10:12 AM Ticket #7497 (contrib.admin - AppAdmin class for customizing app listing in admin index) updated by Roman
To move things a little bit forward I have prepared a pull request …
5:41 AM Ticket #33561 (contrib.auth - Allow syncing user attributes on every authentication with ...) updated by Florian Apolloner
Cc changed
5:39 AM Ticket #33561 (contrib.auth - Allow syncing user attributes on every authentication with ...) updated by Florian Apolloner
I think this would be a nice improvement. For one the suggested …

Mar 4, 2022:

1:39 PM Ticket #29865 (Database layer (models, ORM) - Add logical XOR support to Q() and QuerySet().) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In c6b4d62f: […]
9:56 AM Ticket #28215 (Error reporting - sensitive_post_parameters/sensitive_variables leaking sensitive values ...) updated by Collin Anderson
Simple PR for password variables in django/contrib/auth/forms.py: …
8:07 AM Ticket #33562 (HTTP handling - set_cookie and set_signed_cookie should accept timedelta object for ...) updated by Claude Paroz
Has patch, Version, Triage Stage changed
8:01 AM Ticket #33561 (contrib.auth - Allow syncing user attributes on every authentication with ...) updated by Adrian Torres
Sure, but in my implementation the synchronization is done right …
7:25 AM Ticket #33562 (HTTP handling - set_cookie and set_signed_cookie should accept timedelta object for ...) updated by Luke Plant
Status, Owner changed
PR here - https://github.com/django/django/pull/15481
6:51 AM Ticket #33562 (HTTP handling - set_cookie and set_signed_cookie should accept timedelta object for ...) created by Luke Plant
This already works for get_signed_cookie: […] This is due to the …
6:21 AM Ticket #33561 (contrib.auth - Allow syncing user attributes on every authentication with ...) closed by Mariusz Felisiak
wontfix: Thanks for this ticket, however I don't see a strong reason for a new …
5:58 AM Ticket #29865 (Database layer (models, ORM) - Add logical XOR support to Q() and QuerySet().) updated by Mariusz Felisiak
Triage Stage changed
5:55 AM Changeset [c6b4d62]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #29865 -- Added logical XOR support for Q() and querysets.
5:44 AM Ticket #31169 (Testing framework - Allow parallel test runner to work with Windows/macOS `spawn` process ...) updated by Mariusz Felisiak
Patch needs improvement, Triage Stage changed
4:21 AM Ticket #31169 (Testing framework - Allow parallel test runner to work with Windows/macOS `spawn` process ...) updated by GitHub <noreply@…>
In 795da630: […]
4:21 AM Changeset [795da630]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Refs #31169 -- Prevented infinite loop in tests on failures. …
4:14 AM Ticket #33561 (contrib.auth - Allow syncing user attributes on every authentication with ...) updated by Adrian Torres
Owner changed
4:14 AM Ticket #33561 (contrib.auth - Allow syncing user attributes on every authentication with ...) updated by Adrian Torres
Has patch changed
4:02 AM Ticket #33561 (contrib.auth - Allow syncing user attributes on every authentication with ...) created by Adrian Torres
If using a custom RemoteUserBackend, it is possible to want to …
2:52 AM Ticket #11293 (Database layer (models, ORM) - Filters on aggregates lose connector) updated by GitHub <noreply@…>
In a46bc32: […]
2:51 AM Changeset [a46bc32]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Refs #11293 -- Added test for filtering aggregates with negated & operator.
12:15 AM Ticket #33446 (contrib.staticfiles - ManifestStaticFilesStorage doesn't update CSS source map references) updated by Mariusz Felisiak <felisiak.mariusz@…>
In b8113644: […]

Mar 3, 2022:

11:22 PM Changeset [b8113644]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #33446 -- Allowed variable whitespace in CSS source map …
4:43 PM Ticket #33560 (Documentation - Long Term Support date needs clarification) closed by Tim Graham
invalid: The exact date isn't determined until the time comes. It's usually …
4:09 PM Ticket #33560 (Documentation - Long Term Support date needs clarification) created by Doug Harris
The table of end of support dates on the …
1:27 PM Ticket #33169 (Migrations - Migrations crashes with long identifiers on MySQL (8.0.26 )) closed by Mariusz Felisiak
invalid: Thanks for extra details and a sample project. I was able to …
1:12 PM Ticket #33559 (contrib.admin - Django Admin Site - add filter for group's chosen permissions) closed by Mariusz Felisiak
duplicate: Duplicate of #24179.
1:05 PM Ticket #33559 (contrib.admin - Django Admin Site - add filter for group's chosen permissions) created by Victor Mion
A project I work with has a lot of models and thus a lot of …
12:30 PM Ticket #33169 (Migrations - Migrations crashes with long identifiers on MySQL (8.0.26 )) updated by Awais Qureshi
Status, Resolution changed
10:46 AM Ticket #33558 (Database layer (models, ORM) - Abstract model inheriting from typing.Generic[T] causes TypeError) closed by Mariusz Felisiak
duplicate: Duplicate #33174.
9:52 AM Ticket #33558 (Database layer (models, ORM) - Abstract model inheriting from typing.Generic[T] causes TypeError) created by Rob Percival
The exception message is "TypeError: Cannot inherit from plain …
8:28 AM Ticket #33169 (Migrations - Migrations crashes with long identifiers on MySQL (8.0.26 )) updated by Awais Qureshi
I have created a simple app to reproduce this issue. You can see three …
6:31 AM Ticket #31255 (Migrations - Migrations create a redundant RemoveField operation when deleting 2 ...) updated by Mariusz Felisiak
Status, Owner changed
6:26 AM Ticket #31558 (contrib.admin - Support the use of boolean attribute on properties in the admin.) updated by Mariusz Felisiak
Status, Owner changed
6:23 AM Ticket #24213 (HTTP handling - RFC 2231 Section 4.1 is not implemented) updated by Mariusz Felisiak
Status changed
6:23 AM Ticket #24213 (HTTP handling - RFC 2231 Section 4.1 is not implemented) updated by Mariusz Felisiak
Status, Owner changed
6:21 AM Ticket #26626 (HTTP handling - Update decorator_from_middleware to work with new-style middleware) updated by Mariusz Felisiak
Status, Owner changed
6:17 AM Ticket #24481 (Core (Management commands) - Improve sqlmigrate to be more flexible and allow bypassing migrations ...) updated by Mariusz Felisiak
Status, Owner changed
5:48 AM Ticket #33557 (Database layer (models, ORM) - Traversing a reverse Generic Foreign Key) closed by Mariusz Felisiak
needsinfo: Thanks for the ticket, however …
5:23 AM Ticket #33557 (Database layer (models, ORM) - Traversing a reverse Generic Foreign Key) created by rymanso
Traversing a reverse Generic Foreign Key. When we initially designed …
5:19 AM Ticket #31949 (Core (Other) - Allow builtin view decorators to be applied directly to async views.) updated by Carlton Gibson
Patch needs improvement changed
2:59 AM Ticket #27624 (Database layer (models, ORM) - Optimize ORM by using more immutable data structures) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 24cc51f8: […]
2:59 AM Ticket #27624 (Database layer (models, ORM) - Optimize ORM by using more immutable data structures) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 6d5709ce: […]
2:56 AM Ticket #6135 (Template system - Introduce a short-cut for template filters that has needs_autoescape = True) closed by Carlton Gibson
wontfix
2:55 AM Ticket #6135 (Template system - Introduce a short-cut for template filters that has needs_autoescape = True) updated by Mariusz Felisiak
> I think we should wontfix this. Agreed.
2:52 AM Ticket #6135 (Template system - Introduce a short-cut for template filters that has needs_autoescape = True) updated by Carlton Gibson
I think we should wontfix this. Copying my …
1:51 AM SummerOfCode2022 edited by Mariusz Felisiak
Add Manav Agarwal to possible mentors. (diff)
1:43 AM Ticket #33554 (Utilities - Only first translation being found in Jinja handlebars when multiple ...) closed by Carlton Gibson
duplicate: Looks like this is a duplicate of #24167 — Please follow-up Alex if …
1:38 AM Changeset [24cc51f]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #27624 -- Optimized Query.clone() a bit.
1:36 AM Changeset [6d5709c]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #27624 -- Optimized sql.Query creation by moving …
12:08 AM Ticket #30032 (Database layer (models, ORM) - Allow expressions to be used for default) updated by Mariusz Felisiak
Patch needs improvement changed

Mar 2, 2022:

11:19 PM Changeset [5659015]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Optimized lazy wrappers a bit. This avoids an extra …
6:03 PM Ticket #33556 (Database layer (models, ORM) - Django Error Connecting to Postgres DB on Docker) closed by Tim Graham
invalid: Django 4.0 …
4:31 PM Ticket #33556 (Database layer (models, ORM) - Django Error Connecting to Postgres DB on Docker) created by Adebayo Osinulu
I started a simple Dockerized django app, however, when I tried to …
3:06 PM Ticket #33546 (HTTP handling - Optimise creation of HttpResponseBase and ResponseHeaders objects) closed by Mariusz Felisiak
fixed
3:05 PM Ticket #33546 (HTTP handling - Optimise creation of HttpResponseBase and ResponseHeaders objects) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 95b7d01d: […]
3:05 PM Ticket #33546 (HTTP handling - Optimise creation of HttpResponseBase and ResponseHeaders objects) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 4b2f6ace: […]
3:05 PM Ticket #33546 (HTTP handling - Optimise creation of HttpResponseBase and ResponseHeaders objects) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 51f896fe: […]
3:05 PM Ticket #33546 (HTTP handling - Optimise creation of HttpResponseBase and ResponseHeaders objects) updated by Mariusz Felisiak <felisiak.mariusz@…>
In e0b197c: […]
3:05 PM Ticket #10188 (HTTP handling - HttpResponse does not filter CR/LF characters from headers) updated by Mariusz Felisiak <felisiak.mariusz@…>
UI/UX, Easy pickings changed
In 9bde906: […]
1:23 PM Changeset [95b7d01d]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #33546 -- Optimized handling content types in …
1:23 PM Changeset [4b2f6ac]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #33546 -- Optimized HttpResponseBase.charset a bit. This avoids …
1:23 PM Changeset [51f896f]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #33546 -- Optimized ResponseHeaders._convert_to_charset() by …
1:23 PM Changeset [e0b197c]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #33546 -- Avoided unpacking data in ResponseHeaders when not …
1:23 PM Changeset [9bde906]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #10188 -- Added tests for BadHeaderErrors when HTTP header with …
1:23 PM Ticket #33553 (Database layer (models, ORM) - Use built-in math functions in SQLite 3.35+.) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In d4365548: […]
12:51 PM Ticket #33547 (contrib.admin - Admin TabularInline with readonly field fail to render on validation error) updated by Antoine Humbert
May be a bit late now, but I think the original reason for this kind …
10:25 AM Ticket #33554 (Utilities - Only first translation being found in Jinja handlebars when multiple ...) updated by Carlton Gibson
Hi Alex. Hmmm... So, question, why is this not an issue for Jinga? …
9:43 AM Ticket #33555 (Database layer (models, ORM) - Enable Model Field choices to hold other Model objects as values of ...) closed by Mariusz Felisiak
wontfix: Thanks for this proposition, however it's really niche and probably …
9:08 AM Ticket #33555 (Database layer (models, ORM) - Enable Model Field choices to hold other Model objects as values of ...) updated by Mike Okoth
Description changed
9:05 AM Ticket #33555 (Database layer (models, ORM) - Enable Model Field choices to hold other Model objects as values of ...) created by Mike Okoth
Allow for something like: […] This would allow for an …
8:29 AM Ticket #33554 (Utilities - Only first translation being found in Jinja handlebars when multiple ...) created by Alex Ford
When running makemessages on our project we found some strings were …
6:36 AM Ticket #27737 (Migrations - Investigate if reloading old relational fields in migration ...) updated by Mariusz Felisiak
Status, Owner changed
5:52 AM Ticket #33546 (HTTP handling - Optimise creation of HttpResponseBase and ResponseHeaders objects) updated by Mariusz Felisiak
Triage Stage changed
3:10 AM Changeset [d436554]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33553 -- Used built-in math functions in SQLite 3.35+. In …
3:10 AM Ticket #33553 (Database layer (models, ORM) - Use built-in math functions in SQLite 3.35+.) updated by Mariusz Felisiak
Triage Stage changed
1:34 AM Ticket #33552 (Database layer (models, ORM) - has_key, has_keys, and has_any_keys JSONField() lookups don't handle ...) updated by Mariusz Felisiak
Cc, Triage Stage, Summary changed
I reproduce this issue on SQLite, MySQL, and Oracle. has_key, …
Note: See TracTimeline for information about the timeline view.
Back to Top