Timeline



Nov 28, 2022:

10:59 PM Ticket #34187 (contrib.auth - UserCreationForm should save data from ManyToMany form fields) updated by Mariusz Felisiak
Needs documentation, Triage Stage changed
10:56 PM Changeset [9d726c79]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #34187 -- Made UserCreationForm save many-to-many fields.
4:36 PM Ticket #34188 (Documentation - Add a section on refresh_from_db to the Multiple databases documentation) created by martinmain93
I've recently implemented multiple databases in a project using a …
12:54 PM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by bcail
Cc changed
12:48 PM Ticket #470 (Database layer (models, ORM) - Add Field.db_default for defining database defaults) updated by bcail
Cc changed
10:57 AM Ticket #32915 (Core (Management commands) - ./manage runserver --nostatic still doesn't return a traceback) updated by bcail
Cc, Patch needs improvement, Status, Owner, Needs tests changed
Opened a new PR from the previous one: …
9:54 AM Ticket #31949 (Core (Other) - Allow builtin view decorators to be applied directly to async views.) updated by Jon Janzen
Cc changed
3:42 AM Ticket #34160 (Database layer (models, ORM) - Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields.) updated by Mariusz Felisiak
Case() is trying to resolve an output type only for specific fields …
2:48 AM Ticket #34119 (Forms - ModelForm fields with callable defaults don't correctly propagate ...) updated by GitHub <noreply@…>
In 60a7bd8: […]
2:47 AM Changeset [60a7bd8]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Refs #34119 -- Skipped …
2:30 AM Ticket #31169 (Testing framework - Allow parallel test runner to work with Windows/macOS `spawn` process ...) updated by GitHub <noreply@…>
In 20d575b: […]
2:30 AM Changeset [20d575b]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Refs #31169 -- Skipped test_get_test_db_clone_settings_not_supported …
1:25 AM Ticket #33497 (Database layer (models, ORM) - Document that database persistent connections do not work with ASGI ...) updated by joeli
Cc changed
1:24 AM Ticket #33497 (Database layer (models, ORM) - Document that database persistent connections do not work with ASGI ...) updated by joeli
Replying to Patryk Zawadzki: > This is marked as a "new …
1:13 AM Changeset [662497c]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Doc's check_password()'s setter and preferred arguments. Follow up to …

Nov 27, 2022:

11:03 PM Ticket #34187 (contrib.auth - UserCreationForm should save data from ManyToMany form fields) updated by Mariusz Felisiak
Needs documentation changed
10:48 PM Ticket #34187 (contrib.auth - UserCreationForm should save data from ManyToMany form fields) updated by Mariusz Felisiak
Version, Triage Stage changed
Sounds reasonable, see also …
10:40 PM Ticket #34178 (Database layer (models, ORM) - Prefetching a foreign key on GenericForeignKey results in incorrect ...) closed by Mariusz Felisiak
duplicate: Replying to MahavirAce: > We communicated with the author …
3:30 PM Ticket #34187 (contrib.auth - UserCreationForm should save data from ManyToMany form fields) updated by Mark Gensler
Has patch changed
2:41 PM Ticket #34187 (contrib.auth - UserCreationForm should save data from ManyToMany form fields) updated by Mark Gensler
Needs tests changed
9:32 AM Ticket #34187 (contrib.auth - UserCreationForm should save data from ManyToMany form fields) updated by Mark Gensler
Component changed
9:29 AM Ticket #34187 (contrib.auth - UserCreationForm should save data from ManyToMany form fields) updated by Mark Gensler
Needs tests changed
9:26 AM Ticket #34187 (contrib.auth - UserCreationForm should save data from ManyToMany form fields) created by Mark Gensler
When using contrib.auth.forms.UserCreationForm with a custom User …
9:02 AM Ticket #34178 (Database layer (models, ORM) - Prefetching a foreign key on GenericForeignKey results in incorrect ...) updated by Mahavir Agrawal
Status, Resolution, Has patch, Type changed
We communicated with the author of #33651. He told us he was looking …

Nov 26, 2022:

