Timeline



Mar 25, 2022:

11:30 AM Ticket #32129 (Documentation - Confusing documentation on how to get cookie's time until it expires ...) updated by Sarah Boyce
Status, Owner changed
I'm happy to pick this up, will try to submit a patch next week
10:02 AM Ticket #13883 (contrib.admin - SelectBox.js with grouping (optgroup elements)) updated by Narbonne
Description changed
I don't see an update of the filter method. I suppose search should …
7:42 AM Ticket #33564 (GIS - Confirm support for PROJ 9.X.) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 379bb201: […]
7:09 AM Changeset [379bb201]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33564 -- Confirmed support for PROJ 9.X.
5:58 AM Ticket #33564 (GIS - Confirm support for PROJ 9.X.) updated by Mariusz Felisiak
Owner, Has patch, Triage Stage, Status changed
PR
5:56 AM Changeset [510c4e4]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Used Cmake in GEOS installation docs.
5:53 AM Ticket #7497 (contrib.admin - AppAdmin class for customizing app listing in admin index) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 2bee0b4: […]
5:53 AM Ticket #7497 (contrib.admin - AppAdmin class for customizing app listing in admin index) updated by Mariusz Felisiak <felisiak.mariusz@…>
In d44951b3: […]
5:06 AM Ticket #33584 (Database layer (models, ORM) - Encourage using persistent database connections) updated by Tom Carrick
Okay, I think it's best to revisit this once (if?) we have connection …
4:33 AM Changeset [2bee0b4]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #7497 -- Allowed overriding the order of apps and models in admin.
4:29 AM Changeset [d44951b]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #7497 -- Added assertion for the default order of models in …
4:02 AM Ticket #15619 (contrib.auth - Logout link should be protected) updated by Mariusz Felisiak
Needs documentation, Type, Triage Stage changed
2:54 AM Changeset [e03648f0]stable/2.2.x by Mariusz Felisiak <felisiak.mariusz@…>
[2.2.x] Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+. See …
2:51 AM Changeset [610ecc9]stable/3.2.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.2.x] Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+. See …
2:49 AM Changeset [6a80fd1]stable/4.0.x by Mariusz Felisiak <felisiak.mariusz@…>
[4.0.x] Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+. See …
2:48 AM Changeset [1d9d082a]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+. See …
12:14 AM Ticket #33596 (Database layer (models, ORM) - Subsequent calls to prefetch_related_objects() don't work for model ...) closed by Mariusz Felisiak
wontfix: Agreed with Simon, I was torn too.
12:12 AM Ticket #13883 (contrib.admin - SelectBox.js with grouping (optgroup elements)) updated by Mariusz Felisiak
Thanks, please send PR via GitHub.

Mar 24, 2022:

