Timeline
Sep 15, 2020:
- 10:48 PM Ticket #13060 (Forms - ManagementForm exception in case of bad prefix should be easier to ...) updated by
-
Status, Owner changed
- 7:26 PM Ticket #31922 (Database layer (models, ORM) - QuerySet.filter() against Q() with Subquery() and __in produces wrong ...) updated by
- Dropping a failing test for tests/queries/tests.py: […] This patch …
- 12:07 PM Ticket #30509 (HTTP handling - Various FileResponse fixes and changes) updated by
-
Patch needs improvement changed
Sorry if i wasn't supposed to do it yet, but to make it more visible … - 10:28 AM Ticket #32008 (Core (Mail) - sanitize_address() can add newlines in a header that ...) updated by
- Thanks, what's the appropriate entry point to sanitize headers before …
- 10:12 AM Ticket #32008 (Core (Mail) - sanitize_address() can add newlines in a header that ...) closed by
-
invalid:
forbid_multi_line_headers()callssanitize_address()so you don't … - 7:57 AM Ticket #32008 (Core (Mail) - sanitize_address() can add newlines in a header that ...) updated by
-
Status, Resolution changed
I don't now if the closing was voluntary and why the bug got closed, … - 7:40 AM Ticket #32008 (Core (Mail) - sanitize_address() can add newlines in a header that ...) updated by
- Hi, […]
- 7:10 AM Ticket #32008 (Core (Mail) - sanitize_address() can add newlines in a header that ...) closed by
- needsinfo: Can you provide more details e.g. use case or a sample project? …
- 6:52 AM Ticket #30422 (File uploads/storage - Temporary files do not get deleted on canceled upload request.) updated by
-
Needs tests, Patch needs improvement changed
- 6:47 AM Ticket #32008 (Core (Mail) - sanitize_address() can add newlines in a header that ...) created by
- Hi, We've come accross a situation with django 2.2 where, while …
- 6:32 AM Ticket #31880 (Database layer (models, ORM) - QuerySet.aggregate() mixes annotated fields names.) updated by
-
Cc changed
I would expect that the first kwarg (e.g.age_alias=Sum(F('age')) … - 6:20 AM Ticket #30422 (File uploads/storage - Temporary files do not get deleted on canceled upload request.) updated by
-
Patch needs improvement changed
- 5:02 AM Ticket #25703 (Documentation - Create topic documentation for Expressions) updated by
-
Status, Owner changed
- 5:01 AM Ticket #24484 (Testing framework - Add a helpful message when running tests with models without migrations) updated by
-
Status, Owner changed
- 4:51 AM Ticket #22724 (Generic views - Improve SingleObjectMixin) updated by
-
Status, Owner changed
- 4:50 AM Ticket #13060 (Forms - ManagementForm exception in case of bad prefix should be easier to ...) updated by
-
Patch needs improvement, Has patch, Version, Needs tests, Easy pickings changed
- 4:42 AM Ticket #32007 (Database layer (models, ORM) - QuerySet.annotate() with WhereNode() crashes with AttributeError.) updated by
- In 1afc9b3: […]
- 4:41 AM Ticket #32007 (Database layer (models, ORM) - QuerySet.annotate() with WhereNode() crashes with AttributeError.) closed by
- fixed: In eaf9764d: […]
- 4:40 AM Changeset [eaf9764]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #32007 -- Fixed queryset crash with Q() annotation and …
- 4:39 AM Ticket #30231 (contrib.admin - Field's verbose_name is ignored in FilteredSelectMultiple widget for ...) updated by
-
Cc, Needs tests changed
- 4:03 AM Ticket #32004 (Documentation - Improve documentation of request.FILES) updated by
- Hi Janos. First glance seems a bit 😬: the point is the …
- 3:56 AM Ticket #32007 (Database layer (models, ORM) - QuerySet.annotate() with WhereNode() crashes with AttributeError.) updated by
-
Has patch changed
PR - 3:55 AM Ticket #31989 (File uploads/storage - Bug in posix implementation of django/core/files/locks.py) closed by
- fixed: In 7be6a6a4: […]
- 3:55 AM Ticket #32004 (Documentation - Improve documentation of request.FILES) updated by
- Hi Carlton, I'm thinking about …
- 3:53 AM Ticket #32005 (Internationalization - Allow disabling of auto-404-redirection in LocaleMiddleware) closed by
- wontfix: Yes, I see it. TBH, I don't think a change here is worth the …
- 3:35 AM Ticket #14628 (Documentation - Document which settings can be changed at runtime) closed by
- wontfix: So 10 years later, I'm going to close this as wontfix. …
- 3:32 AM Ticket #32007 (Database layer (models, ORM) - QuerySet.annotate() with WhereNode() crashes with AttributeError.) updated by
-
Status, Owner changed
- 3:21 AM Changeset [7be6a6a4]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #31989 -- Fixed return value of …
- 3:18 AM Ticket #31636 (contrib.admin - BooleanFieldListFilter doesn't respect field choices.) closed by
- fixed: In 580a4341: […]
- 3:01 AM Ticket #32005 (Internationalization - Allow disabling of auto-404-redirection in LocaleMiddleware) updated by
- This is certainly tied to middleware ordering -- but I don't think …
- 2:59 AM Ticket #32007 (Database layer (models, ORM) - QuerySet.annotate() with WhereNode() crashes with AttributeError.) updated by
- Also as a total aside regarding that last snippet it'd be nice if Q …
- 2:56 AM Ticket #32007 (Database layer (models, ORM) - QuerySet.annotate() with WhereNode() crashes with AttributeError.) updated by
- Here is a more useful variant, this is a type thing I actually do on a …
- 2:18 AM Ticket #31636 (contrib.admin - BooleanFieldListFilter doesn't respect field choices.) updated by
-
Patch needs improvement, Triage Stage changed
- 2:12 AM Changeset [580a4341]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #31636 -- Made BooleanFieldListFilter respect Field.choices.
- 1:47 AM Ticket #32005 (Internationalization - Allow disabling of auto-404-redirection in LocaleMiddleware) updated by
- Looks like you've just introduced this issue here …
- 1:41 AM Ticket #32005 (Internationalization - Allow disabling of auto-404-redirection in LocaleMiddleware) updated by
-
Type, Description changed
Hi Alex. Thanks for the report. Perhaps need an extra coffee to … - 1:34 AM Ticket #32004 (Documentation - Improve documentation of request.FILES) updated by
-
Triage Stage changed
HI Janos, yes OK. Very happy to look at a suggestion to the docs here. … - 1:31 AM Ticket #32002 (HTTP handling - Allow headers to be passed into HttpResponse()) updated by
-
Triage Stage changed
Yes, as per discussion, certainly for the main feature. > I think it … - 1:09 AM Ticket #31617 (contrib.admin - Improve overall admin accessibility.) updated by
-
Status, Owner changed
- 12:57 AM Ticket #31983 (Core (Cache system) - Add a warning if the file system cache location is within the static ...) updated by
-
Owner changed
PR Bhavna, patch is … - 12:53 AM Ticket #31983 (Core (Cache system) - Add a warning if the file system cache location is within the static ...) updated by
-
Status, Owner changed
- 12:48 AM Changeset [fed257dd]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Prevented creation of 3D test models if not supported. There's no …
- 12:38 AM Changeset [7f239298]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Added DatabaseIntrospection.index_default_access_method hook on the …
Sep 14, 2020:
- 8:12 PM Ticket #32006 (Database layer (models, ORM) - Aggregation generates wrong SQL query on PostgreSQL partionned tables.) updated by
-
Resolution, Summary changed
> I have already discovered a number of side effects of this solution. … - 6:10 PM Ticket #32000 (Generic views - Do not override "user" variable when User model is used with generic views) updated by
- Thank you for your time and the explanation.
- 5:43 PM Ticket #32006 (Database layer (models, ORM) - Aggregation generates wrong SQL query on PostgreSQL partionned tables.) updated by
- I just now realized what is causing the problem. I use declarative …
- 4:40 PM Ticket #32007 (Database layer (models, ORM) - QuerySet.annotate() with WhereNode() crashes with AttributeError.) updated by
-
The best way of resolving this is likely to add a
WhereNode.copymethod. - 4:38 PM Ticket #32006 (Database layer (models, ORM) - Aggregation generates wrong SQL query on PostgreSQL partionned tables.) updated by
- Please provide a reduced set of model that results in the `must appear …
- 3:31 PM Ticket #32006 (Database layer (models, ORM) - Aggregation generates wrong SQL query on PostgreSQL partionned tables.) updated by
- But this does not work properly! I receive error from postgresql. It …
- 3:28 PM Ticket #13539 (contrib.admin - The delete confirmation page does not check for object-level ...) updated by
- Replying to felixxm: > IMO it is not a proper solution …
- 3:20 PM Ticket #32007 (Database layer (models, ORM) - QuerySet.annotate() with WhereNode() crashes with AttributeError.) updated by
-
Type, Triage Stage, Component, Severity, Summary changed
Thanks for the report. Regression in … - 3:07 PM Ticket #32006 (Database layer (models, ORM) - Aggregation generates wrong SQL query on PostgreSQL partionned tables.) closed by
- invalid: PostgreSQL allows grouping by selected PKs, so optimized query works …
- 2:55 PM Ticket #32007 (Database layer (models, ORM) - QuerySet.annotate() with WhereNode() crashes with AttributeError.) created by
- I think I've found a regression in 3.1, I'm seeing this across …
- 2:47 PM Ticket #32006 (Database layer (models, ORM) - Aggregation generates wrong SQL query on PostgreSQL partionned tables.) created by
- I use values and annotate on QuerySet to make query for my report. …
- 1:56 PM Ticket #32005 (Internationalization - Allow disabling of auto-404-redirection in LocaleMiddleware) created by
- This is related to the last two comments on #17734. Specifically, if …
- 1:46 PM Ticket #18855 (HTTP handling - persist a socket across reloads of the dev server) updated by
-
Status, Owner changed
- 1:34 PM Ticket #13564 (Forms - Provide class attributes for form fields) updated by
-
Status, Owner changed
- 1:08 PM Ticket #31990 (Database layer (models, ORM) - QuerySet.ordered property is incorrect for GROUP BY queries on models ...) updated by
- In a3bb80dc: […]
- 1:08 PM Ticket #31990 (Database layer (models, ORM) - QuerySet.ordered property is incorrect for GROUP BY queries on models ...) closed by
- fixed: In e11d05e0: […]
- 1:07 PM Changeset [e11d05e]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models …
- 12:50 PM Ticket #13539 (contrib.admin - The delete confirmation page does not check for object-level ...) updated by
- IMO it is not a proper solution because user can have a permission but …
- 12:45 PM Ticket #32001 (contrib.admin - Pass obj to user.has_perm() in ModelAdmin) closed by
-
duplicate: Agreed, passing
objwill fix #13539, so we can close it as a duplicate. - 11:36 AM Ticket #32004 (Documentation - Improve documentation of request.FILES) updated by
-
Description changed
- 11:28 AM Ticket #32004 (Documentation - Improve documentation of request.FILES) updated by
-
Cc changed
- 11:27 AM Ticket #32004 (Documentation - Improve documentation of request.FILES) created by
-
Regarding
request.FILESandmultipart/form-datarequests I think … - 10:41 AM Ticket #32001 (contrib.admin - Pass obj to user.has_perm() in ModelAdmin) updated by
- Yet another related comment …
- 10:40 AM Ticket #13539 (contrib.admin - The delete confirmation page does not check for object-level ...) updated by
- Scratch my previous comment. I think I've figured out the reasoning …
- 7:43 AM Ticket #32001 (contrib.admin - Pass obj to user.has_perm() in ModelAdmin) updated by
- Related comment https://code.djangoproject.com/ticket/13539#comment:20
- 7:42 AM Ticket #13539 (contrib.admin - The delete confirmation page does not check for object-level ...) updated by
- Replying to Claude Paroz: > I took some time today to …
- 7:18 AM Ticket #31636 (contrib.admin - BooleanFieldListFilter doesn't respect field choices.) updated by
-
Patch needs improvement changed
- 6:38 AM Ticket #32000 (Generic views - Do not override "user" variable when User model is used with generic views) closed by
- wontfix: Thanks for this ticket. It was discussed recently via @django-security …
- 5:28 AM Ticket #32003 (Testing framework - Signature of mocked has_perm() methods is outdated.) closed by
- fixed: In 5fab1639: […]
- 5:28 AM Changeset [5fab163]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #32003 -- Added obj argument to has_perm() methods in tests.
- 5:20 AM Ticket #32003 (Testing framework - Signature of mocked has_perm() methods is outdated.) updated by
-
Status, Owner, Has patch, Triage Stage changed
PR - 5:16 AM Ticket #31989 (File uploads/storage - Bug in posix implementation of django/core/files/locks.py) updated by
-
Triage Stage changed
- 5:09 AM Ticket #32002 (HTTP handling - Allow headers to be passed into HttpResponse()) updated by
-
Type changed
- 4:46 AM Ticket #32003 (Testing framework - Signature of mocked has_perm() methods is outdated.) updated by
-
Type, Has patch, Triage Stage, Component, Summary changed
Patch is welcome. - 4:35 AM Ticket #32003 (Testing framework - Signature of mocked has_perm() methods is outdated.) created by
- In particular all of the mocked methods receive 2 arguments: self, …
- 4:31 AM Ticket #25068 (Migrations - Metaclass conflict when doing createmigrations in ModelState.render) updated by
-
Patch needs improvement, Needs tests, Triage Stage changed
- 4:30 AM Ticket #32002 (HTTP handling - Allow headers to be passed into HttpResponse()) updated by
-
Status, Owner changed
- 4:30 AM Ticket #32002 (HTTP handling - Allow headers to be passed into HttpResponse()) created by
- [https://groups.google.com/u/2/g/django-developers/c/rlt1HhEaPaM …
- 4:04 AM Ticket #31989 (File uploads/storage - Bug in posix implementation of django/core/files/locks.py) updated by
-
Needs documentation, Patch needs improvement changed
- 3:31 AM Ticket #32001 (contrib.admin - Pass obj to user.has_perm() in ModelAdmin) updated by
-
Description changed
- 3:29 AM Ticket #32001 (contrib.admin - Pass obj to user.has_perm() in ModelAdmin) created by
- ModelAdmin calls use.has_perm() without passing the underlying object …
- 2:51 AM Ticket #31789 (HTTP handling - Add a cleaner interface for response headers) closed by
- fixed: In bcc2befd: […]
- 2:49 AM Ticket #31990 (Database layer (models, ORM) - QuerySet.ordered property is incorrect for GROUP BY queries on models ...) updated by
-
Has patch changed
PR - 2:29 AM Ticket #31990 (Database layer (models, ORM) - QuerySet.ordered property is incorrect for GROUP BY queries on models ...) updated by
-
Status, Owner changed
- 2:05 AM Ticket #25068 (Migrations - Metaclass conflict when doing createmigrations in ModelState.render) updated by
-
Needs tests, Triage Stage changed
- 1:41 AM Changeset [bcc2befd]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #31789 -- Added a new headers interface to HttpResponse.
- 1:39 AM Ticket #31989 (File uploads/storage - Bug in posix implementation of django/core/files/locks.py) updated by
-
Patch needs improvement, Needs documentation changed
- 1:12 AM Ticket #31636 (contrib.admin - BooleanFieldListFilter doesn't respect field choices.) updated by
-
Patch needs improvement, Needs tests changed
New PR - 12:58 AM Changeset [71ae1ab]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Removed hardcoded paths to SpatialRefSys models in tests.
- 12:49 AM Ticket #26697 (GIS - Drop django.contrib.gis.maps?) updated by
- In a7a4ff10: […]
- 12:48 AM Changeset [a7a4ff1]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #26697 -- Removed empty gis_tests.maps.
Sep 13, 2020:
- 1:09 PM Changeset [3b8857b]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Corrected tests.backends.sqlite.tests.Tests.test_aggregation()'s docstring.
- 1:09 PM Changeset [9a0e5052]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Corrected exception types in QuerySet docs.
- 10:07 AM Ticket #31983 (Core (Cache system) - Add a warning if the file system cache location is within the static ...) updated by
- May I work on this issue.If yes, please assign the same to me and also …
Sep 12, 2020:
- 3:05 PM Ticket #31999 (Database layer (models, ORM) - Sqlite and datetime aggregates.) closed by
- invalid: It's still not supported on SQLite, see …
- 2:23 PM Ticket #32000 (Generic views - Do not override "user" variable when User model is used with generic views) created by
- Hello Django team. I noticed that the default behavior when using the …
- 12:25 PM Ticket #31997 (Database layer (models, ORM) - Regression in Django 3 related to ORM in async tasks ...) updated by
- > But you did not consider the use case which I showed in the "steps …
- 12:04 PM Ticket #31999 (Database layer (models, ORM) - Sqlite and datetime aggregates.) created by
- With reference to this documentation: …
- 4:32 AM Ticket #31997 (Database layer (models, ORM) - Regression in Django 3 related to ORM in async tasks ...) updated by
- > you can't run db.connections as a normal Threading.local I do not …
- 3:43 AM Ticket #31997 (Database layer (models, ORM) - Regression in Django 3 related to ORM in async tasks ...) closed by
- invalid: Marking as invalid based on Andrew's comment.
- 3:23 AM Ticket #31998 (Documentation - Doc'd that TEST['MIRROR'] requires TransactionTestCase.) closed by
- duplicate: Docs clarifications can be made as a part of #23718, it doesn't …
Note:
See TracTimeline
for information about the timeline view.