Timeline
Sep 25, 2021:
- 5:37 PM Ticket #33144 (Generic views - get_elided_page_range() method doesn't work properly.) created by
- I found that the page number is not passed to the …
- 4:55 PM Ticket #26142 (Forms - Provide a way for model formsets to disallow new object creation) updated by
-
Patch needs improvement changed
Addededit_only
argument to theformset_factory
. - 2:03 PM Ticket #33143 (Database layer (models, ORM) - Block import-time queries) updated by
- Thanks for the developers discussion link Tim. I like the proposal of …
- 9:54 AM Ticket #33143 (Database layer (models, ORM) - Block import-time queries) updated by
-
I'd be in favor of blocking until *after*
AppConfig.ready()
phase as … - 9:40 AM Ticket #33114 (contrib.postgres - StringAgg() should set output_field to TextField.) updated by
-
Triage Stage changed
- 8:51 AM Ticket #33114 (contrib.postgres - StringAgg() should set output_field to TextField.) updated by
- PR with the fix and a unittest: …
- 8:50 AM Ticket #33114 (contrib.postgres - StringAgg() should set output_field to TextField.) updated by
-
Has patch changed
- 8:07 AM Ticket #33143 (Database layer (models, ORM) - Block import-time queries) updated by
- [https://groups.google.com/g/django-developers/c/7JwWatLfP44/ …
- 6:37 AM Ticket #6106 (Internationalization - make-messages.py should not touch POT-Creation-Date) updated by
-
Needs tests changed
Sure. For now I've added a test in the … - 5:08 AM Ticket #33114 (contrib.postgres - StringAgg() should set output_field to TextField.) updated by
- Replying to Claude Paroz: > main branch (which will target …
- 4:25 AM Ticket #33114 (contrib.postgres - StringAgg() should set output_field to TextField.) updated by
- main branch (which will target 4.1, now that 4.0 is feature frozen).
- 3:42 AM Ticket #33114 (contrib.postgres - StringAgg() should set output_field to TextField.) updated by
- Should I make the patch for 3.2 or the main branch?
- 2:42 AM Ticket #33143 (Database layer (models, ORM) - Block import-time queries) created by
- It's possible to make ORM queries at import time. For example: […] …
- 2:37 AM Ticket #33125 (Migrations - Changing model field to become PK creates redundant UNIQUE constraint) updated by
-
Has patch changed
- 2:04 AM Ticket #25916 (contrib.sitemaps - Add lastmod support to sitemapindex) updated by
-
Needs documentation, Patch needs improvement changed
- 1:45 AM Ticket #33114 (contrib.postgres - StringAgg() should set output_field to TextField.) updated by
-
Status, Owner changed
Sep 24, 2021:
- 8:27 PM Ticket #33142 (Forms - Form clean method called after validation field clean method fails) closed by
- invalid: As far as I can tell, you've described behavior that's documented …
- 6:17 PM Ticket #33125 (Migrations - Changing model field to become PK creates redundant UNIQUE constraint) updated by
-
Status, Owner changed
I will make PR for this. - 3:08 PM Ticket #33018 (Database layer (models, ORM) - Incorrect annotation value when doing a subquery with empty queryset) updated by
-
Patch needs improvement, Needs tests changed
- 3:08 PM Ticket #33141 (Database layer (models, ORM) - Rename Aggregate.empty_aggregate_value to empty_result_set_value.) updated by
-
Cc, Owner, Has patch changed
PR - 3:05 PM Ticket #33142 (Forms - Form clean method called after validation field clean method fails) created by
- I am working on a Django project wherein the validation depends on the …
- 3:04 PM Ticket #33141 (Database layer (models, ORM) - Rename Aggregate.empty_aggregate_value to empty_result_set_value.) created by
- Hi, In the context of #33018 and …
- 2:18 PM Ticket #33140 (Core (Other) - Enforce ordering of checks.) created by
- https://github.com/django/django/pull/8967 changes the checks registry …
- 12:51 PM Ticket #33137 (Database layer (models, ORM) - Decouple Field.unique from select_related) updated by
-
Cc, Triage Stage changed
This use case looks very similar to the … - 12:18 PM Ticket #29527 (Database layer (models, ORM) - Multi-column comparisons) updated by
- > With one caveat, I needed to add the LHS as a calculated column …
- 11:53 AM Changeset [7607fe92]stable/3.2.x by
- [3.2.x] Removed obsolete GEOS 3.5 requirement note. Follow up to …
- 11:52 AM Changeset [80de140]stable/4.0.x by
- [4.0.x] Removed obsolete GEOS 3.5 requirement note. Follow up to …
- 11:52 AM Changeset [8036b53]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Removed obsolete GEOS 3.5 requirement note. Follow up to …
- 11:50 AM Ticket #33138 (Database layer (models, ORM) - Tuple comparison for efficient lexicographic ordering on multiple columns) closed by
- duplicate: Duplicate of #29527. Please feel-free to continue the discussion in …
- 11:44 AM Ticket #29527 (Database layer (models, ORM) - Multi-column comparisons) updated by
-
Type changed
- 11:41 AM Ticket #33124 (Database layer (models, ORM) - Avoid accessing ConnectionsHandler.__getitem__ until it's strictly ...) closed by
- fixed: In 06c50cee: […]
- 11:33 AM Ticket #33136 (GIS - Add GEOS MakeValid to GEOS API) updated by
-
Patch needs improvement changed
- 11:12 AM Ticket #33134 (Forms - Circular contexts when rendering Form with BoundFields.) updated by
- FWIW, the likely 'fix' in DjDT may be to add the new template path's …
- 10:03 AM Ticket #33139 (Core (Management commands) - Using IPython for the manage.py REPL interface clobbers __main__, ...) created by
- The only thing I can find of related note is #30588 which observes a …
- 8:20 AM Ticket #33138 (Database layer (models, ORM) - Tuple comparison for efficient lexicographic ordering on multiple columns) updated by
-
Description changed
- 8:06 AM Ticket #33138 (Database layer (models, ORM) - Tuple comparison for efficient lexicographic ordering on multiple columns) created by
-
The below doesn't seem possible without resorting to
extra
[…] … - 7:00 AM Ticket #33137 (Database layer (models, ORM) - Decouple Field.unique from select_related) updated by
-
Description changed
- 6:56 AM Ticket #33137 (Database layer (models, ORM) - Decouple Field.unique from select_related) created by
-
When inheriting from a
OneToOneField
that automatically adds … - 6:46 AM Ticket #33134 (Forms - Circular contexts when rendering Form with BoundFields.) updated by
-
Status, Owner changed
Thank you for the investigation. I'll have a look at fixing this over … - 6:26 AM Ticket #33134 (Forms - Circular contexts when rendering Form with BoundFields.) updated by
-
Summary changed
As far as I'm awaredebug_toolbar.panels.templates.TemplatesPanel
… - 5:20 AM Ticket #33124 (Database layer (models, ORM) - Avoid accessing ConnectionsHandler.__getitem__ until it's strictly ...) updated by
-
Patch needs improvement, Triage Stage changed
- 5:19 AM Changeset [06c50cee]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #33124 -- Avoided accessing the database connections when not …
- 5:14 AM Ticket #33130 (Forms - ErrorDict doesn't pass the dict type check in JsonResponse.) updated by
- In 25cfa5db: […]
- 5:14 AM Ticket #33130 (Forms - ErrorDict doesn't pass the dict type check in JsonResponse.) closed by
- fixed: In 7fe9b6f: […]
- 5:14 AM Changeset [25cfa5d]stable/4.0.x by
- [4.0.x] Fixed #33130 -- Restored form errors to be a dict. Regression …
- 3:59 AM Ticket #33136 (GIS - Add GEOS MakeValid to GEOS API) updated by
-
Patch needs improvement changed
Looks like MakeValid was added in GEOS 3.8. - 3:50 AM Changeset [7fe9b6f]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #33130 -- Restored form errors to be a dict. Regression in …
- 3:32 AM Ticket #33136 (GIS - Add GEOS MakeValid to GEOS API) updated by
-
Owner, Triage Stage changed
- 3:27 AM Ticket #33136 (GIS - Add GEOS MakeValid to GEOS API) updated by
-
Has patch changed
PR - 3:23 AM Ticket #33135 (Database layer (models, ORM) - Add read_only parameter to Model fields for virtual columns.) updated by
-
Summary changed
- 3:23 AM Ticket #33135 (Database layer (models, ORM) - Add read_only parameter to Model fields for virtual columns.) closed by
- duplicate: Thanks for this ticket. …
- 3:13 AM Ticket #33136 (GIS - Add GEOS MakeValid to GEOS API) created by
- Django currently exposes the ST_MakeValid database operation, but not …
- 2:55 AM Ticket #33135 (Database layer (models, ORM) - Add read_only parameter to Model fields for virtual columns.) created by
- New DBMS provides virtual columns that are generated based on another …
- 1:24 AM Ticket #33132 (Testing framework - TestClient doesn't follow redirects that only contain a query string ...) updated by
- In 5d36af6f: […]
- 1:23 AM Changeset [5d36af6f]stable/4.0.x by
- [4.0.x] Fixed #33132 -- Fixed test client handling of querystring only …
- 1:22 AM Ticket #33132 (Testing framework - TestClient doesn't follow redirects that only contain a query string ...) closed by
- fixed: In b1bf8c8a: […]
- 1:22 AM Changeset [b1bf8c8a]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #33132 -- Fixed test client handling of querystring only …
- 12:48 AM Ticket #32698 (HTTP handling - Move HttpRequest.get_raw_uri() to ...) updated by
- Replying to Jaap Roes: > Is it possible to reconsider the …
- 12:43 AM Ticket #33130 (Forms - ErrorDict doesn't pass the dict type check in JsonResponse.) updated by
-
Triage Stage changed
- 12:41 AM Ticket #33127 (Database layer (models, ORM) - "&" and "|" operators are silently ignored after QuerySet.union(), ...) closed by
- fixed: In f997c814: […]
Sep 23, 2021:
- 11:59 PM Changeset [f997c814]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #33127 -- Added error messages on | and & operators with …
- 11:46 PM Ticket #33127 (Database layer (models, ORM) - "&" and "|" operators are silently ignored after QuerySet.union(), ...) updated by
-
Triage Stage changed
- 12:18 PM Ticket #33126 (Documentation - No « French » on Transifex?) updated by
- Replying to Claude Paroz: > Unfortunately, managing users …
- 12:01 PM Ticket #33127 (Database layer (models, ORM) - "&" and "|" operators are silently ignored after QuerySet.union(), ...) updated by
-
Has patch changed
- 12:00 PM Ticket #33127 (Database layer (models, ORM) - "&" and "|" operators are silently ignored after QuerySet.union(), ...) updated by
- PR
- 10:48 AM Ticket #33126 (Documentation - No « French » on Transifex?) updated by
- Unfortunately, managing users in Transifex teams is a nightmare. …
- 8:44 AM Ticket #33132 (Testing framework - TestClient doesn't follow redirects that only contain a query string ...) updated by
-
Triage Stage changed
- 8:36 AM Ticket #33129 (Database layer (models, ORM) - Drop support for MariaDB 10.2.) updated by
- In 25cbd1e6: […]
- 8:36 AM Changeset [25cbd1e]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #33129 -- Added missing return statement. Thanks to Claude Paroz …
- 8:23 AM Ticket #33134 (Forms - Circular contexts when rendering Form with BoundFields.) updated by
-
Cc changed
- 8:08 AM Ticket #33126 (Documentation - No « French » on Transifex?) updated by
- Merci Claude! Thanks! (Hope there's not a lot of contributors having …
- 7:57 AM Ticket #32698 (HTTP handling - Move HttpRequest.get_raw_uri() to ...) updated by
- Is it possible to reconsider the decision to flat out removal of …
- 7:36 AM Ticket #33126 (Documentation - No « French » on Transifex?) updated by
- Replying to Julien Palard: > Maybe I already tried to join …
- 6:39 AM Ticket #33134 (Forms - Circular contexts when rendering Form with BoundFields.) created by
- I noticed really strange error when trying to test …
- 5:20 AM Ticket #33132 (Testing framework - TestClient doesn't follow redirects that only contain a query string ...) updated by
-
Has patch changed
PR - 4:38 AM Ticket #28135 (contrib.admindocs - simplify_regex() doesn't handle non-capturing groups) updated by
-
Patch needs improvement changed
- 4:13 AM Ticket #33130 (Forms - ErrorDict doesn't pass the dict type check in JsonResponse.) updated by
-
Patch needs improvement, Needs tests changed
I've updated the PR with … - 3:37 AM Ticket #33133 (Database layer (models, ORM) - NullBooleanField doesn't work in historical migrations.) updated by
- In 715aa2db: […]
- 3:37 AM Changeset [715aa2d]stable/4.0.x by
- [4.0.x] Fixed #33133 -- Fixed handling NullBooleanField in historical …
- 3:37 AM Ticket #33133 (Database layer (models, ORM) - NullBooleanField doesn't work in historical migrations.) closed by
- fixed: In 3b9fe906: […]
- 3:36 AM Changeset [3b9fe90]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #33133 -- Fixed handling NullBooleanField in historical …
- 2:55 AM Ticket #33133 (Database layer (models, ORM) - NullBooleanField doesn't work in historical migrations.) updated by
-
Has patch changed
PR - 2:40 AM Ticket #33133 (Database layer (models, ORM) - NullBooleanField doesn't work in historical migrations.) created by
-
NullBooleanField
doesn't work in historical migrations. Thanks Jan … - 2:40 AM Ticket #33130 (Forms - ErrorDict doesn't pass the dict type check in JsonResponse.) updated by
- Sadly the fix isn't as simple as initially thought (comment:2). It …
- 1:55 AM Ticket #28135 (contrib.admindocs - simplify_regex() doesn't handle non-capturing groups) updated by
-
Description changed
- 1:22 AM Ticket #29865 (Database layer (models, ORM) - Add logical XOR support to Q() and QuerySet().) updated by
-
Patch needs improvement changed
- 12:13 AM Ticket #33018 (Database layer (models, ORM) - Incorrect annotation value when doing a subquery with empty queryset) updated by
-
Patch needs improvement, Needs tests changed
Sep 22, 2021:
- 11:12 PM Ticket #33130 (Forms - ErrorDict doesn't pass the dict type check in JsonResponse.) updated by
-
Patch needs improvement, Needs tests changed
- 11:06 AM Ticket #33132 (Testing framework - TestClient doesn't follow redirects that only contain a query string ...) updated by
-
Status, Owner changed
I'll look into fixing this tomorrow - 10:09 AM Ticket #33132 (Testing framework - TestClient doesn't follow redirects that only contain a query string ...) updated by
-
Severity, Triage Stage changed
Hey Jaap — I didn't look in depth yet, but that sounds right. Do you … - 8:52 AM Ticket #33130 (Forms - ErrorDict doesn't pass the dict type check in JsonResponse.) updated by
-
Has patch changed
PR (There are two … - 8:17 AM Changeset [1350187f]stable/4.0.x by
- [4.0.x] Fixed typo in 4.0 release notes. Backport of …
- 8:17 AM Changeset [3f2170f]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed typo in 4.0 release notes.
- 8:02 AM Ticket #33132 (Testing framework - TestClient doesn't follow redirects that only contain a query string ...) updated by
- Looking at #32790 it seems that there should also be a check that …
- 7:54 AM Ticket #33132 (Testing framework - TestClient doesn't follow redirects that only contain a query string ...) created by
- While running a projects test suite on Django 4.0a1 (using Python 3.8) …
- 7:07 AM Ticket #16493 (Core (Management commands) - Windows: makemessages generate django.po should use forward slashes too) updated by
- I agree with John. Removing information from the document is not the …
- 6:31 AM Ticket #33130 (Forms - ErrorDict doesn't pass the dict type check in JsonResponse.) updated by
-
Status, Owner changed
- 6:11 AM Changeset [4892496]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Skipped GitHub actions for linters and JavaScript tests on purely doc …
- 6:10 AM Ticket #32499 (contrib.admindocs - simplify_regex only removes some metacharacters from regex patterns) closed by
- fixed: In 448d974: […]
- 6:10 AM Ticket #32499 (contrib.admindocs - simplify_regex only removes some metacharacters from regex patterns) updated by
- In 85540da9: […]
- 6:10 AM Ticket #32499 (contrib.admindocs - simplify_regex only removes some metacharacters from regex patterns) updated by
- In 9f7809ec: […]
- 6:10 AM Ticket #32499 (contrib.admindocs - simplify_regex only removes some metacharacters from regex patterns) updated by
- In 27189af: […]
- 5:41 AM Ticket #33130 (Forms - ErrorDict doesn't pass the dict type check in JsonResponse.) updated by
-
It should be enough to subclass
dict
: […] - 5:37 AM Ticket #33130 (Forms - ErrorDict doesn't pass the dict type check in JsonResponse.) updated by
-
Summary, Cc, Triage Stage, Severity changed
Thanks for the report!Form.errors
should be recognizable as a … - 5:26 AM Ticket #33131 (Core (System checks) - Improve error messages for reverse accessor clashes.) created by
- refer: https://github.com/django/django/pull/14880 …
- 5:03 AM Ticket #32499 (contrib.admindocs - simplify_regex only removes some metacharacters from regex patterns) updated by
-
Triage Stage changed
- 5:01 AM Ticket #33130 (Forms - ErrorDict doesn't pass the dict type check in JsonResponse.) created by
- Just ran the test suite of a project on Django 4.0a1 (with Python 3.8) …
- 4:59 AM Changeset [448d974]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #32499 -- Escaped additional metacharacters in simplify_regex().
- 4:59 AM Changeset [85540da]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #32499 -- Fixed escaped metacharacters in simplify_regex().
- 4:59 AM Changeset [9f7809ec]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #32499 -- Added more tests for simplify_regex().
- 4:59 AM Changeset [27189af]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #32499 -- Added metacharacters helper for simplify_regex().
- 4:58 AM Ticket #33129 (Database layer (models, ORM) - Drop support for MariaDB 10.2.) closed by
- fixed: In 221b2f85: […]
- 4:57 AM Changeset [221b2f8]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #33129 -- Dropped support for MariaDB 10.2.
- 4:57 AM Ticket #33128 (Documentation - Grammar Issue) updated by
- In bc0cc82: […]
- 4:56 AM Changeset [bc0cc82]stable/4.0.x by
- [4.0.x] Fixed #33128 -- Corrected possessive 's usage in FormSet docs. …
- 4:55 AM Ticket #33128 (Documentation - Grammar Issue) closed by
- fixed: In 2f14432: […]
- 4:29 AM Ticket #33128 (Documentation - Grammar Issue) updated by
-
Severity changed
- 4:28 AM Ticket #33128 (Documentation - Grammar Issue) updated by
-
Triage Stage changed
- 4:26 AM Changeset [2f144323]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #33128 -- Corrected possessive 's usage in FormSet docs.
- 4:13 AM Ticket #33128 (Documentation - Grammar Issue) updated by
-
Triage Stage changed
Yes, thanks. It's difficult to parse correctly without the right … - 4:11 AM Ticket #33129 (Database layer (models, ORM) - Drop support for MariaDB 10.2.) updated by
-
Triage Stage changed
- 3:45 AM Ticket #33126 (Documentation - No « French » on Transifex?) updated by
- Thanks for fixing the typo :) About refreshing and trying again, no, …
- 3:28 AM Ticket #33129 (Database layer (models, ORM) - Drop support for MariaDB 10.2.) updated by
-
Has patch changed
PR - 2:52 AM CI edited by
- Updated MariaDB version to 10.3.31. (diff)
- 2:42 AM Ticket #33129 (Database layer (models, ORM) - Drop support for MariaDB 10.2.) created by
- The end of support for MariaDB 10.1 is May 2022. Therefore, Django 4.1 …
- 2:40 AM SupportedDatabaseVersions edited by
- Added MariaDB 10.2 end of support. (diff)
- 2:26 AM Changeset [bc4c7e5]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Optimized handling case-insensitive mappings. Elements yielded by …
- 2:18 AM Ticket #33126 (Documentation - No « French » on Transifex?) updated by
- By the way, Julien, I just fixed that typo in Transifex (however new …
- 1:49 AM Ticket #33125 (Migrations - Changing model field to become PK creates redundant UNIQUE constraint) updated by
-
Type, Triage Stage changed
Thanks for the report. We can probably add the same behavior as in … - 1:48 AM Ticket #33127 (Database layer (models, ORM) - "&" and "|" operators are silently ignored after QuerySet.union(), ...) updated by
-
Status, Owner changed
- 1:17 AM Changeset [e0a56ad]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Removed blocking wait in admin inlines selenium test. …
- 12:43 AM Ticket #33124 (Database layer (models, ORM) - Avoid accessing ConnectionsHandler.__getitem__ until it's strictly ...) updated by
-
Summary changed
- 12:42 AM Ticket #33124 (Database layer (models, ORM) - Avoid accessing ConnectionsHandler.__getitem__ until it's strictly ...) updated by
-
Triage Stage changed
- 12:40 AM Ticket #33127 (Database layer (models, ORM) - "&" and "|" operators are silently ignored after QuerySet.union(), ...) updated by
-
Cc, Triage Stage changed
Thanks for the report. I'm not sure what behavior would be expected, …
Note:
See TracTimeline
for information about the timeline view.