5:15 PM 13883-fix.patch attached to Ticket #13883 by Michael McLarnon
Patch to retain option groups, and test
11:42 AM Ticket #15619 (contrib.auth - Logout link should be protected) updated by GitHub <noreply@…>
In 94d8ed55: […]
11:41 AM Changeset [94d8ed55]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Refs #15619 -- Logged out with POST requests in admin.
9:47 AM Ticket #33600 (Migrations - Migrate error with SQL server since 3.1 django, ok in 3.0.14, KO in 4.0) closed by Simon Charette
invalid: Thank you for your report but Django doesn't maintain a SQL Server …
9:34 AM Ticket #33596 (Database layer (models, ORM) - Subsequent calls to prefetch_related_objects() don't work for model ...) updated by Simon Charette
I wonder if this is actually a bug or we should wontfix this one. …
9:27 AM Ticket #33517 (Database layer (models, ORM) - Extracting seconds also returns fractional seconds on PostgreSQL and ...) updated by Carlton Gibson
Hi Yash — you don't need permission. Please do take a look! Thanks
9:11 AM Ticket #33517 (Database layer (models, ORM) - Extracting seconds also returns fractional seconds on PostgreSQL and ...) updated by Joey Lange
Truthfully I'm just the reporter of this issue, I have no official …
9:07 AM Ticket #33517 (Database layer (models, ORM) - Extracting seconds also returns fractional seconds on PostgreSQL and ...) updated by Yash Singhal
@joey Lange, "it is still an issue on oracle" as told by @Mariusz …
8:35 AM migrate_error_sql_serveur.pdf attached to Ticket #33600 by ichauve
bugs description with logs in several django version
8:33 AM Ticket #33600 (Migrations - Migrate error with SQL server since 3.1 django, ok in 3.0.14, KO in 4.0) created by ichauve
Hello, I'm reporting you error with the command: python manage.py …
8:32 AM Ticket #33565 (Internationalization - makemessages command skips the nl-nl-x-informal folder) updated by Carlton Gibson
Triage Stage changed
> ... i am happy to contribute patches when it breaks again. OK, …
8:08 AM Ticket #33599 (Uncategorized - Enum is not usable in templates.) closed by Carlton Gibson
wontfix: Unlike Django's choices enum subclasses that we were able to adjust in …
7:49 AM Ticket #33599 (Uncategorized - Enum is not usable in templates.) created by David Marogy
Hello, i tried using an normal Enum instead of a Textchoice in my …
7:30 AM Ticket #7497 (contrib.admin - AppAdmin class for customizing app listing in admin index) updated by Mariusz Felisiak
Needs documentation, Triage Stage changed
6:53 AM Ticket #33565 (Internationalization - makemessages command skips the nl-nl-x-informal folder) updated by Ronnie van den Crommenacker
> Based on the …
6:50 AM Ticket #33584 (Database layer (models, ORM) - Encourage using persistent database connections) updated by Florian Apolloner
Replying to Carlton Gibson: > It looks like this has come …
6:46 AM Ticket #33584 (Database layer (models, ORM) - Encourage using persistent database connections) updated by Tom Carrick
Thanks, makes sense. I'll do a bit of digging and see where I end up.
6:17 AM Ticket #33565 (Internationalization - makemessages command skips the nl-nl-x-informal folder) updated by Carlton Gibson
Hi Ronnie. Based on the …
6:02 AM Ticket #33584 (Database layer (models, ORM) - Encourage using persistent database connections) closed by Carlton Gibson
needsinfo: Hi Tom. Thanks for the suggestion here. It looks like this has come …
5:29 AM Reports edited by Mariusz Felisiak
Used "mergers" instead of "core developers". (diff)
3:14 AM Ticket #33577 (GIS - Confirm/Add support for GDAL 3.4.) updated by GitHub <noreply@…>
In 1b695fb: […]
3:13 AM Changeset [1b695fb]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Refs #33577 -- Used addCleanup() to remove .aux file in GDALBandTests. …
1:55 AM Ticket #33598 (Database layer (models, ORM) - Using multiple FilteredRelation with different filters but for same ...) updated by Mariusz Felisiak
Cc, Severity, Triage Stage changed
Thanks for the report! A regression test: […] Regression in …
1:09 AM Ticket #32365 (Utilities - Update timezone implementation to use zoneinfo) updated by Mariusz Felisiak <felisiak.mariusz@…>
In bb61f018: […]
12:29 AM Changeset [bb61f018]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #32365 -- Removed internal uses of utils.timezone.utc alias. …

Mar 23, 2022:

