Timeline



Nov 12, 2021:

9:46 PM Ticket #33287 (GIS - eval() in geojson serializer (hardening)) updated by Simon Charette
I've confirmed that switching eval to json.loads addresses the …
8:36 PM Ticket #33287 (GIS - eval() in geojson serializer (hardening)) updated by Michael Manfre
Triage Stage changed
8:16 PM Ticket #33287 (GIS - eval() in geojson serializer (hardening)) created by David Wyde
In Django 3.2.9, there is a call to eval() in …
3:50 PM Ticket #33286 (Documentation - The use of related_name kwarg in ForeignKey should be mentioned in the ...) created by Ty K
In this …
3:01 PM Ticket #33285 (Error reporting - Server Reload Error...) closed by Mariusz Felisiak
duplicate: Duplicate of #33266. Abdul, thanks for finding the original ticket.
2:57 PM Ticket #33266 (Core (Other) - Auto-reload not detecting changes in Django 3.2) updated by Abdul Rehman
Description changed
2:50 PM Ticket #33285 (Error reporting - Server Reload Error...) created by Abdul Rehman
I'm Using Django Version 3.2.9 and python 3.9.7 and also installed …
2:46 PM Ticket #33284 (Database layer (models, ORM) - JSONFIeld decode error with Python 3.9) updated by Mariusz Felisiak
Resolution changed
The provided model works for me with Python 3.8 and Python 3.9. I …
2:39 PM Ticket #33284 (Database layer (models, ORM) - JSONFIeld decode error with Python 3.9) updated by Alan D. Snow
Current workaround: […]
2:38 PM Ticket #33284 (Database layer (models, ORM) - JSONFIeld decode error with Python 3.9) updated by Alan D. Snow
There is no issue with Python 3.8.
2:37 PM Ticket #33284 (Database layer (models, ORM) - JSONFIeld decode error with Python 3.9) updated by Alan D. Snow
When I do: […] And create a model and query for it: […] I get …
2:33 PM Ticket #33284 (Database layer (models, ORM) - JSONFIeld decode error with Python 3.9) updated by Alan D. Snow
Is there something wrong with this? […]
2:32 PM Ticket #33284 (Database layer (models, ORM) - JSONFIeld decode error with Python 3.9) updated by Alan D. Snow
I am confused. What is the resolution?
2:27 PM Ticket #33284 (Database layer (models, ORM) - JSONFIeld decode error with Python 3.9) closed by Mariusz Felisiak
duplicate: Alan, please stop and don't reopen closed tickets without providing …
2:26 PM Ticket #33284 (Database layer (models, ORM) - JSONFIeld decode error with Python 3.9) updated by Alan D. Snow
Status, Has patch, Resolution changed
https://github.com/django/django/pull/15083
2:09 PM Ticket #33284 (Database layer (models, ORM) - JSONFIeld decode error with Python 3.9) closed by Mariusz Felisiak
duplicate: #31973 is closed as invalid, so "fix" will not be applied.
2:04 PM Ticket #33161 (Testing framework - Do not ignore transaction durability errors within TestCase) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 8d9827c0: […]
2:02 PM Ticket #33284 (Database layer (models, ORM) - JSONFIeld decode error with Python 3.9) updated by Alan D. Snow
Status, Resolution changed
This is not a duplicate. It is related to #31973, but a fix has not …
1:56 PM Ticket #33284 (Database layer (models, ORM) - JSONFIeld decode error with Python 3.9) closed by Mariusz Felisiak
duplicate: Duplicate of #31973.
1:50 PM Ticket #33284 (Database layer (models, ORM) - JSONFIeld decode error with Python 3.9) created by Alan D. Snow
https://code.djangoproject.com/ticket/31973 Traceback: […] […] …
12:05 PM Ticket #33278 (Testing framework - Use a custom exception type with django.test.testcases._DatabaseFailure) updated by Mariusz Felisiak
Patch needs improvement, Has patch changed
12:02 PM Ticket #33229 (Database layer (models, ORM) - BaseDatabaseOperations.adapt_datetimefield_value and ...) updated by Mariusz Felisiak
Patch needs improvement changed
PR
11:39 AM Ticket #33278 (Testing framework - Use a custom exception type with django.test.testcases._DatabaseFailure) updated by SwastikTripathi
Status, Owner changed
Yes we can surely do that. Here's my PR …
11:04 AM Ticket #33229 (Database layer (models, ORM) - BaseDatabaseOperations.adapt_datetimefield_value and ...) updated by SwastikTripathi
Status, Owner, Has patch changed
I'm adding if hasattr(value, 'resolve_expression'): to …
9:24 AM Ticket #33281 (Template system - intcomma template filter doesn't depend on the USE_L10N setting.) updated by Claude Paroz
I guess that for your use case, the better would be to create your own …
9:11 AM Ticket #33282 (Database layer (models, ORM) - django.db.utils.ProgrammingError: more than one row returned by a ...) closed by Simon Charette
needsinfo: The issue seems related an attempt at doing a GROUP BY by a subquery …
8:54 AM Ticket #33281 (Template system - intcomma template filter doesn't depend on the USE_L10N setting.) updated by Demetris Stavrou
Thank you for the information. However, I was not able to use a comma …
8:34 AM Ticket #33283 (contrib.admin - Support for map function on ModelAdmin.prepopulated_fields.) created by Richard Connon
When using ModelAdmin.prepopulated_fields to populate a field based …
8:32 AM Ticket #33282 (Database layer (models, ORM) - django.db.utils.ProgrammingError: more than one row returned by a ...) updated by Antonio Terceiro
FWIW the generated query that causes this is: […]
8:22 AM Ticket #33282 (Database layer (models, ORM) - django.db.utils.ProgrammingError: more than one row returned by a ...) updated by Antonio Terceiro
Bisecting points to the same culprit as #32690: […]
7:41 AM Ticket #33282 (Database layer (models, ORM) - django.db.utils.ProgrammingError: more than one row returned by a ...) created by Antonio Terceiro
Hi, I'm working on porting lava to Django …
6:05 AM Changeset [8d9827c0]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33161 -- Enabled durability check for nested atomic blocks in …
5:30 AM Ticket #33161 (Testing framework - Do not ignore transaction durability errors within TestCase) updated by Mariusz Felisiak
Triage Stage changed
4:58 AM Ticket #33232 (Database layer (models, ORM) - DecimalField rounding error when upgrading from 3.1 to 3.2 on Postgres) updated by Alex
The problem is that right now if I just want to round down the value I …
4:16 AM Ticket #33279 (Database layer (models, ORM) - Time zones with minus in names are incorrectly converted.) updated by Mariusz Felisiak <felisiak.mariusz@…>
In d54aa49a: […]
2:53 AM Ticket #33281 (Template system - intcomma template filter doesn't depend on the USE_L10N setting.) closed by Mariusz Felisiak
invalid: It's an intentional change and is mentioned in the …
2:36 AM Ticket #33247 (Documentation - PDF documentation build broken) updated by GitHub <noreply@…>
In adb4100e: […]
2:36 AM Changeset [adb4100e]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Refs #33247 -- Used XeLaTeX for PDF docs build.
2:21 AM Ticket #33281 (Template system - intcomma template filter doesn't depend on the USE_L10N setting.) created by Demetris Stavrou
Given the following configuration: […] […] […] one would …
2:04 AM Ticket #33279 (Database layer (models, ORM) - Time zones with minus in names are incorrectly converted.) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 661316b0: […]
12:38 AM Ticket #33279 (Database layer (models, ORM) - Time zones with minus in names are incorrectly converted.) updated by Mariusz Felisiak
Triage Stage changed
12:30 AM Changeset [661316b0]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33279 -- Fixed handling time zones with "-" sign in names. …

