Timeline



Mar 12, 2022:

1:47 PM Ticket #32915 (Core (Management commands) - ./manage runserver --nostatic still doesn't return a traceback) updated by Rohith P R
Status, Owner changed
1:37 PM Ticket #33256 (Database layer (models, ORM) - Some schema tests don't clean up their tables) updated by Tim Graham
Have you run the command a second time so that you're reusing an …
12:53 PM Ticket #33256 (Database layer (models, ORM) - Some schema tests don't clean up their tables) updated by Mohammad Ali Mehdizadeh
I run the command but I can't produce errors, every thing works nice. …
7:35 AM Ticket #16406 (Core (URLs) - Allow separate access to matches from urlpatterns and extra_context args) updated by Alokik Roy
Needs tests changed
Requested Tests added.

Mar 12, 2022:

11:34 AM Ticket #27505 (Core (Other) - Error messages customization and internationalization in Paginator class) updated by Sagar Gajare
Cc, Status, Owner changed
10:47 AM Ticket #27505 (Core (Other) - Error messages customization and internationalization in Paginator class) updated by Claude Paroz
Easy pickings changed
7:12 AM Ticket #32604 (File uploads/storage - File uploads larger than FILE_UPLOAD_MAX_MEMORY_SIZE get wrong unix ...) updated by Mateo Radman
Has patch changed
PR
12:25 AM Ticket #33552 (Database layer (models, ORM) - has_key, has_keys, and has_any_keys JSONField() lookups don't handle ...) updated by Sage Abdullah
Status, Owner, Has patch changed
PR

Mar 11, 2022:

3:16 PM Changeset [6ffe48b8]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Moved log_response() release notes into backwards incompatible changes …
2:18 PM Ticket #33571 (HTTP handling - Fix handling empty string for If-Modified-Since header) updated by Collin Anderson
Could it maybe be considered a "Crashing bug", because it crashes …
2:01 PM Ticket #33571 (HTTP handling - Fix handling empty string for If-Modified-Since header) updated by Mariusz Felisiak
Replying to Collin Anderson: > I guess this has been …
10:47 AM Ticket #33573 (Core (Cache system) - Add native async support to redis cache backend) created by Christopher Bailey
The latest version of redis-py will support both sync and async …
6:57 AM Ticket #33571 (HTTP handling - Fix handling empty string for If-Modified-Since header) updated by Collin Anderson
I guess this has been broken since 3.1. Any chance this could be …
6:01 AM Ticket #26401 (contrib.auth - Allow auth machinery to be used without installing auth app) updated by Mariusz Felisiak
Status changed
6:00 AM Ticket #26401 (contrib.auth - Allow auth machinery to be used without installing auth app) updated by Mariusz Felisiak
Status, Owner changed
5:58 AM Ticket #2137 (contrib.admin - Add drag and drop ordering for inlines to set order_with_respect_to in ...) updated by Mariusz Felisiak
Status changed
5:58 AM Ticket #2137 (contrib.admin - Add drag and drop ordering for inlines to set order_with_respect_to in ...) updated by Mariusz Felisiak
Status, Owner changed
4:19 AM Ticket #22078 (contrib.syndication - views.Feed methods cannot be decorated) updated by Mariusz Felisiak
Status, Owner changed
4:09 AM Ticket #19221 (Core (Cache system) - Check that cache keys are string) updated by Mariusz Felisiak
Status, Owner changed
3:59 AM Ticket #15099 (Forms - ModelFormset.queryset requirement is too strict) closed by Mariusz Felisiak
wontfix: This is really niche and probably it's not worth additional …
3:05 AM Ticket #28897 (Database layer (models, ORM) - QuerySet.update() raises FieldError on queryset ordered by an ...) updated by Mariusz Felisiak
Saeed, Have you seen my …
12:04 AM Ticket #33572 (Migrations - Optimize CreateModel + AlterModelManagers to CreateModel) closed by GitHub <noreply@…>
fixed: In 8f7cda08: […]
12:03 AM Changeset [8f7cda0]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Fixed #33572 -- Implemented CreateModel/AlterModelManagers reduction.

Mar 10, 2022:

