Timeline
Jan 17, 2020:
- 6:05 PM Ticket #31179 (contrib.auth - Using the "forgot password" mechanism doesn't invalidate other sessions) created by
- (I don't think this is enough of a vuln to not file publicly, since no …
- 5:57 PM Ticket #31178 (Uncategorized - Filing a new bug when you're logged in is *extremely* difficult) created by
- I just spent ten minutes trying to figure out where the "New Ticket" …
- 3:53 PM Ticket #31177 (Core (Other) - Use "raise from" where appropriate) closed by
- wontfix: Hi Ram, I appreciate the good intentions here. However, unlike #31166 …
- 1:26 PM Changeset [c7b97ac]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Added missing backtick in instances docs.
- 12:40 PM Ticket #31177 (Core (Other) - Use "raise from" where appropriate) updated by
-
Description changed
- 12:37 PM Ticket #31177 (Core (Other) - Use "raise from" where appropriate) created by
- Following #31166 , I made a regex search to find 90% of places where …
- 10:26 AM Ticket #31176 (Migrations - "manage.py migrate" should wrap all migrations into a single transaction.) created by
-
Currently,
manage.py migrateexecutes each migration in turn within … - 9:00 AM Changeset [68e01801]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Optimized ModelAdmin._changeform_view() by avoiding multiple …
- 8:28 AM Changeset [26be53dd]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Added note about incomplete HTML in tutorial 3.
- 8:11 AM Ticket #30752 (Error reporting - Allow using ExceptionReporter subclass in ...) updated by
- In 56071826: […]
- 8:11 AM Changeset [56071826]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #30752 -- Doc'd error reporting related optional request attributes.
- 6:59 AM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by
-
Needs tests changed
- 6:23 AM Ticket #19580 (Database layer (models, ORM) - Unify reverse foreign key and m2m unsaved model querying) updated by
-
Needs documentation, Needs tests changed
- 6:05 AM Ticket #31175 (Forms - Remove newline in Textarea widget.) closed by
- wontfix: This newline is required to fix #8627.
- 5:48 AM Ticket #31175 (Forms - Remove newline in Textarea widget.) updated by
-
Type changed
- 5:47 AM Ticket #31175 (Forms - Remove newline in Textarea widget.) created by
- The template of textarea widget has some extra spaces that are added …
- 5:21 AM Ticket #31166 (Core (URLs) - Provide context for ImproperlyConfigured exceptions in URL resolver.) closed by
- fixed: In bf3e822: […]
- 5:17 AM Ticket #29789 (Database layer (models, ORM) - Support nested relations in FilteredRelation's condition) updated by
-
Has patch changed
PR - 4:44 AM Changeset [bf3e822]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #31166 -- Used "raise from" when raising ImproperlyConfigured …
- 4:37 AM Ticket #31166 (Core (URLs) - Provide context for ImproperlyConfigured exceptions in URL resolver.) updated by
-
Cc, Triage Stage changed
- 4:27 AM Ticket #31173 (contrib.sessions - Testing with PickleSerializer and Mock objects breaks.) closed by
-
invalid: This is a known limitation of
pickle, and I don't see how we could … - 4:18 AM Ticket #27785 (Error reporting - Log request.body (or part of it) in the 500 debug content) updated by
- Agreed. Alwasy happy to look at these things if there’s a patch in play. :)
- 2:45 AM Ticket #31174 (contrib.admin - The inline original text area can not display full.) closed by
- invalid: Thanks for this report, however I cannot reproduce it locally (see …
- 2:23 AM Ticket #31171 (Documentation - Misleading wording in custom template tags docs.) updated by
- In f0e1a69c: […]
- 2:20 AM Ticket #31171 (Documentation - Misleading wording in custom template tags docs.) closed by
- fixed: In 7356318: […]
- 2:20 AM Changeset [7356318]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #31171 -- Fixed wording in auto-escaping section of custom …
- 2:13 AM Ticket #31097 (contrib.postgres - StringAgg And ArrayAgg with filtering in subquery generates invalid ...) updated by
- In 5b6778b8: […]
- 1:57 AM Ticket #31172 (Documentation - Note that yesno can be affected by extra spaces in translations.) updated by
-
Version, Component, Easy pickings, Summary changed
Agreed. - 12:33 AM Ticket #30439 (Internationalization - Translations issues on Django upgrade due to unexpected changes in ...) updated by
- Replying to Claude Paroz: > At last, I took the time to …
Jan 16, 2020:
- 8:57 PM Ticket #31174 (contrib.admin - The inline original text area can not display full.) updated by
-
Description changed
- 8:52 PM Ticket #31174 (contrib.admin - The inline original text area can not display full.) created by
- The changeform page that having a inline models, has a bug in the the …
- 5:50 PM Ticket #29789 (Database layer (models, ORM) - Support nested relations in FilteredRelation's condition) updated by
- Got the tests passing in https://github.com/django/django/pull/12333
- 4:35 PM Ticket #30439 (Internationalization - Translations issues on Django upgrade due to unexpected changes in ...) updated by
- Replying to Claude Paroz: > At last, I took the time to …
- 2:28 PM Ticket #30439 (Internationalization - Translations issues on Django upgrade due to unexpected changes in ...) updated by
- At last, I took the time to try …
- 2:16 PM Ticket #27785 (Error reporting - Log request.body (or part of it) in the 500 debug content) updated by
- I still think that Django could do better by default here, but fair, …
- 2:11 PM Ticket #31172 (Documentation - Note that yesno can be affected by extra spaces in translations.) updated by
- +1 for the comment as Baptiste suggested.
- 12:59 PM Ticket #31144 (Database layer (models, ORM) - MySQL unique constraints incorrectly limited to 255 char when it ...) updated by
-
Triage Stage changed
- 12:52 PM Ticket #31144 (Database layer (models, ORM) - MySQL unique constraints incorrectly limited to 255 char when it ...) updated by
- > Change checks.Error on line 40 to checks.Warning and update the …
- 12:41 PM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by
-
Patch needs improvement changed
Code review seems to be complete, so unsetting "needs improvement". - 10:56 AM Ticket #31144 (Database layer (models, ORM) - MySQL unique constraints incorrectly limited to 255 char when it ...) updated by
-
Easy pickings changed
That's definitely not an "easy picking". - 10:51 AM Ticket #31144 (Database layer (models, ORM) - MySQL unique constraints incorrectly limited to 255 char when it ...) updated by
- Replying to Sameeran Bandishti: > Hi! I would like to take …
- 10:29 AM Ticket #31173 (contrib.sessions - Testing with PickleSerializer and Mock objects breaks.) created by
- When trying to mock a session object when the session serializer is …
- 9:54 AM Ticket #30190 (Core (Serialization) - json lines (jsonl) serializer) updated by
- Hi! I have talked about it on …
- 9:38 AM Ticket #31172 (Documentation - Note that yesno can be affected by extra spaces in translations.) updated by
- If we only fix the translation then I'd suggest adding a comment [1] …
- 9:26 AM Ticket #31144 (Database layer (models, ORM) - MySQL unique constraints incorrectly limited to 255 char when it ...) updated by
- Hi! I would like to take up this issue if no one is already working on …
- 9:01 AM Ticket #28217 (Error reporting - nested calls to functions decorated with sensitive_post_parameters ...) closed by
- wontfix: Given the lack of patch, after 3 years, and that's it's probably …
- 8:56 AM Ticket #24619 (Error reporting - Technical error responses (404 and 500) should return responses ...) closed by
- duplicate: As Claude says, better content negotiation is a work in progress. I …
- 8:47 AM Ticket #25167 (Error reporting - Provide option to disable ajax text/plain response in ...) closed by
- duplicate: #30752 (Django 3.1) allows providing a custom ExceptionReporter …
- 8:39 AM Ticket #27785 (Error reporting - Log request.body (or part of it) in the 500 debug content) closed by
- duplicate: #30752 (Django 3.1) allows providing a custom ExceptionReporter …
- 8:31 AM Ticket #11919 (Error reporting - dpaste.com feature in debug traceback view should be optional) closed by
- duplicate: #30752 (Django 3.1) allows providing a custom ExceptionReporter …
- 8:25 AM Ticket #30752 (Error reporting - Allow using ExceptionReporter subclass in ...) closed by
- fixed: In 13e4abf8: […]
- 8:25 AM Changeset [13e4abf8]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #30752 -- Allowed using ExceptionReporter subclasses in error …
- 8:18 AM Ticket #23951 (Error reporting - SafeExceptionReporterFilter does not have a way to filter and redact ...) closed by
- duplicate: #30752 (Django 3.1) allows providing a custom ExceptionReporter …
- 8:11 AM Ticket #30752 (Error reporting - Allow using ExceptionReporter subclass in ...) updated by
-
Triage Stage changed
- 8:02 AM Ticket #31171 (Documentation - Misleading wording in custom template tags docs.) updated by
-
Status, Owner, Triage Stage, Summary changed
- 7:51 AM Changeset [a5a28de8]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Added apps.py to project from tutorials in reusable apps docs.
- 7:35 AM Ticket #31162 (GIS - GIS error logging when using WKT string as input to filter() query.) closed by
- fixed: In 266c853e: […]
- 7:34 AM Changeset [266c853e]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #31162 -- Prevented error logs when using WKT strings in …
- 7:31 AM Ticket #30765 (Core (Cache system) - cache_control() "max_age" overrides cache_page() "timeout") closed by
- fixed: In d08d4f4: […]
- 6:47 AM Ticket #31172 (Documentation - Note that yesno can be affected by extra spaces in translations.) updated by
-
Cc changed
I think we shouldn't strip anything from translated strings. I would … - 6:39 AM Changeset [d08d4f4]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #30765 -- Made cache_page decorator take precedence over max-age …
- 6:02 AM Ticket #31172 (Documentation - Note that yesno can be affected by extra spaces in translations.) updated by
-
Status, Owner changed
I've already been checking the code for "yesno" filter and it hasn't … - 5:49 AM Ticket #31172 (Documentation - Note that yesno can be affected by extra spaces in translations.) updated by
-
Component, Triage Stage changed
Hi and thanks for the report. This does appear to be a bug. I guess … - 5:45 AM Ticket #31172 (Documentation - Note that yesno can be affected by extra spaces in translations.) updated by
-
Description changed
- 5:43 AM Ticket #31171 (Documentation - Misleading wording in custom template tags docs.) updated by
- Pull Request for this ticket. https://github.com/django/django/pull/12330
- 5:43 AM Ticket #31172 (Documentation - Note that yesno can be affected by extra spaces in translations.) updated by
-
Description changed
- 5:35 AM Ticket #31172 (Documentation - Note that yesno can be affected by extra spaces in translations.) updated by
-
Description changed
- 5:34 AM Ticket #31172 (Documentation - Note that yesno can be affected by extra spaces in translations.) updated by
-
Description changed
- 5:34 AM Ticket #31172 (Documentation - Note that yesno can be affected by extra spaces in translations.) created by
- I've just discovered by doing something like this in a template: {{ …
- 5:27 AM Ticket #31171 (Documentation - Misleading wording in custom template tags docs.) created by
- In this sample code, render () method is implemented as a function. …
- 4:31 AM Ticket #31170 (contrib.admin - dismissRelatedLookupPopup doesn't trigger change event) closed by
- needsinfo: Can you put a minimal project/page together showing this, and why you …
- 4:22 AM Ticket #31170 (contrib.admin - dismissRelatedLookupPopup doesn't trigger change event) created by
- I've a custom form with a field using ForeignKeyRawIdWidget (field1), …
- 3:20 AM Ticket #31162 (GIS - GIS error logging when using WKT string as input to filter() query.) updated by
-
Has patch changed
PR - 3:06 AM Ticket #31144 (Database layer (models, ORM) - MySQL unique constraints incorrectly limited to 255 char when it ...) updated by
-
Keywords, Easy pickings changed
- 3:03 AM Ticket #31144 (Database layer (models, ORM) - MySQL unique constraints incorrectly limited to 255 char when it ...) updated by
- Replying to felixxm: > I'm not a MySQL expert, but I think …
- 1:34 AM Changeset [1e0dcd6]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Used constant instead of hard-coded value for recursive relationship.
- 1:06 AM Ticket #29998 (Database layer (models, ORM) - pk setup for MTI to parent get confused by multiple OneToOne references.) closed by
- fixed: In bf776694: […]
- 1:06 AM Changeset [bf776694]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #29998 -- Allowed multiple OneToOneFields to the parent model. …
- 12:42 AM Ticket #31162 (GIS - GIS error logging when using WKT string as input to filter() query.) updated by
-
Status, Owner changed
Jan 15, 2020:
- 10:50 PM Ticket #31162 (GIS - GIS error logging when using WKT string as input to filter() query.) updated by
-
Status, Owner, Has patch changed
- 9:42 PM Ticket #31162 (GIS - GIS error logging when using WKT string as input to filter() query.) updated by
-
Has patch changed
PR - 8:41 PM Ticket #31169 (Testing framework - Allow parallel test runner to work with Windows/macOS `spawn` process ...) updated by
-
Has patch changed
PR - 1:46 PM Ticket #31144 (Database layer (models, ORM) - MySQL unique constraints incorrectly limited to 255 char when it ...) updated by
- I'm not a MySQL expert, but I think that MySQL doesn't raise any error …
- 11:37 AM Ticket #31144 (Database layer (models, ORM) - MySQL unique constraints incorrectly limited to 255 char when it ...) updated by
-
Status, Resolution changed
I agree with Steven here. MariaDB also ships many storage engines … - 9:15 AM Ticket #29998 (Database layer (models, ORM) - pk setup for MTI to parent get confused by multiple OneToOne references.) updated by
-
Triage Stage changed
- 8:52 AM Changeset [7400da49]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Clarified backport policy for regressions.
- 8:36 AM Ticket #31124 (Database layer (models, ORM) - Model.get_FOO_display() does not work correctly with inherited choices.) updated by
- In 57468ea: […]
- 8:35 AM Ticket #31124 (Database layer (models, ORM) - Model.get_FOO_display() does not work correctly with inherited choices.) closed by
- fixed: In 29c126bb: […]
- 8:35 AM Changeset [29c126bb]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #31124 -- Fixed setting of get_FOO_display() when overriding …
- 8:08 AM Ticket #29998 (Database layer (models, ORM) - pk setup for MTI to parent get confused by multiple OneToOne references.) updated by
- In 8712027: […]
- 8:07 AM Ticket #29998 (Database layer (models, ORM) - pk setup for MTI to parent get confused by multiple OneToOne references.) updated by
- In d202846c: […]
- 8:07 AM Changeset [d202846]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #29998 -- Corrected auto-created OneToOneField parent_link in MTI …
- 8:04 AM Ticket #29998 (Database layer (models, ORM) - pk setup for MTI to parent get confused by multiple OneToOne references.) updated by
-
Owner, Version changed
PR - 5:56 AM Ticket #31124 (Database layer (models, ORM) - Model.get_FOO_display() does not work correctly with inherited choices.) updated by
-
Triage Stage changed
- 5:54 AM Ticket #27468 (Utilities - Move utils.crypto.salted_hmac() from SHA1 toward SHA256) updated by
- In b5a62bd1: […]
- 5:53 AM Changeset [c5e373d]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed obsolete comment in django.utils.crypto.salted_hmac(). Obsolete …
- 5:53 AM Changeset [b5a62bd1]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #27468 -- Added explicit tests for django.utils.crypto.salted_hmac()
- 5:07 AM Ticket #31124 (Database layer (models, ORM) - Model.get_FOO_display() does not work correctly with inherited choices.) updated by
-
Owner changed
- 4:59 AM Ticket #31124 (Database layer (models, ORM) - Model.get_FOO_display() does not work correctly with inherited choices.) updated by
-
Patch needs improvement, Severity changed
- 4:40 AM Ticket #31169 (Testing framework - Allow parallel test runner to work with Windows/macOS `spawn` process ...) updated by
- > FYI" I am on macOS 10.14.6 Super. I had a 3.7. env active. I can …
- 4:21 AM Ticket #31169 (Testing framework - Allow parallel test runner to work with Windows/macOS `spawn` process ...) updated by
- I created a PR with the changes from my patch: …
- 3:58 AM Ticket #31163 (Database layer (models, ORM) - Use filters after when case, the table is not reused.) closed by
- duplicate: Duplicate of #10060.
- 3:29 AM Ticket #31169 (Testing framework - Allow parallel test runner to work with Windows/macOS `spawn` process ...) updated by
- So this occurs on macOS 10.15. (I have 10.14 currently so can't …
- 3:24 AM Ticket #23051 (Database layer (models, ORM) - QuerySet.only() fail to work with reverse o2o relationships) updated by
-
Patch needs improvement changed
Paulo, please check Baptiste comments and questions. - 3:19 AM Ticket #31165 (Core (Other) - Overhaul settings.) updated by
- Some packages alter settings after configuration but before runtime, …
- 3:10 AM Ticket #31136 (Database layer (models, ORM) - Multiple annotations with Exists() should not group by aliases.) closed by
- fixed
- 3:07 AM Ticket #28297 (Database layer (models, ORM) - Same queryset result in two different queries on ORM.) closed by
- duplicate: Duplicate of #29530. Fixed in 0e64e046a481c345358b1040df7c89480ad198e8.
- 3:07 AM Ticket #31169 (Testing framework - Allow parallel test runner to work with Windows/macOS `spawn` process ...) updated by
-
Version, Type, Triage Stage, Summary changed
Parallel running is disabled on Windows: … - 3:05 AM Ticket #31169 (Testing framework - Allow parallel test runner to work with Windows/macOS `spawn` process ...) updated by
-
Ahhh, sorry we don't use
parallelon Windows. - 3:00 AM Ticket #31169 (Testing framework - Allow parallel test runner to work with Windows/macOS `spawn` process ...) updated by
- I'm still trying to research the exact root cause. The Python issue …
- 2:50 AM Ticket #31169 (Testing framework - Allow parallel test runner to work with Windows/macOS `spawn` process ...) updated by
-
spawn()is also a default method on Windows, and we don't encounter … - 2:39 AM Ticket #31169 (Testing framework - Allow parallel test runner to work with Windows/macOS `spawn` process ...) updated by
-
Description changed
- 2:38 AM Ticket #31169 (Testing framework - Allow parallel test runner to work with Windows/macOS `spawn` process ...) created by
- Python 3.8 on MacOS has changed the default start method for the …
- 2:34 AM Ticket #31136 (Database layer (models, ORM) - Multiple annotations with Exists() should not group by aliases.) updated by
- In a246869: […]
- 2:33 AM Ticket #31136 (Database layer (models, ORM) - Multiple annotations with Exists() should not group by aliases.) updated by
- In 59b4e99: […]
- 2:32 AM Changeset [59b4e99]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #31136 -- Made QuerySet.values()/values_list() group only by …
- 2:31 AM Ticket #29177 (Migrations - Unmanaged models with ForeignKeys do not get those fields serialized ...) updated by
-
Cc changed
- 2:11 AM Ticket #31166 (Core (URLs) - Provide context for ImproperlyConfigured exceptions in URL resolver.) updated by
-
Owner changed
- 1:54 AM Ticket #31166 (Core (URLs) - Provide context for ImproperlyConfigured exceptions in URL resolver.) updated by
-
Triage Stage, Type, Summary changed
Hi Ram. Thanks for the report. I'm inclined to accept this as a … - 1:46 AM Ticket #29871 (Database layer (models, ORM) - Resetting primary key for a child model doesn't work.) closed by
- fixed: In 63e6ee1f: […]
- 1:28 AM Changeset [63e6ee1f]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #29871 -- Allowed setting pk=None on a child model to create a …
- 1:10 AM Ticket #31168 (Testing framework - Add ability to mark test as parallel unsafe.) closed by
- wontfix: You can …
- 1:01 AM Ticket #31167 (Migrations - Unable to delete or modify a constraint using model Meta.) closed by
- worksforme: Thanks for this ticket, however I'm not able to reproduce this issue, …
Jan 14, 2020:
- 10:02 PM Ticket #30439 (Internationalization - Translations issues on Django upgrade due to unexpected changes in ...) updated by
- Replying to Carlton Gibson: Hey Carlton, thanks for …
- 3:39 PM Ticket #31162 (GIS - GIS error logging when using WKT string as input to filter() query.) updated by
-
Status, Owner changed
- 10:37 AM Ticket #31168 (Testing framework - Add ability to mark test as parallel unsafe.) created by
- I'd like to run use --parallel, but my website uses TreeBeard (via …
- 9:41 AM Ticket #31167 (Migrations - Unable to delete or modify a constraint using model Meta.) updated by
- On further investigation a previous migration had: […] And if I …
- 9:07 AM Ticket #31167 (Migrations - Unable to delete or modify a constraint using model Meta.) created by
- I have the following model in a "venue" app on my project: […] …
- 9:06 AM Ticket #30963 (contrib.admin - Admin list_editable not suitable for multi-user environment.) updated by
- Maybe the following flow can be used? 1. Save the timestamp when the …
- 8:29 AM Ticket #31136 (Database layer (models, ORM) - Multiple annotations with Exists() should not group by aliases.) updated by
-
Triage Stage changed
- 8:22 AM Ticket #31165 (Core (Other) - Overhaul settings.) closed by
- invalid: Django doesn't support …
- 8:21 AM Ticket #31166 (Core (URLs) - Provide context for ImproperlyConfigured exceptions in URL resolver.) created by
- The patch is ready here: https://github.com/django/django/pull/12263 …
- 7:42 AM Ticket #31097 (contrib.postgres - StringAgg And ArrayAgg with filtering in subquery generates invalid ...) updated by
- In 6aac9f6b: […]
- 7:42 AM Ticket #31097 (contrib.postgres - StringAgg And ArrayAgg with filtering in subquery generates invalid ...) updated by
- In 0e6cf439: […]
- 7:35 AM Ticket #31097 (contrib.postgres - StringAgg And ArrayAgg with filtering in subquery generates invalid ...) updated by
- In 927c903f: […]
- 7:35 AM Changeset [927c903]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #31097 -- Added release notes for …
- 7:34 AM Ticket #30439 (Internationalization - Translations issues on Django upgrade due to unexpected changes in ...) updated by
-
Patch needs improvement, Needs documentation changed
I've given this an initial look but without a clearer consensus that … - 7:30 AM Ticket #29871 (Database layer (models, ORM) - Resetting primary key for a child model doesn't work.) updated by
-
Patch needs improvement, Triage Stage changed
- 7:21 AM Ticket #29271 (Database layer (models, ORM) - Chaining Filters on a Reverse Foreign Key Produces Multiple Joins) closed by
- invalid: Timothy, please feel-free to submit a patch with a …
- 6:13 AM Ticket #31097 (contrib.postgres - StringAgg And ArrayAgg with filtering in subquery generates invalid ...) updated by
- Carlton, > Guess but, I suspect widening that might lead us to the …
- 4:40 AM Ticket #23321 (Internationalization - Remove .mo files from the Django Git repository) updated by
- On the repo size issue, for some occasions I've taken to cloning using …
- 4:24 AM Ticket #31165 (Core (Other) - Overhaul settings.) created by
- This overhaul fixes a couple of bugs and makes the code simpler. The …
- 3:19 AM Ticket #31164 (HTTP handling - SESSION_COOKIE_SAMESITE and SameSite=None) closed by
- duplicate: Duplicate of #30862.
- 3:11 AM Ticket #31164 (HTTP handling - SESSION_COOKIE_SAMESITE and SameSite=None) updated by
-
Status, Owner changed
- 3:11 AM Ticket #31164 (HTTP handling - SESSION_COOKIE_SAMESITE and SameSite=None) created by
- Should it not be possible to set the SESSION_COOKIE_SAMESITE = "none"? …
- 3:08 AM Changeset [4fe4865]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed <span> nesting in technical 500 template.
- 2:46 AM Ticket #31097 (contrib.postgres - StringAgg And ArrayAgg with filtering in subquery generates invalid ...) updated by
- Hi Claude. Good. I think "Regressions" here and in the …
- 2:36 AM Ticket #30370 (Database layer (models, ORM) - Add support for postgresql client certificates and key to dbshell.) updated by
- I'd like to ask for reconsideration of the severity of this from …
- 2:28 AM Ticket #31136 (Database layer (models, ORM) - Multiple annotations with Exists() should not group by aliases.) updated by
- PR
- 2:02 AM Ticket #31136 (Database layer (models, ORM) - Multiple annotations with Exists() should not group by aliases.) updated by
-
Status, Resolution changed
I found a regression in this fix when I was trying to reproduce … - 1:33 AM Ticket #31150 (Database layer (models, ORM) - Subquery annotations are omitted in group by query section if multiple ...) closed by
- needsinfo: I really try but without a queryset I was not able to reproduce this issue.
- 12:42 AM Ticket #28073 (Migrations - RemoveField.state_forwards() crashes with AttributeError: 'NoneType' ...) updated by
-
Status, Owner, Has patch, Version, Needs tests changed
PR
Note:
See TracTimeline
for information about the timeline view.