Nov 11, 2021:

11:41 PM Changeset [78163d1]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Moved RequestSite import to the toplevel.
3:25 PM Ticket #33269 (contrib.auth - Raise an error if a string is passed into has_perms() instead of a list) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 05cde47: […]
1:30 PM Ticket #33269 (contrib.auth - Raise an error if a string is passed into has_perms() instead of a list) updated by Mariusz Felisiak
Patch needs improvement, Triage Stage changed
1:26 PM Changeset [05cde47]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33269 -- Made AnonymousUser/PermissionsMixin.has_perms() raise …
9:26 AM Ticket #32934 (contrib.admin - Fix Admin's sidebar height to be dynamic based on visible header) updated by Carlton Gibson
Status, Owner, Easy pickings changed
8:15 AM Ticket #26769 (Migrations - Expose verbosity level in migrations) updated by Jacob Walls
Status, Owner changed
5:00 AM Ticket #33279 (Database layer (models, ORM) - Time zones with minus in names are incorrectly converted.) updated by Can Sarıgöl
Patch needs improvement, Needs tests changed
4:30 AM Ticket #32934 (contrib.admin - Fix Admin's sidebar height to be dynamic based on visible header) updated by Carlton Gibson
Patch needs improvement changed
Current approach on PR is overly complex. A simpler CSS-only approach …
4:18 AM Ticket #6106 (Internationalization - make-messages.py should not touch POT-Creation-Date) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 4bfe8c0: […]
4:12 AM Ticket #33279 (Database layer (models, ORM) - Time zones with minus in names are incorrectly converted.) updated by Mariusz Felisiak
Patch needs improvement, Needs tests changed
3:40 AM Ticket #33279 (Database layer (models, ORM) - Time zones with minus in names are incorrectly converted.) updated by Can Sarıgöl
Has patch changed
PR
3:14 AM Ticket #33280 (Database layer (models, ORM) - Migration with django-database-view don't work with multiple databases.) updated by Mariusz Felisiak
Replying to razielvamp666: > 6 years as accepted bug :) …
3:13 AM Ticket #33280 (Database layer (models, ORM) - Migration with django-database-view don't work with multiple databases.) updated by Mariusz Felisiak
> But, Is I will wrong if I say: > > 1. Django support multiple …
3:02 AM Ticket #6106 (Internationalization - make-messages.py should not touch POT-Creation-Date) updated by Mariusz Felisiak
Triage Stage changed
2:54 AM Ticket #33280 (Database layer (models, ORM) - Migration with django-database-view don't work with multiple databases.) updated by razielvamp666
And thank you for point to #25947 Yes, the actual problem is the same. …
2:39 AM Ticket #33280 (Database layer (models, ORM) - Migration with django-database-view don't work with multiple databases.) updated by razielvamp666
Replying to Mariusz Felisiak: > Thanks for this report. …
2:27 AM Ticket #33280 (Database layer (models, ORM) - Migration with django-database-view don't work with multiple databases.) updated by razielvamp666
Description changed
2:24 AM Ticket #33280 (Database layer (models, ORM) - Migration with django-database-view don't work with multiple databases.) updated by razielvamp666
Description changed
2:12 AM Changeset [4bfe8c0e]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #6106 -- Prevented makemessages from changing .po files when up …
1:57 AM Ticket #33279 (Database layer (models, ORM) - Time zones with minus in names are incorrectly converted.) updated by Can Sarıgöl
Status, Owner changed
12:50 AM Ticket #33280 (Database layer (models, ORM) - Migration with django-database-view don't work with multiple databases.) closed by Mariusz Felisiak
invalid: Thanks for this report. However a lot of things happen outside of …