11:30 PM Ticket #33572 (Migrations - Optimize CreateModel + AlterModelManagers to CreateModel) updated by Mariusz Felisiak
Triage Stage changed
11:19 PM Ticket #33571 (HTTP handling - Fix handling empty string for If-Modified-Since header) closed by GitHub <noreply@…>
fixed: In 71017a68: […]
11:19 PM Changeset [71017a6]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Fixed #33571 -- Fixed static serving views crash when …
4:48 PM Ticket #26399 (Migrations - Refactor SchemaEditor to facilitate Firebird handlings of column defaults) closed by Adam Johnson
needsinfo: I think this ticket can be closed since there is no further detail. …
4:37 PM Ticket #33572 (Migrations - Optimize CreateModel + AlterModelManagers to CreateModel) updated by Adam Johnson
Has patch changed
4:30 PM Ticket #33572 (Migrations - Optimize CreateModel + AlterModelManagers to CreateModel) created by Adam Johnson
During migration optimization, CreateModel + AlterModelOptions is …
3:56 PM Ticket #33180 (Error reporting - Debug 500 HTML broken with strict Content-Security-Policy (CSP)) updated by Collin Anderson
I feel like ideally we get Content-Security-Policy framework added …
3:54 PM Ticket #15727 (HTTP handling - Add support for Content-Security-Policy (CSP) to core) updated by Collin Anderson
https://github.com/mozilla/django-csp/issues/135 is the tracking …
2:40 PM Ticket #33571 (HTTP handling - Fix handling empty string for If-Modified-Since header) updated by Mariusz Felisiak
Status, Owner, Triage Stage changed
Thanks for the report. Regression in …
1:48 PM Ticket #33571 (HTTP handling - Fix handling empty string for If-Modified-Since header) updated by Collin Anderson
Has patch changed
Pull Request: https://github.com/django/django/pull/15498
1:47 PM Ticket #33561 (contrib.auth - Allow syncing user attributes on every authentication with ...) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In d90e34c: […]
1:45 PM Ticket #33571 (HTTP handling - Fix handling empty string for If-Modified-Since header) created by Collin Anderson
Empty string used to be ignored for If-Modified-Since header, but now …
1:10 PM Ticket #25068 (Migrations - Metaclass conflict when doing createmigrations in ModelState.render) updated by Jacob Walls
Patch needs improvement, Needs tests changed
Yeah, that makes sense safety-wise. I guess it's different enough from …
12:43 PM Ticket #25068 (Migrations - Metaclass conflict when doing createmigrations in ModelState.render) updated by Mariusz Felisiak
IMO, we shouldn't move forward without tracking metaclass changes, see …
12:40 PM Ticket #25068 (Migrations - Metaclass conflict when doing createmigrations in ModelState.render) updated by Jacob Walls
Needs tests changed
Of course, feel free to set the flags back if this really shouldn't …
12:36 PM Ticket #25068 (Migrations - Metaclass conflict when doing createmigrations in ModelState.render) updated by Jacob Walls
Patch needs improvement changed
This is probably worth another look. Even though changing metaclass …
11:12 AM Ticket #33570 (Database layer (models, ORM) - Admin panel typo - django HTML typo on Bookings) closed by Mariusz Felisiak
invalid: Thanks for this ticket, however this is not a typo. Django admin uses …
11:04 AM Ticket #33569 (HTTP handling - Add support for multiple values for the x-forwarded-proto header) updated by Thomas Schmidt
I can re-open the closed PR and update it to take the comments made …
10:20 AM Django-typo.JPG attached to Ticket #33570 by Ricardo Piedade
screenshot of the typo
10:20 AM Ticket #33570 (Database layer (models, ORM) - Admin panel typo - django HTML typo on Bookings) created by Ricardo Piedade
I have created an admin access for my django project which is for …
5:57 AM Changeset [d90e34c]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33561 -- Allowed synchronization of user attributes in …
5:25 AM Ticket #33561 (contrib.auth - Allow syncing user attributes on every authentication with ...) updated by Mariusz Felisiak
Status, Triage Stage changed
3:39 AM Ticket #33565 (Internationalization - makemessages command skips the nl-nl-x-informal folder) updated by Carlton Gibson
Hi Ronnie. > The check for - in the locale should only be for the …
3:24 AM Ticket #28316 (Forms - ModelChoiceField to_field_name doesn't work if it's different from the ...) updated by Carlton Gibson
Patch needs improvement changed
3:18 AM Changeset [67b5f506]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Changed some words to use inline markup.
2:59 AM Ticket #33569 (HTTP handling - Add support for multiple values for the x-forwarded-proto header) updated by Carlton Gibson
Hmmm. I think adding complexity here (at all) will come back and bite …
2:51 AM Ticket #33569 (HTTP handling - Add support for multiple values for the x-forwarded-proto header) updated by Mariusz Felisiak
Status, Patch needs improvement, Has patch, Resolution, Triage Stage changed
OK, we can prefer leftmost value, if that's enough. …
2:14 AM Ticket #33569 (HTTP handling - Add support for multiple values for the x-forwarded-proto header) updated by Florian Apolloner
> As far as I'm aware, we cannot answer in the reliable way whether …
1:42 AM Ticket #33569 (HTTP handling - Add support for multiple values for the x-forwarded-proto header) closed by Mariusz Felisiak
wontfix: As far as I'm aware, we cannot answer in the reliable way whether the …
1:22 AM Ticket #31169 (Testing framework - Allow parallel test runner to work with Windows/macOS `spawn` process ...) updated by Mariusz Felisiak
Patch needs improvement, Triage Stage changed
12:28 AM Ticket #33569 (HTTP handling - Add support for multiple values for the x-forwarded-proto header) updated by Mariusz Felisiak
Status, Patch needs improvement, Owner changed
Note: See TracTimeline for information about the timeline view.
Back to Top