Ray
(tvvocold)
Most Active Role
N/A
Most Active Component
N/A
Activity Timeline
[No data in this time period]
Components
[No data in this time period]
Tickets
Trac | Ticket (93) | Reporter (1) | Owner (0) | Commenter (2) | Summary | Component |
---|---|---|---|---|---|---|
34262 | 34262 | Queryset grouped by annotation with aggregates on another annotated expression crashes on MySQL with sql_mode=only_full_group_by. | Database layer (models, ORM) | |||
373 | 373 | Add support for multi-column primary keys. | Database layer (models, ORM) | |||
470 | 470 | Add Field.db_default for defining database defaults | Database layer (models, ORM) | |||
34060 | 34060 | Creating CheckConstraint on JSONField with __exact lookup on key transforms crashes on Oracle. | Database layer (models, ORM) | |||
34013 | 34013 | Support ordering by annotation transforms (e.g JSONObject/ArrayAgg transforms). | Database layer (models, ORM) | |||
34045 | 34045 | Admin changelist checkboxes do not have labels | contrib.admin | |||
34038 | 34038 | Low text contrast and no visual cues for links within body text in admin UI | contrib.admin | |||
34884 | 34884 | Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache | Database layer (models, ORM) | |||
34944 | 34944 | Missing or misinferred attributes in output fields of generated fields | Database layer (models, ORM) | |||
34942 | 34942 | Add icontains support for PostgreSQL ArrayField | Database layer (models, ORM) | |||
34920 | 34920 | FileExtensionValidator.__eq__() should ignore allowed_extensions order. | Core (Other) | |||
34798 | 34798 | Subquery wrapping is required in QuerySet.aggregate() for aggregates referencing nested subquery. | Database layer (models, ORM) | |||
34840 | 34840 | Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes | Database layer (models, ORM) | |||
34849 | 34849 | Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. | Database layer (models, ORM) | |||
34824 | 34824 | Migrations generates two records when ForeignObject.to_fields/from_fields is not a tuple. | Migrations | |||
34716 | 34716 | Class methods from nested classes cannot be used as Field.default. | Migrations | |||
34711 | 34711 | Make ChoiceField auto-detect and coerce values. | Forms | |||
34594 | 34594 | KT doesn’t work across foreign keys | Database layer (models, ORM) | |||
34662 | 34662 | Translation strings of ArrayField length validators depend on wrong ngettext key | contrib.postgres | |||
34628 | 34628 | RelatedFieldWidgetWrapper link icons are very hard to see | contrib.admin | |||
34638 | 34638 | Rows are selected if BooleanField is in list_editable | contrib.admin | |||
34539 | 34539 | `get_prep_value` no longer called for JSONField | Database layer (models, ORM) | |||
34564 | 34564 | returning None instead of zero in Count annotation | Database layer (models, ORM) | |||
34435 | 34435 | JSONField with string default raises fields.E010 warning. | Documentation | |||
34500 | 34500 | use annotate return feild, Error capture does not work | Database layer (models, ORM) | |||
34444 | 34444 | Summing through a One-to-Many relationship on the property of a JSONField fails | Database layer (models, ORM) | |||
34412 | 34412 | TLS/SSL sending mail fails in some servers | Core (Mail) | |||
34285 | 34285 | Index transforms on filtered array aggregates produces incorrect SQL query | Database layer (models, ORM) | |||
34255 | 34255 | Annotation/group by with an expression on psycopg3 | Database layer (models, ORM) | |||
34205 | 34205 | Validation of constraints with __len lookup crashes for ArrayFields. | Database layer (models, ORM) | |||
34119 | 34119 | ModelForm fields with callable defaults don't correctly propagate default values | Forms | |||
27849 | 27849 | Add SQL 2003 FILTER syntax support with Case(When()) fallback to aggregates | Database layer (models, ORM) | |||
34080 | 34080 | __exact lookup on nested arrays with None values fails on PostgreSQL. | contrib.postgres | |||
27704 | 27704 | contrib.postgres.ArrayField with choices should use TypedMultipleChoiceField as its default form field class | contrib.postgres | |||
34079 | 34079 | Excessive parentheses when generating a query | Database layer (models, ORM) | |||
34016 | 34016 | QuerySet.values_list() crash on simple ArrayAgg. | contrib.postgres | |||
27437 | 27437 | Can't create GinIndex on ArrayField(CITextField) | contrib.postgres | |||
27095 | 27095 | Queries involving postgres Array fields can't include expressions as elements | contrib.postgres | |||
27824 | 27824 | Cannot chain unaccent transform with key lookup in Postgres JSON field. | contrib.postgres | |||
27808 | 27808 | Nested ArrayField with nullable base field generates invalid SQL | contrib.postgres | |||
27025 | 27025 | Python 3.6 compatibility | Core (Other) | |||
27543 | 27543 | AttributeError: '_Frame' object has no attribute 'f_back' / Django and celery error logging gone wrong | Error reporting | |||
27161 | 27161 | TypedChoiceField fails to validate properly when used with ArrayField | Forms | |||
27308 | 27308 | BytesWarning exception raised when running with python 3 -bb option | Core (Other) | |||
14149 | 14149 | LIKE clauses fail in Oracle 9.2.0.7 | Database layer (models, ORM) | |||
27935 | 27935 | BrinIndex crashes if name > 30 characters | contrib.postgres | |||
27767 | 27767 | Support DISTINCT queries in ArrayAgg | contrib.postgres | |||
27510 | 27510 | Allow custom keyword arguments to modelform_factory in ModelFormMixin | Generic views | |||
27003 | 27003 | ArrayField and JSONField form fields fail on already converted values | Forms | |||
27457 | 27457 | Cannot migrate ArrayField on SQLite | Database layer (models, ORM) | |||
27213 | 27213 | ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 | contrib.postgres | |||
27186 | 27186 | Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 | Forms | |||
27223 | 27223 | model RangeField with default value are skiped in ModelForm full_clean validation in construct_instance function | Forms | |||
27220 | 27220 | MultiWidget not considered in form submit | Forms | |||
27205 | 27205 | Allow doing a substring search in JSONField array | contrib.postgres | |||
27085 | 27085 | UI Discrepancy in "Writing your first Django app, part 2" | Documentation | |||
14030 | 14030 | Use F() objects in aggregates(), annotates() and values() | Database layer (models, ORM) | |||
29 | 29 | Fix usability issue with limit_choices_to and "Add another" in admin | contrib.admin | |||
235 | 235 | meta.HashField() | Metasystem | |||
24568 | 24568 | ✅ | 2 | The django 1.8 offline doc(pdf/epub) is 404. | Documentation | |
14497 | 14497 | ModelAdmin.readonly_fields isn't graceful with filefields. | contrib.admin | |||
14825 | 14825 | LocaleMiddleware should store language preferences if possible | Internationalization | |||
14261 | 14261 | Add clickjacking protection (X-Frame-Options header) | HTTP handling | |||
14057 | 14057 | Expose an interface for custom-escaping template content | Template system | |||
14186 | 14186 | Adding GDirections wrapper to overlays.py | GIS | |||
14451 | 14451 | add related_name to contrib.auth.models.User for 'groups' | contrib.auth | |||
14646 | 14646 | django.contrib.comments is missing default template for comment_notification_email.txt, and has no documentation of template context | contrib.comments | |||
14175 | 14175 | Comment object's user_name field too short for User.get_full_name | contrib.comments | |||
14162 | 14162 | Dumpdata needs an option to use the base manager instead of the default manager | Core (Management commands) | |||
14193 | 14193 | prepopulated_fields should concatenate fields in given order | contrib.admin | |||
14426 | 14426 | Factor "mysite" out of all code example import statements | Documentation | |||
14543 | 14543 | ContentTypes tests fails if auth app is not installed | contrib.contenttypes | |||
14433 | 14433 | Thread safety problem in contrib.sitemaps | Contrib apps | |||
399 | 399 | Bigint field object needed | Database layer (models, ORM) | |||
13 | 13 | Related objects interface should be tighter (edit_inline) | contrib.admin | |||
14506 | 14506 | Crash on HEAD request | Documentation | |||
14674 | 14674 | ResetPasswordForm doesn't consider unusable_password setting | contrib.auth | |||
14099 | 14099 | modelformset not using _should_delete_form | Forms | |||
14067 | 14067 | _perform_unique_checks, _perform_date_checks broken for subclasses | Database layer (models, ORM) | |||
14680 | 14680 | Add a file to ignore unnecessary and compiled files from various version control systems | Core (Other) | |||
14706 | 14706 | Stray tick in 1.3 release notes | Documentation | |||
14441 | 14441 | Oracle list limit exceeded with __in filters | Database layer (models, ORM) | |||
14274 | 14274 | Document the fact that running tests with warnings on is a good step before an upgrade/good practice | Documentation | |||
14053 | 14053 | django.utils.formats.localize() misses support for long | Internationalization | |||
14122 | 14122 | Documentation for yesno filter is lacking | Documentation | |||
14168 | 14168 | Method assertQuerysetEqual() has "response" as first argument in the docs | Documentation | |||
14062 | 14062 | Correcting Python version requirement on FAQ install page | Documentation | |||
376 | 376 | Add a handler for mod_python v. 2 (Django requires v. 3) | Core (Other) | |||
362 | 362 | Anonymous sessions should try to prevent session-stealing | Core (Other) | |||
79 | 79 | Unable to run admin interface via stand-alone server | contrib.admin | |||
499 | 499 | [patch] method_save() empty value fix | Template system | |||
930 | 930 | [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement | Metasystem | |||
538 | 538 | django is not zip_safe | Tools |