Nov 10, 2021:

9:47 PM Ticket #33280 (Database layer (models, ORM) - Migration with django-database-view don't work with multiple databases.) created by razielvamp666
My configuration is: […] […] I using Django with multiple …
1:44 PM Ticket #33279 (Database layer (models, ORM) - Time zones with minus in names are incorrectly converted.) updated by Mariusz Felisiak
Cc, Triage Stage, Summary changed
Thanks for the report. Time zones with the minus in names are …
1:27 PM Ticket #33278 (Testing framework - Use a custom exception type with django.test.testcases._DatabaseFailure) updated by Simon Charette
Sounds reasonable to me as well, I assume we'll want to subclass …
12:54 PM Ticket #33278 (Testing framework - Use a custom exception type with django.test.testcases._DatabaseFailure) updated by Mariusz Felisiak
Cc, Triage Stage changed
Sounds reasonable, thanks.
12:47 PM Ticket #33279 (Database layer (models, ORM) - Time zones with minus in names are incorrectly converted.) created by yakimka
Maybe I do something wrong, but I ran into a problem: […] …
12:17 PM Ticket #33278 (Testing framework - Use a custom exception type with django.test.testcases._DatabaseFailure) created by Daniel Hahler
Currently an AssertionError with a message is used in case of …
12:00 PM Ticket #33277 (Testing framework - SimpleTestCase does not block database connections in threads) updated by Daniel Hahler
Description changed
10:53 AM Ticket #33277 (Testing framework - SimpleTestCase does not block database connections in threads) created by Daniel Hahler
Due to ConnectionHandler's connections being thread-local [1]
10:44 AM Ticket #33272 (Database layer (models, ORM) - Non-installed model error isn't raised if the module is in the ...) updated by David Seddon
Hi Carlton, I've looked at this in a bit more detail. From what I …
9:38 AM Changeset [0b95a96]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Removed DatabaseIntrospection.get_key_columns(). Thanks Simon …
8:18 AM Ticket #32690 (Database layer (models, ORM) - Q object __or__ appears to get all dunder related's default columns ...) updated by Carlton Gibson
This was a regression in 3.0 and …
8:01 AM Ticket #32690 (Database layer (models, ORM) - Q object __or__ appears to get all dunder related's default columns ...) updated by Antonio Terceiro
Hi, Can this fix please be backported into 3.2?
7:53 AM Ticket #33273 (Database layer (models, ORM) - queryset.update SQL does not receive fields from base model of ...) updated by James Miller
Ok, thanks, I found the problem. In the inheriting app's model class …
4:54 AM Ticket #33273 (Database layer (models, ORM) - queryset.update SQL does not receive fields from base model of ...) updated by Carlton Gibson
Super. Thanks James, it makes it much easier to investigate! 👍 Please …
4:51 AM Ticket #19721 (contrib.admin - Django admin allows filtering using the field lookups such as "in", ...) updated by Carlton Gibson
Patch needs improvement, Type, Needs documentation changed
4:40 AM Ticket #33273 (Database layer (models, ORM) - queryset.update SQL does not receive fields from base model of ...) updated by James Miller
Hi, thanks for the response. I am not sure I could use git bisect, as …
2:50 AM Ticket #33272 (Database layer (models, ORM) - Non-installed model error isn't raised if the module is in the ...) updated by Carlton Gibson
Hey David. Perhaps you could propose a change that addresses your …
2:39 AM Ticket #33272 (Database layer (models, ORM) - Non-installed model error isn't raised if the module is in the ...) updated by David Seddon
Thanks for your reply and sorry if I haven't explained the issue well …
2:23 AM Ticket #33276 (Database layer (models, ORM) - Strange difference for prefetched_objects between ...) closed by Carlton Gibson
wontfix: Hi Maxim. > i want to call _remove_prefetched_objects only to remove …
2:09 AM Ticket #33273 (Database layer (models, ORM) - queryset.update SQL does not receive fields from base model of ...) closed by Carlton Gibson
needsinfo: Hi James. From the description here and on the forum thread, I can't …
1:54 AM Ticket #33274 (GIS - Point coordinates should accept Decimal) closed by Carlton Gibson
wontfix: Hi Iulian. Thanks for the report. I'm going to say wontfix here …

