Timeline
Aug 24, 2023:
- 11:55 PM Changeset [b7fe36ad]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #34730 -- Made Message importable from django.contrib.messages.
- 11:50 PM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by
-
Patch needs improvement, Needs tests changed
- Added tests for migrations. There are one I could not resolve … - 11:39 PM Changeset [1081d24]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Simplified QuerySet.update_or_create() a bit.
- 11:21 PM Ticket #34784 (Internationalization - Django french short date format translation bug) updated by
-
Status, Patch needs improvement, Owner changed
Waiting forfr_CAformats. - 9:49 PM Ticket #26836 (contrib.admin - Allow applications to register links in the admin interface) updated by
-
Status, Owner changed
- 6:12 PM Ticket #12241 (contrib.admin - Admin forgets URL used for prefilling forms when hitting Save and add ...) updated by
-
Patch needs improvement, Needs tests changed
PR - 2:48 PM Ticket #24561 (Database layer (models, ORM) - Allow model field choices to accept callables.) updated by
- While reviewing/working on #31262, we noticed that the choices …
- 1:21 PM Ticket #34797 (Uncategorized - Django Admin radio fields admin.HORIZONTAL shows as vertical with ...) closed by
-
invalid: Again, this is not a bugtracker for
django-grappelli, please report … - 12:31 PM Ticket #34797 (Uncategorized - Django Admin radio fields admin.HORIZONTAL shows as vertical with ...) updated by
-
Status, Resolution changed
Same results with Django 4.0.10 - 12:23 PM Ticket #34797 (Uncategorized - Django Admin radio fields admin.HORIZONTAL shows as vertical with ...) closed by
-
invalid:
django-grappellidoesn't support Django 4.1 or 4.2. You should … - 12:19 PM Ticket #34791 (Database layer (models, ORM) - Prefetch's queryset attribute is ignored when the same nested relation ...) updated by
- > I am vey surprised to hear that such a thing could be the intended …
- 10:43 AM Ticket #34797 (Uncategorized - Django Admin radio fields admin.HORIZONTAL shows as vertical with ...) created by
- Recently upgraded to Django 4.2.4 with Grappelli 3.0.7 and …
- 9:59 AM Ticket #34796 (Database layer (models, ORM) - Deleting child table does not delete rows in parent table when using ...) updated by
-
Description changed
- 9:57 AM Ticket #34796 (Database layer (models, ORM) - Deleting child table does not delete rows in parent table when using ...) updated by
-
Summary changed
- 9:30 AM Ticket #34796 (Database layer (models, ORM) - Deleting child table does not delete rows in parent table when using ...) updated by
-
Description changed
- 9:29 AM Ticket #34796 (Database layer (models, ORM) - Deleting child table does not delete rows in parent table when using ...) created by
- If you have a child model that depends on a parent model via …
- 8:06 AM Ticket #34791 (Database layer (models, ORM) - Prefetch's queryset attribute is ignored when the same nested relation ...) updated by
- So, it makes sense that the order matters, especially for Prefetch …
- 7:27 AM Ticket #34795 (Core (Other) - ConnectionProxy (and likely others) do not expose the `__dir__` of the ...) updated by
-
Type, Easy pickings changed
- 5:56 AM Ticket #34791 (Database layer (models, ORM) - Prefetch's queryset attribute is ignored when the same nested relation ...) updated by
-
Triage Stage, Summary changed
Tentatively accepted. - 4:06 AM Ticket #24121 (Core (Other) - Provide a better repr() experience) updated by
- In 7bba231b: […]
- 4:06 AM Changeset [7bba231b]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #24121 -- Added repr() to Message.
- 3:31 AM Changeset [95b84491]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Corrected AsyncRequestFactory's docstring. All AsyncRequestFactory …
- 2:13 AM Ticket #34789 (contrib.admin - `filter_horizontal` duplicates entries in "Chosen" column after ...) updated by
- Replying to devin13cox: > My initial guess is that …
- 1:58 AM Ticket #34709 (HTTP handling - charset should be ignored for the application/x-www-form-urlencoded ...) updated by
-
I found some issues/PRs to remove
charsetfor the …
Aug 23, 2023:
- 11:21 PM Ticket #34791 (Database layer (models, ORM) - Prefetch's queryset attribute is ignored when the same nested relation ...) updated by
- > I did follow the code a bit yesterday, and I believe it comes from …
- 10:35 PM Ticket #34709 (HTTP handling - charset should be ignored for the application/x-www-form-urlencoded ...) updated by
-
Cc changed
Replying to Claude Paroz: > While starting to review the … - 10:21 PM Changeset [8e8c3184]stable/4.2.x by
- [4.2.x] Avoided counting exceptions in AsyncClient docs. Follow up to …
- 10:19 PM Changeset [9942a3e4]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Avoided counting exceptions in AsyncClient docs. Follow up to …
- 8:54 PM Ticket #34795 (Core (Other) - ConnectionProxy (and likely others) do not expose the `__dir__` of the ...) closed by
- wontfix: Hello, thank you for your ticket. I don't see much value in providing …
- 8:26 PM Changeset [dcb9d7a]stable/4.2.x by
- [4.2.x] Improved formset docs by using a set instead of a list in the …
- 8:24 PM Changeset [c59be9f]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Improved formset docs by using a set instead of a list in the custom …
- 2:55 PM Ticket #34791 (Database layer (models, ORM) - Prefetch's queryset attribute is ignored when the same nested relation ...) updated by
- Reopened because I managed to create a test that shows the issue.
- 2:54 PM Ticket #34791 (Database layer (models, ORM) - Prefetch's queryset attribute is ignored when the same nested relation ...) updated by
-
Description changed
- 2:51 PM Ticket #34791 (Database layer (models, ORM) - Prefetch's queryset attribute is ignored when the same nested relation ...) updated by
-
Status, Resolution changed
- 12:08 PM Ticket #34789 (contrib.admin - `filter_horizontal` duplicates entries in "Chosen" column after ...) updated by
-
Status, Owner changed
- 11:34 AM Ticket #34795 (Core (Other) - ConnectionProxy (and likely others) do not expose the `__dir__` of the ...) created by
- Based on this question: https://stackoverflow.com/q/76963171/67579 the …
- 10:31 AM Ticket #34784 (Internationalization - Django french short date format translation bug) updated by
-
Has patch changed
Suggested PR. This would … - 8:32 AM Ticket #34757 (Testing framework - AsyncClient should follow redirects) updated by
-
Patch needs improvement changed
PR updated - 8:18 AM Ticket #34709 (HTTP handling - charset should be ignored for the application/x-www-form-urlencoded ...) updated by
-
Triage Stage changed
- 7:56 AM Ticket #34791 (Database layer (models, ORM) - Prefetch's queryset attribute is ignored when the same nested relation ...) updated by
- Hi, thanks a lot for the quick answer. I seem to have misunderstood …
- 7:45 AM Ticket #34709 (HTTP handling - charset should be ignored for the application/x-www-form-urlencoded ...) updated by
- While starting to review the patch, and looking for more recent …
- 6:54 AM Ticket #27080 (Migrations - `as_manager` on QuerySet should pass down `use_in_migrations` to new ...) updated by
-
Status, Owner changed
- 6:00 AM Ticket #34744 (Migrations - Migration re-add constraints when check condition contains a dict_keys ...) closed by
- fixed: In 76c3e310: […]
- 5:55 AM Ticket #34794 (File uploads/storage - Multiple file upload issue) closed by
- invalid: Thanks for the ticket, however, this is a support question and Trac is …
- 5:43 AM Ticket #34794 (File uploads/storage - Multiple file upload issue) created by
- Hello, I need a multiple file field in a form, so that I saw this …
- 5:29 AM Ticket #34784 (Internationalization - Django french short date format translation bug) updated by
-
We should not only copy the
frfolder and rename it asfr_CH(like … - 4:42 AM Changeset [76c3e310]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #34744 -- Prevented recreation of migration for constraints with …
- 3:44 AM Ticket #34744 (Migrations - Migration re-add constraints when check condition contains a dict_keys ...) updated by
-
Owner, Has patch, Triage Stage, Status changed
- 2:09 AM Changeset [dd45d52]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+. …
- 1:53 AM Ticket #34752 (HTTP handling - ASGI http.disconnect not handled for streaming responses) updated by
-
Patch needs improvement changed
- 1:04 AM Ticket #34757 (Testing framework - AsyncClient should follow redirects) updated by
- In a9e0f3d3: […]
- 12:19 AM Changeset [a9e0f3d]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #34757 -- Moved HTTP redirect logic to django.test.client.ClientMixin.
- 12:12 AM Ticket #34792 (Database layer (models, ORM) - Creating and saving a model using a custom primary key field can yield ...) updated by
- I'm super impressed with your triage, and the fact that this issue has …
Aug 22, 2023:
- 11:53 PM Ticket #34793 (Database layer (models, ORM) - Django ORM returns None when field has value in BD) closed by
- invalid: TBH, I'm not sure what you're trying to report, but it looks like a …
- 11:45 PM Ticket #34792 (Database layer (models, ORM) - Creating and saving a model using a custom primary key field can yield ...) closed by
- duplicate: Chris, thanks! Yes it's a duplicate of #32442. > I'm not sure that it …
- 10:35 PM Ticket #34792 (Database layer (models, ORM) - Creating and saving a model using a custom primary key field can yield ...) updated by
-
Cc changed
I can reproduce this in version 3.2, but not in 4.0+. It looks like … - 10:23 PM Ticket #34793 (Database layer (models, ORM) - Django ORM returns None when field has value in BD) created by
- I have this model: […] and always I try to get field …
- 8:45 PM Ticket #34781 (Core (Other) - Clarify documentation of `request` objects in the `django.server` ...) updated by
- In f55b4202: […]
- 8:44 PM Changeset [f55b4202]stable/4.2.x by
- [4.2.x] Fixed #34781 -- Updated logging ref docs for django.server's …
- 8:43 PM Ticket #34781 (Core (Other) - Clarify documentation of `request` objects in the `django.server` ...) closed by
- fixed: In 428023e2: […]
- 8:43 PM Changeset [428023e2]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #34781 -- Updated logging ref docs for django.server's request …
- 8:25 PM Ticket #34781 (Core (Other) - Clarify documentation of `request` objects in the `django.server` ...) updated by
-
Triage Stage changed
- 6:15 PM Ticket #34784 (Internationalization - Django french short date format translation bug) updated by
- So, it seems if we just copy fr folder and paste it as fr_CH like what …
- 4:56 PM Ticket #34792 (Database layer (models, ORM) - Creating and saving a model using a custom primary key field can yield ...) updated by
-
Type, Description changed
- 4:12 PM Ticket #34792 (Database layer (models, ORM) - Creating and saving a model using a custom primary key field can yield ...) created by
- Summary: In some situations, creating and saving a model which …
- 4:11 PM Ticket #34709 (HTTP handling - charset should be ignored for the application/x-www-form-urlencoded ...) updated by
-
Has patch changed
PR - 3:55 PM Ticket #34791 (Database layer (models, ORM) - Prefetch's queryset attribute is ignored when the same nested relation ...) closed by
- worksforme: I have created a few models of my own and tested your queries. The …
- 3:24 PM Ticket #34791 (Database layer (models, ORM) - Prefetch's queryset attribute is ignored when the same nested relation ...) updated by
- Hello! Thank you for your report. Could you please post your models.py …
- 2:57 PM Ticket #34791 (Database layer (models, ORM) - Prefetch's queryset attribute is ignored when the same nested relation ...) created by
- Note: Edited the description following the discussion There seems to …
- 8:49 AM Ticket #34790 (Migrations - loading old migration file) closed by
- wontfix: Hello, Sorry but Django doesn't really support dynamically changing …
- 8:19 AM Ticket #34790 (Migrations - loading old migration file) created by
- Hi! I was working on my Django command, which is a command for …
- 8:14 AM Ticket #34787 (Core (Management commands) - The 'runserver' command doesn't work when run from an installed script ...) updated by
- Hi Joël, thank you for this report! Just looking at what changes …
- 6:13 AM Ticket #5929 (Database layer (models, ORM) - Allow Fields to use multiple db columns (complex datatypes)) updated by
- This is also needed if you want to support a user entering a value in …
- 5:42 AM Changeset [48a1929]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Removed unnecessary trailing commas in tests.
- 3:26 AM Ticket #34757 (Testing framework - AsyncClient should follow redirects) updated by
-
Patch needs improvement changed
- 3:22 AM Ticket #33651 (contrib.contenttypes - Support prefetch GenericForeignKey with custom queryset.) updated by
-
Patch needs improvement, Needs tests, Needs documentation changed
- 1:56 AM Ticket #34788 (Internationalization - Correct NUMBER_GROUPING in Japan.) updated by
- Mariusz Felisiak, Thank you for your help.
Aug 21, 2023:
- 10:55 PM Changeset [f1c0a3ba]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Added tests for model field's choices iterator/iterable values.
- 10:39 PM Ticket #34789 (contrib.admin - `filter_horizontal` duplicates entries in "Chosen" column after ...) updated by
-
Cc changed
Check out related tickets #34025 and #11803. - 10:32 PM Ticket #34788 (Internationalization - Correct NUMBER_GROUPING in Japan.) closed by
- fixed: In 6934fc3: […]
- 10:31 PM Changeset [6934fc3]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #34788 -- Corrected NUMBER_GROUPING for Japanese.
- 10:27 PM Ticket #34788 (Internationalization - Correct NUMBER_GROUPING in Japan.) updated by
-
Has patch, Triage Stage changed
Hiroki, Shinya, thanks for your confirmation. … - 10:11 PM Ticket #34788 (Internationalization - Correct NUMBER_GROUPING in Japan.) updated by
- +1 In Japan, the public documents from the government are used the …
- 7:57 PM Ticket #34789 (contrib.admin - `filter_horizontal` duplicates entries in "Chosen" column after ...) updated by
-
Summary changed
- 7:53 PM Ticket #34789 (contrib.admin - `filter_horizontal` duplicates entries in "Chosen" column after ...) updated by
-
Triage Stage changed
Replying to devin13cox: > Of course, here is the model … - 7:24 PM Ticket #34788 (Internationalization - Correct NUMBER_GROUPING in Japan.) updated by
- Hi. I am a Japanese dev who has contributed to Django in the past. We …
- 7:10 PM Ticket #12241 (contrib.admin - Admin forgets URL used for prefilling forms when hitting Save and add ...) updated by
-
Owner changed
- 5:43 PM Ticket #34789 (contrib.admin - `filter_horizontal` duplicates entries in "Chosen" column after ...) updated by
- Replying to Natalia Bidart: > Hello! Thank you for your …
- 5:04 PM Ticket #34789 (contrib.admin - `filter_horizontal` duplicates entries in "Chosen" column after ...) updated by
- Hello! Thank you for your report. Could you please post your admin.py …
- 4:46 PM Ticket #34789 (contrib.admin - `filter_horizontal` duplicates entries in "Chosen" column after ...) updated by
-
Description changed
- 4:45 PM Ticket #34789 (contrib.admin - `filter_horizontal` duplicates entries in "Chosen" column after ...) created by
- Hi there, I noticed a minor frontend bug related to the …
- 12:27 PM Ticket #33143 (Database layer (models, ORM) - Block import-time queries) closed by
- fixed: In fbd16438: […]
- 12:25 PM Ticket #34788 (Internationalization - Correct NUMBER_GROUPING in Japan.) updated by
-
Type, Has patch, Triage Stage, Component, Summary changed
Thanks, seems good. Would you like to prepare a patch (via GitHub PR)? … - 11:20 AM Ticket #34788 (Internationalization - Correct NUMBER_GROUPING in Japan.) created by
-
I want to update
django/conf/locale/en/formats.pysince the general … - 11:20 AM Ticket #34784 (Internationalization - Django french short date format translation bug) updated by
- No, we have to differentiate between fr (or fr_FR) and fr_CH/fr_BE.
- 8:04 AM Ticket #33651 (contrib.contenttypes - Support prefetch GenericForeignKey with custom queryset.) updated by
-
Patch needs improvement changed
- 6:46 AM Ticket #33143 (Database layer (models, ORM) - Block import-time queries) updated by
-
Patch needs improvement, Triage Stage changed
- 6:44 AM Changeset [fbd16438]mainstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #33143 -- Raised RuntimeWarning when performing import-time queries.
- 4:24 AM Ticket #34784 (Internationalization - Django french short date format translation bug) updated by
-
Perhaps the official version is "
d.m.Y" – I haven't really checked … - 4:01 AM Ticket #34784 (Internationalization - Django french short date format translation bug) updated by
-
Triage Stage changed
Makes sense. However, as the real short format is different at least …
Note:
See TracTimeline
for information about the timeline view.