Timeline



Nov 8, 2021:

11:29 PM Ticket #33267 (contrib.admin - Add Hyperlink to related model in admin change form.) updated by Mariusz Felisiak
Summary changed
11:28 PM Ticket #33267 (contrib.admin - Add Hyperlink to related model in admin change form.) closed by Mariusz Felisiak
needsinfo
11:27 PM Ticket #32664 (Core (Other) - Cannot run makemigrations management command without a SECRET_KEY) updated by Mariusz Felisiak
Replying to Michael Manganiello: > Has it been considered …
11:12 PM Ticket #19721 (contrib.admin - Django admin allows filtering using the field lookups such as "in", ...) updated by Mariusz Felisiak
Replying to Shreya Bamne: > I am not sure if this is the …
7:28 PM Ticket #19721 (contrib.admin - Django admin allows filtering using the field lookups such as "in", ...) updated by Shreya Bamne
I am not sure if this is the right place to ask this, but I was …
7:06 PM Ticket #17337 (Database layer (models, ORM) - [nonrel] Support for non-integer AutoFields) updated by Brian Helba
Cc changed
7:06 PM Ticket #32577 (Database layer (models, ORM) - Add support for `UUIDAutoField` `DEFAULT_AUTO_FIELD`) updated by Brian Helba
Cc changed
3:42 PM Ticket #32664 (Core (Other) - Cannot run makemigrations management command without a SECRET_KEY) updated by Michael Manganiello
Considering Django 3.2 …
2:42 PM Ticket #33264 (Testing framework - DiscoverRunner doesn't counts unexpectedSuccess as an error) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 91acfc3: […]
1:19 PM Changeset [91acfc3]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33264 -- Made test runner return non-zero error code for …
1:17 PM Ticket #33257 (Database layer (models, ORM) - Case() and ExpressionWrapper() doesn't work with DecimalField on SQLite.) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 1a502388: […]
12:29 PM Ticket #33271 (Database layer (models, ORM) - Bulk delete does not delete related objects) closed by Mariusz Felisiak
duplicate: Thanks for the report, however I cannot reproduce this with provided …
11:54 AM Ticket #33271 (Database layer (models, ORM) - Bulk delete does not delete related objects) created by Lukas Klement
Calling Model.objects.delete() causes integrity errors with ForeignKey …
11:02 AM Changeset [1a502388]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33257 -- Fixed Case() and ExpressionWrapper() with decimal …
7:58 AM Ticket #32980 (Database layer (models, ORM) - Improve performance of related manager attribute access) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 4f8c7fd9: […]
6:21 AM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by Steven Mapes
I hit an issue today which lead me back to this ticket. In MySQL 5.7 …
5:49 AM Ticket #33257 (Database layer (models, ORM) - Case() and ExpressionWrapper() doesn't work with DecimalField on SQLite.) updated by Mariusz Felisiak
Triage Stage changed
4:25 AM Ticket #33267 (contrib.admin - Add Hyperlink to related model in admin change form.) updated by Mariusz Felisiak
Component changed
Thanks for this ticket. Can you describe your use case? Do you want to …
2:42 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Mariusz Felisiak
Owner, Status changed
1:51 AM Ticket #32980 (Database layer (models, ORM) - Improve performance of related manager attribute access) updated by Mariusz Felisiak
Triage Stage changed
1:44 AM Changeset [4f8c7fd9]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #32980 -- Made models cache related managers.
12:01 AM Ticket #33264 (Testing framework - DiscoverRunner doesn't counts unexpectedSuccess as an error) updated by Mariusz Felisiak
Triage Stage changed

Nov 7, 2021:

7:34 AM Ticket #33257 (Database layer (models, ORM) - Case() and ExpressionWrapper() doesn't work with DecimalField on SQLite.) updated by Matthijs Kooijman
Has patch changed
7:11 AM Ticket #32338 (Forms - Accessibility issues with Django forms RadioSelect and ...) updated by David Smith
Has patch changed

Nov 6, 2021:

2:51 PM CI edited by Mariusz Felisiak
Updated Python to 3.11.0a2 on Windows machine. (diff)
5:59 AM Ticket #33270 (Internationalization - Wrong static translations, for example "Remove" and "Delete") closed by Tim Graham
invalid: Thanks for the report, however, translations are handled at …
3:30 AM Ticket #33270 (Internationalization - Wrong static translations, for example "Remove" and "Delete") created by Maxim Danilov
I work with many languages and see the difference for "Trans-Strings". …
1:02 AM Ticket #33269 (contrib.auth - Raise an error if a string is passed into has_perms() instead of a list) updated by Mariusz Felisiak
Status, Patch needs improvement, Type, Owner, Triage Stage changed

