Timeline



Jun 20, 2021:

6:46 PM Ticket #32860 (Documentation - Improve accessibility of permalinks in Django docs) updated by Chris Jerdonek
Summary changed
2:10 PM Ticket #32508 (Core (Other) - Raise proper exceptions instead of using "assert".) updated by Mateo Radman
Replaced assert keywords by raising proper exception with a …
1:05 PM Ticket #32864 (Core (Management commands) - When running manage.py makemigrations command, it gives an unexpected ...) closed by Jacob Walls
duplicate: Duplicate of #32865 (double form submission?)
2:20 AM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by Thibault
Status, Owner changed

Jun 19, 2021:

1:32 PM Ticket #32867 (contrib.admin - django admin - protect againt mutual edit of same object) updated by Alexandr Tatarinov
IMHO this kind of functionality should be implemented as a 3rd party …
11:01 AM Ticket #32867 (contrib.admin - django admin - protect againt mutual edit of same object) updated by Eran Keydar
This is the PR https://github.com/django/django/pull/14541 If if seems …
10:56 AM Ticket #32867 (contrib.admin - django admin - protect againt mutual edit of same object) updated by Eran Keydar
Type, Component changed
10:55 AM Ticket #32867 (contrib.admin - django admin - protect againt mutual edit of same object) updated by Eran Keydar
Status, Owner changed
10:55 AM Ticket #32867 (contrib.admin - django admin - protect againt mutual edit of same object) created by Eran Keydar
We have big django project and we work a lot with the admin. One of …
9:24 AM Ticket #32863 (Database layer (models, ORM) - Model.check() crashes with invalid app label and no explicit ...) updated by Jacob Walls
Triage Stage, Summary changed
Thanks for reporting. Reproduced at …
6:34 AM Ticket #32866 (Utilities - urlize() does not handle html escaped string and trailing punctuation ...) updated by Shipeng Feng
Summary changed
6:32 AM Ticket #32866 (Utilities - urlize() does not handle html escaped string and trailing punctuation ...) updated by Shipeng Feng
Has patch changed
https://github.com/django/django/pull/14539/
6:20 AM Ticket #32866 (Utilities - urlize() does not handle html escaped string and trailing punctuation ...) updated by Shipeng Feng
Status, Owner changed
6:19 AM Ticket #32866 (Utilities - urlize() does not handle html escaped string and trailing punctuation ...) created by Shipeng Feng
Example: […]

Jun 18, 2021:

10:29 PM Ticket #32865 (Core (Management commands) - manage.py makemigrations command gives an unexpected issue in ...) created by Samarth_Saxena
When I first create a project (even if you delete all the migration …
10:19 PM Ticket #32864 (Core (Management commands) - When running manage.py makemigrations command, it gives an unexpected ...) created by Samarth_Saxena
When I first create a project (even if you delete all the migration …
7:36 PM Ticket #32863 (Database layer (models, ORM) - Model.check() crashes with invalid app label and no explicit ...) created by Iuri de Silvio
I found this issue in django-cryptography lib …
5:45 PM Ticket #32862 (Database layer (models, ORM) - Order By in Postgres When Using Annotations Causes Ambiguous Field Name) updated by Simon Charette
I guess the ORM could detect when a reference is ambiguous and inline …
4:24 PM Ticket #32861 (Database layer (models, ORM) - DecimalField on sqlite should use numeric instead of decimal type) updated by Thiago Bellini Ribeiro
Also, note that the documentation here on …
3:23 PM Ticket #32862 (Database layer (models, ORM) - Order By in Postgres When Using Annotations Causes Ambiguous Field Name) created by Cody Williams
Running a query on a table with an annotation, joining a table via …
1:45 PM Ticket #32659 (contrib.admin - Autocomplete field: The results could not be loaded.) updated by Erik van Widenfelt
Status, Resolution changed
1:45 PM Ticket #32659 (contrib.admin - Autocomplete field: The results could not be loaded.) updated by Erik van Widenfelt
This had nothing to do with caching or collectstatic for me. I …
10:32 AM Ticket #32861 (Database layer (models, ORM) - DecimalField on sqlite should use numeric instead of decimal type) created by Thiago Bellini Ribeiro
Hello, I have a model like this: […] I was trying to annotate …
6:10 AM Ticket #32860 (Documentation - Improve accessibility of permalinks in Django docs) updated by Nick Pope
PR for django. …
3:30 AM Ticket #32859 (Utilities - Simplify django.utils.text.compress_string by using gzip.compress) updated by Carlton Gibson
Has patch, Triage Stage changed
OK, I didn't fully review yet, but this looks right at first glance. …
3:22 AM Ticket #32860 (Documentation - Improve accessibility of permalinks in Django docs) updated by Carlton Gibson
Has patch, Type, Triage Stage changed
OK, happy to take a look at this yes. Thanks.

Jun 17, 2021:

9:27 PM Ticket #27147 (contrib.postgres - Add support for defining bounds in postgres range fields) updated by Guilherme Martins Crocetti
Patch needs improvement, Needs documentation, Has patch changed
https://github.com/django/django/pull/14538
4:09 PM Ticket #32855 (Forms - BoundWidget.id_for_label ignores id set by ChoiceWidget.options) updated by Simon Charette
Needs tests changed
3:54 PM Ticket #32858 (Database layer (models, ORM) - Syntax error when using an index transform on an ArrayField in an ...) updated by Simon Charette
That's looking great thanks! Lets leave the decision of reverting the …
3:52 PM Ticket #32855 (Forms - BoundWidget.id_for_label ignores id set by ChoiceWidget.options) updated by Jacob Rief
Here is the new pull request …
3:34 PM Ticket #32858 (Database layer (models, ORM) - Syntax error when using an index transform on an ArrayField in an ...) updated by Lucidiot
Status, Owner, Has patch changed
I managed to make a PR! …
2:00 PM Ticket #32860 (Documentation - Improve accessibility of permalinks in Django docs) updated by Tim McCurrach
Owner, Status changed
2:00 PM Ticket #32860 (Documentation - Improve accessibility of permalinks in Django docs) created by Tim McCurrach
In the docs generated via make html: - The permalinks are not …
11:34 AM Ticket #32859 (Utilities - Simplify django.utils.text.compress_string by using gzip.compress) created by Illia Volochii
[https://docs.python.org/3/library/gzip.html#gzip.compress
10:14 AM Ticket #32855 (Forms - BoundWidget.id_for_label ignores id set by ChoiceWidget.options) updated by Jacob Rief
Here is a pull request fixing this bug: …
9:23 AM Ticket #32858 (Database layer (models, ORM) - Syntax error when using an index transform on an ArrayField in an ...) updated by Simon Charette
Triage Stage changed
The proposed solution makes sense to me, looks like #32392 was just a …
9:08 AM Ticket #32559 (Forms - Add attribute 'step' to FloatField.) updated by Jacob Rief
Owner changed
Reclaiming ticket because of missing progress. A new pull request is …
7:51 AM Ticket #32856 (Database layer (models, ORM) - Django 2.2 not compatible with psycopg 2.9) updated by Daniele Varrazzo
Has patch changed
6:43 AM Ticket #32849 (contrib.staticfiles - ManifestStaticFilesStorage newline breaks regex) updated by Keryn Knight
Replying to Carlton Gibson: > (Can we always strip \n in …
6:38 AM Ticket #24121 (Core (Other) - Provide a better repr() experience) updated by Nicolás Restrepo
Description changed
6:38 AM Ticket #24121 (Core (Other) - Provide a better repr() experience) updated by Nicolás Restrepo
Description changed
6:35 AM Ticket #24121 (Core (Other) - Provide a better repr() experience) updated by Nicolás Restrepo
add StreamingHttpResponse repr() method => …
6:04 AM Ticket #32858 (Database layer (models, ORM) - Syntax error when using an index transform on an ArrayField in an ...) updated by Lucidiot
Description changed
6:03 AM Ticket #32858 (Database layer (models, ORM) - Syntax error when using an index transform on an ArrayField in an ...) created by Lucidiot
I am trying to create a GIST exclusion constraint on a PostgreSQL 12 …
3:13 AM Ticket #32855 (Forms - BoundWidget.id_for_label ignores id set by ChoiceWidget.options) updated by Jacob Rief
Status, Owner changed
Thanks Carlton, I will create a pull request asap.
2:09 AM Ticket #32857 (Uncategorized - Django standalone ORM AttributeError: 'Settings' object has no ...) updated by Carlton Gibson
Resolution changed
Please see TicketClosingReasons/UseSupportChannels.
1:37 AM Ticket #32855 (Forms - BoundWidget.id_for_label ignores id set by ChoiceWidget.options) updated by Carlton Gibson
Needs tests, Triage Stage changed
Hey Jacob — Sounds right: I didn't look in-depth but, if you can put …
1:25 AM Ticket #32857 (Uncategorized - Django standalone ORM AttributeError: 'Settings' object has no ...) closed by Adrian Balcan
fixed: The issue was in Django 1.9 I have fixed it by updating to Django 1.9.3
12:49 AM Ticket #32857 (Uncategorized - Django standalone ORM AttributeError: 'Settings' object has no ...) created by Adrian Balcan
I have Django standalone project where we use just the ORM part and I …
12:10 AM Ticket #32854 (Documentation - Document how to integrate third-party JS code) closed by Carlton Gibson
duplicate: Duplicate of #30296
12:08 AM Ticket #32848 (Uncategorized - Bad error with invalid lookup on annotated field.) updated by Carlton Gibson
Very happy to reopen if someone wants to provide a patch showing it's …
Note: See TracTimeline for information about the timeline view.
Back to Top