Timeline
Mar 22, 2023:
- 1:23 PM Ticket #34409 (Documentation - Examples of fetching raw SQL don't work for non-unique column names.) updated by
- In b0b76976: […]
- 1:23 PM Changeset [b0b76976]stable/4.2.x by
- [4.2.x] Fixed #34409 -- Doc'd limitation of dictfetchall() and …
- 1:21 PM Ticket #34409 (Documentation - Examples of fetching raw SQL don't work for non-unique column names.) closed by
- fixed: In 216eb638: […]
- 1:20 PM Changeset [216eb638]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #34409 -- Doc'd limitation of dictfetchall() and …
- 1:20 PM Ticket #34409 (Documentation - Examples of fetching raw SQL don't work for non-unique column names.) updated by
-
Patch needs improvement, Triage Stage changed
- 11:22 AM Ticket #34427 (Template system - Improve error message for incorrect context processors) updated by
-
Status, Owner changed
- 11:17 AM Ticket #34427 (Template system - Improve error message for incorrect context processors) updated by
-
Status, Owner changed
- 10:24 AM Changeset [d118cbb]stable/4.2.x by
- [4.2.x] Doc'd use of asgiref.sync adapters with sensitive variables. …
- 8:36 AM Changeset [b00046d]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Doc'd use of asgiref.sync adapters with sensitive variables.
- 8:30 AM Ticket #34383 (Template system - Layout error in Admin when using help_text) updated by
- I tried to fix this, it's much better (but not perfect, you can see …
- 7:52 AM Ticket #34383 (Template system - Layout error in Admin when using help_text) updated by
-
Cc, Severity, Triage Stage changed
Thanks for details! Regression in … - 7:40 AM Ticket #34383 (Template system - Layout error in Admin when using help_text) updated by
-
Status, Resolution changed
Steps to reproduce the error: Create model new: app.new.models.py … - 5:01 AM Ticket #31949 (Core (Other) - Allow builtin view decorators to be applied directly to async views.) updated by
- In 203a15c: […]
- 5:01 AM Changeset [203a15c]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #31949 -- Adjusted error reporting docs.
- 4:21 AM Ticket #31949 (Core (Other) - Allow builtin view decorators to be applied directly to async views.) updated by
- In 23cbed21: […]
- 4:21 AM Changeset [23cbed21]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #31949 -- Enabled @sensitive_variables to work with async functions.
- 3:56 AM Changeset [e4fad137]stable/4.2.x by
- [4.2.x] Fixed typo in docs/topics/class-based-views/mixins.txt. …
- 2:35 AM Changeset [6087bc4e]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed typo in docs/topics/class-based-views/mixins.txt.
- 2:33 AM Ticket #34424 (Forms - SelectDateWidget can crash with OverflowError.) closed by
- fixed: In d22209cb: […]
- 2:00 AM Ticket #34424 (Forms - SelectDateWidget can crash with OverflowError.) updated by
-
Triage Stage changed
- 1:59 AM Changeset [d22209cb]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising …
- 1:50 AM Changeset [b4870e7]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #34434 -- Added assertion for cleaning 0-0-0 for forms.DateField.
Mar 21, 2023:
- 2:53 PM Ticket #34428 (contrib.staticfiles - ASGIStaticFilesHandler raises warning.) updated by
- In ae824ece: […]
- 2:52 PM Changeset [ae824ece]stable/4.2.x by
- [4.2.x] Fixed #34428 -- Made ASGIStaticFilesHandler adapt response to …
- 2:52 PM Ticket #34428 (contrib.staticfiles - ASGIStaticFilesHandler raises warning.) closed by
- fixed: In 02c356f: […]
- 2:51 PM Changeset [02c356f]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #34428 -- Made ASGIStaticFilesHandler adapt response to async …
- 2:33 PM Ticket #34388 (Database layer (models, ORM) - Added support for direct usage of Choices classes on model fields) closed by
- fixed: In a2eaea8: […]
- 2:31 PM Ticket #34430 (Generic views - Custom exception handler not called) closed by
-
invalid: There is no such setting in Django as
REST_FRAMEWORK
. Please don't … - 2:14 PM Ticket #34430 (Generic views - Custom exception handler not called) created by
- coded my own method custom_exception_handler for exception handling …
- 1:44 PM Changeset [a2eaea8]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #34388 -- Allowed using choice enumeration types directly on …
- 1:33 PM Ticket #34428 (contrib.staticfiles - ASGIStaticFilesHandler raises warning.) updated by
-
Triage Stage changed
- 12:05 PM Ticket #34427 (Template system - Improve error message for incorrect context processors) updated by
-
Triage Stage changed
- 11:25 AM Ticket #34428 (contrib.staticfiles - ASGIStaticFilesHandler raises warning.) updated by
-
Description changed
- 11:03 AM Ticket #34428 (contrib.staticfiles - ASGIStaticFilesHandler raises warning.) updated by
-
Description changed
- 10:55 AM Ticket #34429 (contrib.auth - Allow to set unusable password via admin UI) created by
- Django allows to have user accounts with unusable passwords, either …
- 10:32 AM Ticket #34428 (contrib.staticfiles - ASGIStaticFilesHandler raises warning.) updated by
-
Has patch changed
PR - 10:31 AM Ticket #34428 (contrib.staticfiles - ASGIStaticFilesHandler raises warning.) created by
-
#33735 added async support to
StreamingHttpResponse
for Django 4.2. … - 9:45 AM Tickets #33134,34077 batch updated by
- In 051d594: […]
- 9:40 AM Ticket #34427 (Template system - Improve error message for incorrect context processors) updated by
-
Summary changed
- 9:40 AM Ticket #34427 (Template system - Improve error message for incorrect context processors) created by
- If you write a template context processor but return the wrong type, …
- 9:12 AM Changeset [051d5944]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #33134, Refs #34077 -- Adjusted form rendering recursion test. …
- 9:01 AM Ticket #34402 (contrib.admin - Admin search_fields crashes for inherited model and __iexact lookup.) updated by
-
Owner, Status changed
- 7:50 AM Ticket #34388 (Database layer (models, ORM) - Added support for direct usage of Choices classes on model fields) updated by
-
Patch needs improvement, Triage Stage changed
- 7:37 AM Ticket #34426 (Forms - Pass the BoundField instance to the Widget.render) closed by
- duplicate: Duplicate of #33166 (see also #34077).
- 7:08 AM Ticket #34426 (Forms - Pass the BoundField instance to the Widget.render) created by
- Django 4's form rendering API is nice, but lacking a important feature …
- 5:39 AM Ticket #34417 (Migrations - AlterField migration on ForeignKey field re-creates foreign key ...) updated by
-
Status, Owner changed
- 5:10 AM Ticket #28283 (contrib.admin - _changeform_view sends wrong object after ModelForm validation) updated by
-
Status, Owner changed
- 5:08 AM Ticket #19303 (contrib.admin - ModelAdmin.formfield_overrides is ignored for fields with choices) updated by
-
Status changed
- 5:08 AM Ticket #19303 (contrib.admin - ModelAdmin.formfield_overrides is ignored for fields with choices) updated by
-
Status, Owner changed
- 4:54 AM Ticket #10327 (contrib.admin - Pass document.domain to popup windows in admin) closed by
-
wontfix: The
document.domain
setter is … - 4:35 AM Ticket #20752 (HTTP handling - Error signals are not reliable, especially when dealing with database ...) updated by
-
Status, Owner changed
- 4:35 AM Ticket #23843 (Database layer (models, ORM) - Test failures on Oracle/Python3) updated by
-
Owner, Status changed
- 4:34 AM Ticket #25656 (contrib.admin - Recent Actions admin section contains link to edit form even when user ...) updated by
-
Status, Owner changed
- 4:33 AM Ticket #27460 (Database layer (models, ORM) - Allow declaring a GenericRelation from an abstract model to another ...) updated by
-
Status, Owner changed
- 4:33 AM Ticket #27447 (Testing framework - Provide an easy way to test sending of signals) updated by
-
Status, Owner changed
- 4:33 AM Ticket #22055 (Core (URLs) - 404 page does not display stack trace when Resolver404 is raised from ...) updated by
-
Status changed
- 4:33 AM Ticket #22055 (Core (URLs) - 404 page does not display stack trace when Resolver404 is raised from ...) updated by
-
Status, Owner changed
- 4:32 AM Ticket #27923 (Forms - Add form signals (pre_init, post_init, pre_clean, post_clean, etc.)) updated by
-
Status, Owner changed
- 4:32 AM Ticket #22479 (HTTP handling - Support byte range requests in django.views.static.serve) updated by
-
Status, Owner changed
- 4:32 AM Ticket #27487 (contrib.admin - ModelAdmin.formfield_overrides on ManyToManyField isn't compatible ...) updated by
-
Status, Owner changed
- 4:31 AM Ticket #27833 (Database layer (models, ORM) - prefetch_related fails with SQLite when used with 1000 parent records) updated by
-
Owner, Status changed
- 4:31 AM Ticket #15855 (Core (Cache system) - cache_page decorator bypasses any Vary headers set in middleware) updated by
-
Status, Owner changed
- 4:30 AM Ticket #9739 (contrib.admin - Admin does not correctly prefill DataTimeField from URL) updated by
-
Status, Owner changed
- 4:29 AM Ticket #20372 (contrib.admin - using registration/logged_out.html template overrides admin logout) updated by
-
Status, Owner changed
- 4:28 AM Ticket #31539 (Database layer (models, ORM) - Add support for bulk operations on reverse many-to-one manager) updated by
-
Status, Owner changed
- 4:28 AM Ticket #29771 (Database layer (models, ORM) - Support database-specific syntax for bulk_update) updated by
-
Status, Owner changed
- 4:27 AM Ticket #21076 (contrib.sessions - Offer the ability to store a hash of session IDs rather than the ID itself) updated by
-
Status, Owner changed
- 4:27 AM Ticket #25281 (contrib.auth - Permission strings don't uniquely identify permissions) updated by
-
Status, Owner changed
- 4:25 AM Ticket #26223 (Migrations - Squashing migrations with preserve_default=False keeps the default) updated by
-
Status, Owner changed
- 4:25 AM Ticket #31932 (Forms - Unique checking in formsets should exclude forms marked for deletion.) updated by
-
Status, Owner changed
- 4:24 AM Ticket #28872 (Database layer (models, ORM) - JSONField __in operator breaks when given a values_list()) updated by
-
Status, Owner changed
- 4:24 AM Ticket #22125 (Database layer (models, ORM) - Unnecessary creation of index for ManyToManyField) updated by
-
Status changed
- 4:24 AM Ticket #22125 (Database layer (models, ORM) - Unnecessary creation of index for ManyToManyField) updated by
-
Status, Owner changed
- 4:21 AM Ticket #21461 (Database layer (models, ORM) - Add pre_update and post_update signals) updated by
-
Status, Owner changed
- 4:20 AM Ticket #28048 (Generic views - Allow generic date views to use related fields as date_field) updated by
-
Status, Owner changed
- 4:13 AM Ticket #28384 (contrib.admin - ModelAdmin.lookup_allowed() incorrectly raises ...) updated by
-
Patch needs improvement changed
- 2:56 AM Ticket #24686 (Migrations - Support for Moving a model between two Django apps) updated by
-
Needs documentation changed
- 2:05 AM Ticket #34409 (Documentation - Examples of fetching raw SQL don't work for non-unique column names.) updated by
-
Patch needs improvement, Has patch changed
PR - 1:51 AM Ticket #34424 (Forms - SelectDateWidget can crash with OverflowError.) updated by
-
Status, Owner changed
Mar 20, 2023:
- 11:41 PM Ticket #34424 (Forms - SelectDateWidget can crash with OverflowError.) updated by
-
Triage Stage, Type, Summary changed
Thanks for this report. - 11:26 PM Ticket #34425 (Error reporting - @sensitive_variables doesn't work with async functions) closed by
-
duplicate: Duplicate of #31949. We can fix this with
Refs #31949 -- ...
. - 11:22 PM Ticket #34425 (Error reporting - @sensitive_variables doesn't work with async functions) created by
- This was brought up during review of …
- 4:24 PM Ticket #34424 (Forms - SelectDateWidget can crash with OverflowError.) created by
- Given a relatively common view like this: […] A user can …
- 1:27 PM Ticket #34417 (Migrations - AlterField migration on ForeignKey field re-creates foreign key ...) updated by
- Sounds good, you'll want to assign the ticket to you then.
- 10:08 AM Ticket #34417 (Migrations - AlterField migration on ForeignKey field re-creates foreign key ...) updated by
- Hello Simon, just letting you know that I will be working on this patch.
- 8:13 AM Ticket #24686 (Migrations - Support for Moving a model between two Django apps) updated by
- Personally, I'd rather add a new migration operation than abuse …
- 7:43 AM Ticket #24686 (Migrations - Support for Moving a model between two Django apps) updated by
- There is also an alternative …
- 7:08 AM Ticket #24686 (Migrations - Support for Moving a model between two Django apps) updated by
-
Needs documentation, Needs tests changed
- 4:59 AM Ticket #34423 (Migrations - Migrations, UniqueConstraint lenght of identifier can be too long for ...) updated by
- Replying to Mariusz Felisiak: > Thanks for this ticket, …
- 4:03 AM Ticket #34423 (Migrations - Migrations, UniqueConstraint lenght of identifier can be too long for ...) closed by
- wontfix: Thanks for this ticket, however, I'm against this change. First of all …
- 3:21 AM Ticket #34423 (Migrations - Migrations, UniqueConstraint lenght of identifier can be too long for ...) updated by
- PR; https://github.com/django/django/pull/16664
- 3:10 AM Ticket #34423 (Migrations - Migrations, UniqueConstraint lenght of identifier can be too long for ...) created by
- When creating a new unique constraint it is quite easy with the …
- 2:19 AM Changeset [e829b0a2]stable/4.2.x by
- [4.2.x] Bumped version for 4.2 release candidate 1.
- 2:07 AM Changeset [f9f9215d]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed some typos in comments, docstrings, and tests.
- 1:58 AM Ticket #34420 (Migrations - Migration import ordering violates coding style and isort defaults) closed by
- fixed: In b295b311: […]
- 12:24 AM Ticket #34420 (Migrations - Migration import ordering violates coding style and isort defaults) updated by
-
Triage Stage changed
- 12:23 AM Changeset [b295b311]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #34420 -- Corrected the order of imports in generated migration …
- 12:02 AM Changeset [0eb3e9bd]mainstable/5.0.xstable/5.1.xstable/5.2.x by
- Updated source translation catalogs. Forwardport of …
Mar 19, 2023:
- 11:59 PM Changeset [7e79fb35]stable/4.2.x by
- [4.2.x] Updated source translation catalogs.
- 2:00 PM Ticket #33671 (Migrations - Migrations crashes when adding/altering collations on indexed columns ...) updated by
-
Status, Resolution changed
Please don't close unresolved tickets. Have you checked the ticket … - 1:52 PM Ticket #33671 (Migrations - Migrations crashes when adding/altering collations on indexed columns ...) closed by
- fixed
- 1:52 PM Ticket #33671 (Migrations - Migrations crashes when adding/altering collations on indexed columns ...) updated by
- Since this issue has been resolved in PR #15642 and PR #15629, I am …
- 6:17 AM Ticket #14832 (contrib.admin - Impossible to create inline objects if form validates but is unchanged) updated by
- Replying to gustutu: > I also need this feature :) This …
Note:
See TracTimeline
for information about the timeline view.