Timeline
Nov 12, 2021:
- 9:46 PM Ticket #33287 (GIS - eval() in geojson serializer (hardening)) updated by
-
I've confirmed that switching
evaltojson.loadsaddresses the … - 8:36 PM Ticket #33287 (GIS - eval() in geojson serializer (hardening)) updated by
-
Triage Stage changed
- 8:16 PM Ticket #33287 (GIS - eval() in geojson serializer (hardening)) created by
- 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
- In this …
- 3:01 PM Ticket #33285 (Error reporting - Server Reload Error...) closed by
- 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
-
Description changed
- 2:50 PM Ticket #33285 (Error reporting - Server Reload Error...) created by
- 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
-
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
- Current workaround: […]
- 2:38 PM Ticket #33284 (Database layer (models, ORM) - JSONFIeld decode error with Python 3.9) updated by
- 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
- 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
- Is there something wrong with this? […]
- 2:32 PM Ticket #33284 (Database layer (models, ORM) - JSONFIeld decode error with Python 3.9) updated by
- 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
- 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
-
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
- 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
- fixed: In 8d9827c0: […]
- 2:02 PM Ticket #33284 (Database layer (models, ORM) - JSONFIeld decode error with Python 3.9) updated by
-
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
- duplicate: Duplicate of #31973.
- 1:50 PM Ticket #33284 (Database layer (models, ORM) - JSONFIeld decode error with Python 3.9) created by
- 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
-
Patch needs improvement, Has patch changed
- 12:02 PM Ticket #33229 (Database layer (models, ORM) - BaseDatabaseOperations.adapt_datetimefield_value and ...) updated by
-
Patch needs improvement changed
PR - 11:39 AM Ticket #33278 (Testing framework - Use a custom exception type with django.test.testcases._DatabaseFailure) updated by
-
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
-
Status, Owner, Has patch changed
I'm addingif 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
- 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
-
needsinfo: The issue seems related an attempt at doing a
GROUP BYby a subquery … - 8:54 AM Ticket #33281 (Template system - intcomma template filter doesn't depend on the USE_L10N setting.) updated by
- 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
-
When using
ModelAdmin.prepopulated_fieldsto 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
- 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
- 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
- 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
- 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
-
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
- 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
- In d54aa49a: […]
- 2:53 AM Ticket #33281 (Template system - intcomma template filter doesn't depend on the USE_L10N setting.) closed by
- invalid: It's an intentional change and is mentioned in the …
- 2:36 AM Ticket #33247 (Documentation - PDF documentation build broken) updated by
- In adb4100e: […]
- 2:36 AM Changeset [adb4100e]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- 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
- 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
- fixed: In 661316b0: […]
- 12:38 AM Ticket #33279 (Database layer (models, ORM) - Time zones with minus in names are incorrectly converted.) updated by
-
Triage Stage changed
- 12:30 AM Changeset [661316b0]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- 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
- 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
- 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
-
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
- 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
-
Status, Owner, Easy pickings changed
- 8:15 AM Ticket #26769 (Migrations - Expose verbosity level in migrations) updated by
-
Status, Owner changed
- 5:00 AM Ticket #33279 (Database layer (models, ORM) - Time zones with minus in names are incorrectly converted.) updated by
-
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
-
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
- fixed: In 4bfe8c0: […]
- 4:12 AM Ticket #33279 (Database layer (models, ORM) - Time zones with minus in names are incorrectly converted.) updated by
-
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
-
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
- 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
- > 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
-
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
- 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
- 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
-
Description changed
- 2:24 AM Ticket #33280 (Database layer (models, ORM) - Migration with django-database-view don't work with multiple databases.) updated by
-
Description changed
- 2:12 AM Changeset [4bfe8c0e]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- 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
-
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
- 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
- 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
-
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
- 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
-
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
- 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
-
Currently an
AssertionErrorwith a message is used in case of … - 12:00 PM Ticket #33277 (Testing framework - SimpleTestCase does not block database connections in threads) updated by
-
Description changed
- 10:53 AM Ticket #33277 (Testing framework - SimpleTestCase does not block database connections in threads) created by
-
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
- 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
- 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
- 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
- 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
- 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
- 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
-
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
- 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
- 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
- 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
- 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
- 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
-
wontfix: Hi Iulian. Thanks for the report.
I'm going to say
wontfixhere …
Nov 9, 2021:
- 11:21 PM Changeset [afea68ca]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed DatabaseIntrospection.get_relations() docstring. The foreign …
- 1:34 PM Ticket #33276 (Database layer (models, ORM) - Strange difference for prefetched_objects between ...) created by
- 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
-
Summary changed
- 1:18 PM Ticket #33275 (Testing framework - DiscoverRunner.setup_databases() creates db based on ordering of ...) closed by
- 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
-
We use
settings.DATABASESto 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
- 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
-
Cc changed
- 11:21 AM Ticket #24810 (Database layer (models, ORM) - Reopen database connection automatically when no transaction is active) updated by
- Hugo, you should be able to reproduce this when restarting PostgreSQL …
- 8:22 AM Ticket #33274 (GIS - Point coordinates should accept Decimal) created by
- 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
- 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
- > 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
-
Description changed
- 7:39 AM Ticket #33273 (Database layer (models, ORM) - queryset.update SQL does not receive fields from base model of ...) created by
- 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
-
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
-
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
-
Needs tests changed
- 2:05 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) closed by
- fixed
- 2:04 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by
- In 45de30dc: […]
- 2:03 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by
- In 6bc437c0: […]
- 2:03 AM Changeset [6bc437c0]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- 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
- In 948d6d88: […]
- 12:18 AM Ticket #33229 (Database layer (models, ORM) - BaseDatabaseOperations.adapt_datetimefield_value and ...) updated by
-
Status, Owner changed
- 12:00 AM Changeset [948d6d88]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #16063 -- Added tests for searching against multiple related …
Note:
See TracTimeline
for information about the timeline view.