1:30 PM Ticket #32577 (Database layer (models, ORM) - Add support for `UUIDAutoField` `DEFAULT_AUTO_FIELD`) updated by raydeal
Replying to Mathieu Poussin: > It depends, on centralized …
12:53 PM Ticket #33507 (Database layer (models, ORM) - Use native UUID data type on MariaDB 10.7+) updated by raydeal
Patch needs improvement changed
6:42 AM Ticket #34110 (File uploads/storage - Add InMemoryStorage) updated by Francesco Panico
Patch needs improvement, Needs tests changed
5:39 AM Ticket #34186 (Core (Mail) - SMTP.starttls() got an unexpected keyword argument 'keyfile') closed by Claude Paroz
duplicate: Thanks for the report. Already fixed in [2848e5d0ce5cf3c3] as part of …
12:48 AM Ticket #34185 (Documentation - Serving static/media files during development can't work when use ...) updated by YQ
Description changed
12:22 AM Ticket #34186 (Core (Mail) - SMTP.starttls() got an unexpected keyword argument 'keyfile') updated by Shaleh Tonmoy
Type changed
12:05 AM Ticket #34186 (Core (Mail) - SMTP.starttls() got an unexpected keyword argument 'keyfile') created by Shaleh Tonmoy
On python 3.12.0a2 send_mai() returns error `SMTP.starttls() got an …

Nov 25, 2022:

12:28 PM Ticket #34185 (Documentation - Serving static/media files during development can't work when use ...) created by YQ
The Documentation: …
9:17 AM Ticket #34184 (Documentation - Improve tutorial by mentioning User Interaction testing like django-webtest) closed by Carlton Gibson
wontfix: The Django docs have tended to shy away from particulars like this. …
8:33 AM Ticket #34184 (Documentation - Improve tutorial by mentioning User Interaction testing like django-webtest) updated by Kees Hink
Description changed
7:40 AM Ticket #34184 (Documentation - Improve tutorial by mentioning User Interaction testing like django-webtest) created by Kees Hink
Maybe the tutorial chapter about testing …
7:27 AM Ticket #21604 (Database layer (models, ORM) - Embed raw queries as subqueries when used with an __in filter) updated by William
Status, Owner changed
6:45 AM Ticket #27775 (contrib.sessions - Signed cookies does not support custom expiry) updated by Mariusz Felisiak
Patch needs improvement, Needs tests, Needs documentation changed
6:40 AM Ticket #34182 (CSRF - Is there a reason only the headers are checked when using the csrf token?) updated by Joon Hwan 김준환
If there are tokens that attackers can't control, why do we need …
5:30 AM Ticket #34183 (Database layer (models, ORM) - Add a ChoicesMeta.max_length property returning the max_length when ...) closed by Mariusz Felisiak
wontfix: Thanks for this ticket, however this would be highly fragile and error …
5:02 AM Ticket #34183 (Database layer (models, ORM) - Add a ChoicesMeta.max_length property returning the max_length when ...) updated by Coumes Quentin
Description changed
5:02 AM Ticket #34183 (Database layer (models, ORM) - Add a ChoicesMeta.max_length property returning the max_length when ...) updated by Coumes Quentin
Status, Owner changed
5:01 AM Ticket #34183 (Database layer (models, ORM) - Add a ChoicesMeta.max_length property returning the max_length when ...) created by Coumes Quentin
It would be helpful for enums inheriting Choices with a data …
4:20 AM Ticket #34103 (Database layer (models, ORM) - Queries with duplicate params incorrectly logged for Oracle) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 64b3c41: […]
2:48 AM Ticket #34103 (Database layer (models, ORM) - Queries with duplicate params incorrectly logged for Oracle) updated by Mariusz Felisiak
Patch needs improvement, Triage Stage changed
2:42 AM Changeset [64b3c41]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #34103 -- Fixed logging SQL queries with duplicate parameters on …
2:28 AM Ticket #34180 (Documentation - Document that setting language in tests affects other tests) updated by Václav Řehák
To fix this at the moment, we will be adding …
2:26 AM Ticket #33747 (Error reporting - Display exception notes on the technical 500 debug page on Python 3.11+.) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 80c66e4: […]
1:59 AM Ticket #34170 (HTTP handling - Mitigate the BREACH attack) updated by Andreas Pelme
Needs documentation changed
1:17 AM Ticket #33747 (Error reporting - Display exception notes on the technical 500 debug page on Python 3.11+.) updated by Mariusz Felisiak
Triage Stage changed
1:16 AM Changeset [80c66e4]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33747 -- Added exception notes to the technical 500 debug page.
Note: See TracTimeline for information about the timeline view.
Back to Top