Nov 9, 2021:

11:21 PM Changeset [afea68ca]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Fixed DatabaseIntrospection.get_relations() docstring. The foreign …
1:34 PM Ticket #33276 (Database layer (models, ORM) - Strange difference for prefetched_objects between ...) created by Maxim Danilov
Hello. i want to call _remove_prefetched_objects only to remove …
1:20 PM Ticket #33275 (Testing framework - DiscoverRunner.setup_databases() creates db based on ordering of ...) updated by Mariusz Felisiak
Summary changed
1:18 PM Ticket #33275 (Testing framework - DiscoverRunner.setup_databases() creates db based on ordering of ...) closed by Mariusz Felisiak
duplicate: Duplicate of #29052 (Django 3.2+).
12:54 PM Ticket #33275 (Testing framework - DiscoverRunner.setup_databases() creates db based on ordering of ...) created by augb
We use settings.DATABASES to change which database user is used …
12:05 PM Ticket #33272 (Database layer (models, ORM) - Non-installed model error isn't raised if the module is in the ...) closed by Mariusz Felisiak
invalid: Thanks for this ticket, however it works as …
11:44 AM Ticket #33272 (Database layer (models, ORM) - Non-installed model error isn't raised if the module is in the ...) updated by James Owen
Cc changed
11:21 AM Ticket #24810 (Database layer (models, ORM) - Reopen database connection automatically when no transaction is active) updated by Daniel Hahler
Hugo, you should be able to reproduce this when restarting PostgreSQL …
8:22 AM Ticket #33274 (GIS - Point coordinates should accept Decimal) created by Iulian Crudu
https://github.com/django/django/blob/6bc437c0d82675ebe6aa92c8e24989220
7:50 AM Ticket #19721 (contrib.admin - Django admin allows filtering using the field lookups such as "in", ...) updated by Shreya Bamne
Thank you Mariusz! I'll keep checking the PR every week.
7:43 AM Ticket #33273 (Database layer (models, ORM) - queryset.update SQL does not receive fields from base model of ...) updated by Carlton Gibson
> I think that it worked, and the error is new Are you able to …
7:39 AM Ticket #33273 (Database layer (models, ORM) - queryset.update SQL does not receive fields from base model of ...) updated by James Miller
Description changed
7:39 AM Ticket #33273 (Database layer (models, ORM) - queryset.update SQL does not receive fields from base model of ...) created by James Miller
In an admin function, I receive a queryset with the class that was …
7:08 AM Ticket #6106 (Internationalization - make-messages.py should not touch POT-Creation-Date) updated by Ad Timmering
Patch needs improvement changed
6:24 AM Ticket #33272 (Database layer (models, ORM) - Non-installed model error isn't raised if the module is in the ...) created by David Seddon
Imagine a Django project with two apps: - foo - included in …
5:33 AM Ticket #29049 (Database layer (models, ORM) - Add slicing notation to F expressions) updated by Mariusz Felisiak
Needs tests changed
2:05 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) closed by Mariusz Felisiak
fixed
2:04 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 45de30dc: […]
2:03 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by GitHub <noreply@…>
In 6bc437c0: […]
2:03 AM Changeset [6bc437c0]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Refs #33263 -- Added warning to BaseDeleteView when delete() method is …
12:26 AM Ticket #16063 (contrib.admin - Unnecessary joins in admin changelist query) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 948d6d88: […]
12:18 AM Ticket #33229 (Database layer (models, ORM) - BaseDatabaseOperations.adapt_datetimefield_value and ...) updated by Mariusz Felisiak
Status, Owner changed
12:00 AM Changeset [948d6d88]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #16063 -- Added tests for searching against multiple related …
Note: See TracTimeline for information about the timeline view.
Back to Top