Timeline
Apr 18, 2022:
- 11:25 PM Changeset [903702d]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Removed unnecessary default argument from GET.get() call in …
- 11:12 PM Ticket #33647 (Database layer (models, ORM) - bulk_update silently truncating values for size limited fields) updated by
- An alternative approach might to commit to dropping the whole …
- 11:05 PM Ticket #33649 (Database layer (models, ORM) - bulk_create() with ignore_conflicts=True and ForeignKey fails) updated by
- > So the error is wrong in this case. Rows are saved in the database, …
- 10:58 AM Ticket #33647 (Database layer (models, ORM) - bulk_update silently truncating values for size limited fields) updated by
-
Cc changed
> Then only postgres is affected here? yep, if you set this feature … - 10:39 AM Ticket #33649 (Database layer (models, ORM) - bulk_create() with ignore_conflicts=True and ForeignKey fails) updated by
- > Why? This error message is only raised when a related object is …
- 9:37 AM Ticket #33651 (contrib.contenttypes - Support prefetch GenericForeignKey with custom queryset.) updated by
-
Component, Triage Stage changed
- 9:36 AM Ticket #33651 (contrib.contenttypes - Support prefetch GenericForeignKey with custom queryset.) updated by
- If I understand correctly you'd like to be able to have the prefetch …
- 9:33 AM Ticket #33648 (contrib.auth - Unnecessary redirect in LogoutView when ?next=... contains "unsafe" URL) closed by
- fixed: In 5591a725: […]
- 9:33 AM Changeset [5591a725]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #33648 -- Prevented extra redirect in LogoutView on invalid next …
- 8:20 AM Ticket #33328 (contrib.admin - Use native JS events to trigger 'formset:added'/'formset:removed') updated by
- In fe7cb345: […]
- 8:19 AM Changeset [fe7cb345]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #33328 -- Corrected JS check for event.detail presence in docs.
- 8:08 AM Ticket #33649 (Database layer (models, ORM) - bulk_create() with ignore_conflicts=True and ForeignKey fails) updated by
- > This means with this error message you have intentionally completely …
- 7:02 AM Ticket #26029 (File uploads/storage - Provide an API to configure arbitrary file storage backends) updated by
-
Status, Owner changed
- 6:42 AM Ticket #27909 (Core (Management commands) - Use AUTH_USER_MODEL in startproject template) updated by
- I've issued a PR that does this and makes the configuration directory …
- 3:32 AM Ticket #33649 (Database layer (models, ORM) - bulk_create() with ignore_conflicts=True and ForeignKey fails) updated by
- Thanks for you very fast answer and the provided links. I know that …
- 3:19 AM Ticket #33651 (contrib.contenttypes - Support prefetch GenericForeignKey with custom queryset.) created by
- For example: […] Currently we can't list all node with only …
- 12:05 AM Changeset [8e89dfe]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed various tests on MySQL with MyISAM storage engine.
- 12:05 AM Changeset [331a460]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and …
- 12:03 AM Ticket #33649 (Database layer (models, ORM) - bulk_create() with ignore_conflicts=True and ForeignKey fails) closed by
- invalid: Thanks for this report. This behavior was intentionally changed in …
Apr 17, 2022:
- 4:57 PM Ticket #33650 (Core (Management commands) - Update startproject template with config directory) updated by
-
Triage Stage, Description, Summary changed
It would be better to first propose these ideas on the mailing list to … - 4:31 PM Ticket #33650 (Core (Management commands) - Update startproject template with config directory) created by
-
I propose that we change the
startproject
template to put … - 1:47 PM Ticket #33649 (Database layer (models, ORM) - bulk_create() with ignore_conflicts=True and ForeignKey fails) created by
- Creating both objects of a many-to-one relation using bulk_create …
Apr 16, 2022:
- 1:35 PM Ticket #33648 (contrib.auth - Unnecessary redirect in LogoutView when ?next=... contains "unsafe" URL) updated by
-
Triage Stage changed
- 12:31 PM Ticket #33648 (contrib.auth - Unnecessary redirect in LogoutView when ?next=... contains "unsafe" URL) updated by
-
Has patch changed
- 12:16 PM Ticket #33648 (contrib.auth - Unnecessary redirect in LogoutView when ?next=... contains "unsafe" URL) created by
-
Reproduction instructions
* Set
LOGOUT_REDIRECT_URL
* Wire … - 8:30 AM Ticket #33643 (Core (Management commands) - inspectdb crashes on Oracle databases with functional indexes.) closed by
- fixed: In e1267001: […]
- 8:29 AM Changeset [e1267001]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #33643 -- Fixed inspectdb crash on functional unique constraints …
- 4:50 AM Ticket #33647 (Database layer (models, ORM) - bulk_update silently truncating values for size limited fields) updated by
- Replying to Simon Charette: > ... this is due to …
Apr 15, 2022:
- 7:57 PM Ticket #27471 (contrib.admin - Make admin's list_filter choices collapsable) updated by
-
Patch needs improvement, UI/UX changed
The disclosure element was re-styled and persistence logic added! - 3:00 PM Ticket #33643 (Core (Management commands) - inspectdb crashes on Oracle databases with functional indexes.) updated by
-
Patch needs improvement, Triage Stage changed
- 3:00 PM Ticket #33607 (contrib.postgres - PostgresIndex.create_sql() doesn't respect the using argument.) closed by
- fixed: In a1e4e86f: […]
- 3:00 PM Changeset [a1e4e86f]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #33607 -- Made PostgresIndex.create_sql() respect the "using" …
- 12:25 PM Ticket #33647 (Database layer (models, ORM) - bulk_update silently truncating values for size limited fields) updated by
-
Type, Triage Stage changed
I manage to reproduce, this is due to … - 12:21 PM Ticket #33644 (Documentation - FAQ about ManyToManyField in list_filter is outdated.) updated by
-
Status, Owner changed
Sure, it might take me a few days to get around to do it, since it's … - 8:11 AM Ticket #33647 (Database layer (models, ORM) - bulk_update silently truncating values for size limited fields) created by
-
On postgres backend,
bulk_update
passes overlong values for size … - 7:51 AM Ticket #32559 (Forms - Add attribute 'step' to FloatField.) updated by
- > step="any" is required for non-integer values. shall I add this? …
- 6:35 AM Ticket #33607 (contrib.postgres - PostgresIndex.create_sql() doesn't respect the using argument.) updated by
-
Patch needs improvement, Triage Stage changed
- 6:14 AM Ticket #33646 (Database layer (models, ORM) - Adding async interface to QuerySet.) updated by
- PR
- 6:13 AM Ticket #33646 (Database layer (models, ORM) - Adding async interface to QuerySet.) created by
-
Adding async interface to
QuerySet
for all data access operations …
- 2:18 AM Ticket #28263 (Testing framework - TestCase breaks for databases that don't support savepoints) updated by
- Replying to Xiang Zhang: > I'd like to re-activate this …
- 1:52 AM Ticket #11803 (contrib.admin - Admin does not update every ForeignKey select of the same model) closed by
- fixed: In c72f6f3: […]
- 1:50 AM Ticket #33643 (Core (Management commands) - inspectdb crashes on Oracle databases with functional indexes.) updated by
-
Patch needs improvement, Triage Stage changed
- 12:46 AM Changeset [c72f6f3]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #11803 -- Allowed admin select widgets to display new related …
- 12:07 AM Ticket #33643 (Core (Management commands) - inspectdb crashes on Oracle databases with functional indexes.) updated by
-
Triage Stage changed
Note:
See TracTimeline
for information about the timeline view.