6:23 PM Ticket #33598 (Database layer (models, ORM) - Using multiple FilteredRelation with different filters but for same ...) updated by lind-marcus
Description changed
3:32 PM Ticket #33598 (Database layer (models, ORM) - Using multiple FilteredRelation with different filters but for same ...) created by lind-marcus
I have a relation that ALWAYS have at least 1 entry with is_all=True
2:36 PM Ticket #33569 (HTTP handling - Add support for multiple values for the x-forwarded-proto header) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 1cf60ce: […]
1:33 PM Changeset [1cf60ce]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33569 -- Added SECURE_PROXY_SSL_HEADER support for list of …
11:54 AM Ticket #33579 (Database layer (models, ORM) - Raise a specialized exception when Model.save(update_fields) does not ...) updated by Sardorbek Imomaliev
Cc changed
11:49 AM Ticket #33573 (Core (Cache system) - Add native async support to redis cache backend) updated by Christopher Bailey
4.2.0 is fully out now.
10:41 AM Ticket #33517 (Database layer (models, ORM) - Extracting seconds also returns fractional seconds on PostgreSQL and ...) updated by Mariusz Felisiak
This is still an issue on Oracle, see …
8:41 AM Ticket #33517 (Database layer (models, ORM) - Extracting seconds also returns fractional seconds on PostgreSQL and ...) updated by Joey Lange
Looks like we're already PR'd and merged, pal! Thanks for the …
8:37 AM Ticket #33517 (Database layer (models, ORM) - Extracting seconds also returns fractional seconds on PostgreSQL and ...) updated by Yash Singhal
hey joey Lange, I'm interested in solving this issue, can I solve it, …
8:33 AM Ticket #32365 (Utilities - Update timezone implementation to use zoneinfo) updated by Carlton Gibson <carlton.gibson@…>
In d46e158: […]
8:26 AM Ticket #33517 (Database layer (models, ORM) - Extracting seconds also returns fractional seconds on PostgreSQL and ...) updated by Joey Lange
Great suggestion, Mariusz! You've convinced me that consistent and …
6:43 AM Changeset [d46e158]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Carlton Gibson <carlton.gibson@…>
Refs #32365 -- Made migration writer use datetime.timezone.utc.
4:23 AM Ticket #33597 (Core (Other) - Not all characters can be used in e-mail-addresses) closed by Mariusz Felisiak
duplicate: Duplicate of #27029.
4:18 AM Ticket #33597 (Core (Other) - Not all characters can be used in e-mail-addresses) created by Christian Dense
When adding or editing a user in admin panel, it is not possible to …
3:19 AM Ticket #33595 (Database layer (models, ORM) - Check Constraint on nullable BooleanField should not be simplified) closed by Mariusz Felisiak
invalid: Thanks for this ticket, however that's how a CHECK constraints works …
12:44 AM Ticket #33517 (Database layer (models, ORM) - Extracting seconds also returns fractional seconds on PostgreSQL and ...) updated by Yash Singhal
Status, Owner changed

Mar 22, 2022:

10:14 PM Ticket #33586 (Migrations - Applying RunPython backward results in ValueError when involved models ...) updated by Simon Charette
Cc changed
The following patch to the reproduction project demonstrates the core …
2:20 PM Ticket #33596 (Database layer (models, ORM) - Subsequent calls to prefetch_related_objects() don't work for model ...) updated by Mariusz Felisiak
Cc, Triage Stage, Summary changed
Thanks for the report and a regression test. It's similar to the …
2:09 PM Ticket #33596 (Database layer (models, ORM) - Subsequent calls to prefetch_related_objects() don't work for model ...) created by Dennis Kliban
Our project processes instances in a stream. In some cases the …
1:23 PM Ticket #33594 (Database layer (models, ORM) - order_by("field1__-field2") yields inconsistent behavior) closed by Mariusz Felisiak
needsinfo: Thanks for updates, however I cannot reproduce FieldError after …
12:10 PM Ticket #33595 (Database layer (models, ORM) - Check Constraint on nullable BooleanField should not be simplified) created by Peter Law
Given a model like: […] The constraint will allow both True and …
9:34 AM Ticket #33587 (contrib.messages - Improve SuccessMessageMixin working with BaseDeleteView) closed by Carlton Gibson
wontfix
9:34 AM Ticket #33587 (contrib.messages - Improve SuccessMessageMixin working with BaseDeleteView) updated by Carlton Gibson
Hi Chris. I'm going to say wontfix here initially. …
7:45 AM Ticket #33594 (Database layer (models, ORM) - order_by("field1__-field2") yields inconsistent behavior) updated by Thomas C
Description changed
7:30 AM Ticket #33594 (Database layer (models, ORM) - order_by("field1__-field2") yields inconsistent behavior) updated by Mariusz Felisiak
"foo__-created_at" it's not intended, documented, or officially …
6:51 AM Ticket #33594 (Database layer (models, ORM) - order_by("field1__-field2") yields inconsistent behavior) updated by Thomas C
Description changed
6:40 AM Ticket #33594 (Database layer (models, ORM) - order_by("field1__-field2") yields inconsistent behavior) created by Thomas C
In our codebase, someone used …
6:38 AM Ticket #33544 (Documentation - Hint to default behavior (Deployment checklist > TEMPLATES)) updated by Carlton Gibson <carlton.gibson@…>
In 280661b: […]
6:38 AM Changeset [280661b]stable/4.0.x by Carlton Gibson <carlton.gibson@…>
[4.0.x] Fixed #33544 -- Expanded the TEMPLATES section of the …
6:37 AM Ticket #33544 (Documentation - Hint to default behavior (Deployment checklist > TEMPLATES)) closed by Carlton Gibson <carlton@…>
fixed: In 5cc9464e: […]
6:37 AM Changeset [5cc9464e]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Carlton Gibson <carlton@…>
Fixed #33544 -- Expanded the TEMPLATES section of the Deployment …
6:13 AM Ticket #33585 (Documentation - lacking hint to SSH setup (Working with Git and GitHub)) updated by Mariusz Felisiak <felisiak.mariusz@…>
In c0a34bef: […]
6:12 AM Changeset [c0a34be]stable/4.0.x by Mariusz Felisiak <felisiak.mariusz@…>
[4.0.x] Fixed #33585 -- Made example git repo URLs use HTTPS protocol. …
5:58 AM Ticket #33585 (Documentation - lacking hint to SSH setup (Working with Git and GitHub)) closed by GitHub <noreply@…>
fixed: In 9fed515a: […]
5:57 AM Changeset [9fed515a]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed #33585 -- Made example git repo URLs use HTTPS protocol. The …
5:28 AM Ticket #33544 (Documentation - Hint to default behavior (Deployment checklist > TEMPLATES)) updated by Carlton Gibson
Triage Stage changed
5:23 AM Ticket #33585 (Documentation - lacking hint to SSH setup (Working with Git and GitHub)) updated by Mariusz Felisiak
Triage Stage changed
5:14 AM Ticket #31676 (Documentation - Document DEP 10 governance) updated by Mariusz Felisiak <felisiak.mariusz@…>
In fa76f6b8: […]
5:14 AM Changeset [fa76f6b8]stable/4.0.x by Mariusz Felisiak <felisiak.mariusz@…>
[4.0.x] Refs #31676 -- Used term "merger" instead of "committer" in …
5:13 AM Ticket #31676 (Documentation - Document DEP 10 governance) updated by GitHub <noreply@…>
In 653daaa6: […]
5:13 AM Changeset [653daaa6]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Refs #31676 -- Used term "merger" instead of "committer" in docs. …
5:00 AM Ticket #30581 (Database layer (models, ORM) - Allow constraints to be used for validation (in Python)) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 7325d291: […]
4:58 AM SupportedDatabaseVersions edited by Mariusz Felisiak
Added new database versions. (diff)
4:23 AM Ticket #33593 (Database layer (models, ORM) - django.db.utils.InterfaceError: connection already closed) closed by Mariusz Felisiak
duplicate: Duplicate of #33085.
4:04 AM Ticket #33593 (Database layer (models, ORM) - django.db.utils.InterfaceError: connection already closed) created by michelematera
Hello! Stack: - Ubuntu (20.04 LTS) - Nginx - Postgresql (v13.3) …
4:02 AM Ticket #33585 (Documentation - lacking hint to SSH setup (Working with Git and GitHub)) updated by Carlton Gibson
Status, Owner changed
4:02 AM Ticket #33585 (Documentation - lacking hint to SSH setup (Working with Git and GitHub)) updated by Carlton Gibson
Status, Has patch, Resolution, Triage Stage changed
> ... simplify the contribution for first time contributers as much as …
3:45 AM Changeset [7325d29]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #30581 -- Fixed DatabaseFeatures.bare_select_suffix on MySQL < 8 …
1:25 AM Ticket #33569 (HTTP handling - Add support for multiple values for the x-forwarded-proto header) updated by Mariusz Felisiak
Status, Has patch changed
1:25 AM Ticket #33569 (HTTP handling - Add support for multiple values for the x-forwarded-proto header) updated by Mariusz Felisiak
Triage Stage changed
PR
12:06 AM Ticket #28592 (Documentation - Reorganize CSRF documentation and add to FAQs) updated by GitHub <noreply@…>
In f77216b: […]
12:05 AM Changeset [f77216b]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Refs #28592 -- Improved some headings in CSRF how-to.
Note: See TracTimeline for information about the timeline view.
Back to Top