Nov 5, 2021:

6:26 PM Ticket #10961 (Database layer (models, ORM) - Allow users to override forward and reverse relationships on proxy ...) updated by powderflask
Re: ​https://github.com/datamade/django-proxy-overrides This approach …
6:02 PM Ticket #33269 (contrib.auth - Raise an error if a string is passed into has_perms() instead of a list) updated by lieryan
Component changed
6:02 PM Ticket #33269 (contrib.auth - Raise an error if a string is passed into has_perms() instead of a list) updated by lieryan
Description changed
5:59 PM Ticket #33269 (contrib.auth - Raise an error if a string is passed into has_perms() instead of a list) updated by lieryan
Description changed
5:57 PM Ticket #33269 (contrib.auth - Raise an error if a string is passed into has_perms() instead of a list) updated by lieryan
Description changed
5:56 PM Ticket #33269 (contrib.auth - Raise an error if a string is passed into has_perms() instead of a list) created by lieryan
A colleague made this error recently doing a …
6:13 AM Ticket #32319 (contrib.staticfiles - Add support to HashedFilesMixin for ES modules) updated by Mariusz Felisiak
Status, Has patch, Resolution, Triage Stage changed
We decided to revert the original patch.
6:12 AM Tickets #32319,​33253 batch updated by Mariusz Felisiak <felisiak.mariusz@…>
In b7b3bbc8: […]
6:11 AM Tickets #32319,​33253 batch updated by GitHub <noreply@…>
fixed: In ba9ced3e: […]
6:11 AM Changeset [ba9ced3]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to …
5:54 AM Ticket #32939 (Testing framework - Permit override_settings to work with test class mixins that don't ...) updated by Florian Demmer
Cc changed
5:36 AM Ticket #33268 (Internationalization - No translations for day and month in Marathi and Gujarati locales) closed by Mariusz Felisiak
invalid: Thanks for the report, however, translations are handled at …
5:34 AM Ticket #33235 (Forms - Remove "for = ..." from MultiWidget's <label>.) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In c6c6cd3: […]
5:24 AM Ticket #33268 (Internationalization - No translations for day and month in Marathi and Gujarati locales) updated by Mamta Bhagia
Status, Owner changed
5:24 AM Ticket #33268 (Internationalization - No translations for day and month in Marathi and Gujarati locales) created by Mamta Bhagia
Marathi and Gujarati locales do not have the day and month …
5:06 AM Ticket #33235 (Forms - Remove "for = ..." from MultiWidget's <label>.) updated by Mariusz Felisiak
Triage Stage changed
5:05 AM Changeset [c6c6cd3]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33235 -- Removed "for = ..." from MultiWidget's <label>. This …
4:28 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 3151daaa: […]
4:27 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 2c01ebb: […]
3:22 AM Changeset [2c01ebb]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #33263 -- Expanded release notes for DeleteView adopting FormMixin.
3:21 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Mariusz Felisiak
Replying to Claude Paroz: > Isn't it possible to detect …
2:54 AM Ticket #33267 (contrib.admin - Add Hyperlink to related model in admin change form.) updated by Thomas Güttler
Description changed
2:53 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Claude Paroz
I've audited my different projects and saw that almost all of them are …
2:53 AM Ticket #33267 (contrib.admin - Add Hyperlink to related model in admin change form.) updated by Thomas Güttler
Description changed
2:52 AM django-admin-hyperlink-to-related-model.png attached to Ticket #33267 by Thomas Güttler
2:52 AM Ticket #33267 (contrib.admin - Add Hyperlink to related model in admin change form.) created by Thomas Güttler
I would like to add a hyperlink next to the select field of a …
2:05 AM Ticket #33263 (Generic views - DeleteView in Django4.0 does not call .delete() method) updated by Mariusz Felisiak
I agree with Carlton, if we want to move forward with this feature we …
2:01 AM Ticket #33265 (Forms - Form.get_context() backward-incompatibility) closed by Mariusz Felisiak
invalid: Replying to Collin Anderson: > Right, yeah, maybe there's …
Note: See TracTimeline for information about the timeline view.
Back to Top