Mikhail Mitrofanov
(Elec)
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 (328) | Reporter (4) | Owner (0) | Commenter (17) | Summary | Component |
---|---|---|---|---|---|---|
34699 | 34699 | Filtering on annotated TruncSecond expression gives unexpected result. | Database layer (models, ORM) | |||
34619 | 34619 | Ensure FilteredSelectMultiple select elements are associated with their label | contrib.admin | |||
27222 | 27222 | Refresh fields that are expressions after Model.save() | Database layer (models, ORM) | |||
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) | |||
897 | 897 | Bi-Directional ManyToMany in Admin | contrib.admin | |||
373 | 373 | Add support for multi-column primary keys. | Database layer (models, ORM) | |||
34462 | 34462 | Deletions in admin panel create N + 1 queries | contrib.admin | |||
34533 | 34533 | OuterRef not resolved as part of ORDER BY clause | Database layer (models, ORM) | |||
34624 | 34624 | RelatedFieldWidgetWrapper links toggling isn’t working for radio widgets | contrib.admin | |||
34034 | 34034 | Adding a class on ChoiceWidget subwidgets is excessively difficult | Forms | |||
34479 | 34479 | Support "watchfiles" in the autoreloader | Utilities | |||
34125 | 34125 | Limiting QuerySet crashes on union() with a single non-empty query | Database layer (models, ORM) | |||
34045 | 34045 | Admin changelist checkboxes do not have labels | contrib.admin | |||
34502 | 34502 | Union giving wrong column ordering even when using .values/.values_list | Database layer (models, ORM) | |||
34881 | 34881 | migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. | Migrations | |||
34789 | 34789 | `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action | contrib.admin | |||
34538 | 34538 | Incorrect query generated with on subquery WHERE depending on the order of the Q() objects | Database layer (models, ORM) | |||
34612 | 34612 | QuerySet.only() doesn't work with select_related() on a reverse OneToOneField relation. | Database layer (models, ORM) | |||
34211 | 34211 | Performance regression in ForeignKeyDeferredAttribute changes. | Database layer (models, ORM) | |||
34853 | 34853 | Accept-Language Header takes precedence over cookie for format localization | Internationalization | |||
34059 | 34059 | Validation of check constraints on JSONField key transforms with None produces invalid SQL on PostgreSQL. | Database layer (models, ORM) | |||
34488 | 34488 | ClearableFileInput widget forgets "Clear" selection when form is not valid | Forms | |||
34852 | 34852 | Django Unit Tests break when using replicated MySQL Cluster v8.0.28 | Testing framework | |||
34914 | 34914 | Postgres connection is not restarted after it's dropped by the server, even if we use CONN_HEALTH_CHECKS=True | Database layer (models, ORM) | |||
34597 | 34597 | Queryset (split) exclude's usage of Exists is significantly slower than subquery | Database layer (models, ORM) | |||
34036 | 34036 | Low text contrast over light blue backgrounds in admin light theme | contrib.admin | |||
34831 | 34831 | Search in admin could allow issuing a query with many OR'd clauses | contrib.admin | |||
35001 | 35001 | Add related object icon (green plus sign) is not fully visible in some screens | contrib.admin | |||
34995 | 34995 | Add link for admin's related widget is in the wrong place | contrib.admin | |||
34999 | 34999 | Admin search bar input doesn't have proper background color when in dark mode | contrib.admin | |||
34978 | 34978 | Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. | Database layer (models, ORM) | |||
34992 | 34992 | MariaDB does not support functional group by dependencies | Database layer (models, ORM) | |||
34988 | 34988 | Makemigrations shouldn't prompt for default values for non-nullable fields of other apps. | Migrations | |||
34984 | 34984 | Adding a field with default crashes for models with GeneratedField on SQLite. | Database layer (models, ORM) | |||
34884 | 34884 | Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache | Database layer (models, ORM) | |||
34963 | 34963 | Recursive and other "combinator" queries broken in django-cte | Uncategorized | |||
34946 | 34946 | Adding a field with default and db_default drops database level DEFAULT | Migrations | |||
27403 | 27403 | Document that prefetch_related doesn't guarantee transactional consistency | Documentation | |||
34798 | 34798 | Subquery wrapping is required in QuerySet.aggregate() for aggregates referencing nested subquery. | Database layer (models, ORM) | |||
34849 | 34849 | Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. | Database layer (models, ORM) | |||
34860 | 34860 | Order_by is broken when sorting on an annotated postgres window function value | Database layer (models, ORM) | |||
34847 | 34847 | Serializer infinite recursion on M2M field if reference vars in init | Core (Serialization) | |||
34560 | 34560 | Update admin's jQuery to 3.7.X. | contrib.admin | |||
34827 | 34827 | select_for_update example raises TransactionManagementError | Documentation | |||
34791 | 34791 | Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. | Database layer (models, ORM) | |||
34811 | 34811 | Queryset filter Q order changed | Database layer (models, ORM) | |||
34802 | 34802 | django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() | contrib.admin | |||
34779 | 34779 | Serializer makes unnecessary joins | Core (Serialization) | |||
34620 | 34620 | Serialization of m2m relation fails with custom manager using select_related | Core (Serialization) | |||
34771 | 34771 | QuerySet.order_by() crashes on constants that cannot be cast on MySQL. | Database layer (models, ORM) | |||
34750 | 34750 | Fixed QuerySet.count() on querysets grouped by unused multi-valued annotations. | Database layer (models, ORM) | |||
34655 | 34655 | Tests for RadioSelect and Select have diverged considerably, potentially leaving RadioSelect undertested | Forms | |||
34748 | 34748 | __in lookup crashes with a subquery containing an unused annotation that uses explicit grouping. | Database layer (models, ORM) | |||
34751 | 34751 | FilteredSelectMultiple ignores select optgroup | contrib.admin | |||
34747 | 34747 | Django hangs on async views with asycio.gather and an async ORM call | Database layer (models, ORM) | |||
34728 | 34728 | OR operator on queryset does not work as expected | Database layer (models, ORM) | |||
34721 | 34721 | ChoiceField/TypedChoiceField: .value() has inconsistent behaviour, coercion not applied. | Forms | |||
27471 | 27471 | Make admin's list_filter choices collapsable | contrib.admin | |||
34413 | 34413 | Variant of Prefetch but for the earliest/latest related object | Database layer (models, ORM) | |||
34696 | 34696 | Actions selection counter gets cleared when using Chrome's back button | contrib.admin | |||
34639 | 34639 | MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate | contrib.admin | |||
34671 | 34671 | Inspectdb collation issue with oracle views | Core (Management commands) | |||
34651 | 34651 | 'list' object has no attribute '_committed' | Uncategorized | |||
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 | |||
34625 | 34625 | FilteredSelectMultiple widget’s elements aren’t labelled | contrib.admin | |||
34539 | 34539 | `get_prep_value` no longer called for JSONField | Database layer (models, ORM) | |||
34607 | 34607 | function st_geomfromwkb(bytea) does not exist - geodjango tutorial | GIS | |||
34564 | 34564 | returning None instead of zero in Count annotation | Database layer (models, ORM) | |||
34535 | 34535 | dbshell management command can crash if DATABASES["name"] is a PosixPath | Core (Management commands) | |||
34580 | 34580 | Performance regession in SQLCompiler | Database layer (models, ORM) | |||
34582 | 34582 | Uploading multiple files in Django no longer works in version 4.2 but worked in version 4.1 | File uploads/storage | |||
34322 | 34322 | ManifestStaticFilesStorage crashes on commented JavaScript import statements | contrib.staticfiles | |||
34552 | 34552 | Delaying get_from_clause call as much as possible. | Database layer (models, ORM) | |||
34549 | 34549 | Extra select query when parent model consists of primary key only | Database layer (models, ORM) | |||
34548 | 34548 | Queryset JsonField filtering doesn't work as expected | Database layer (models, ORM) | |||
34544 | 34544 | DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. | Database layer (models, ORM) | |||
34523 | 34523 | Model.objects.update_or_create method sometimes raises TransactionManagementError | Database layer (models, ORM) | |||
34486 | 34486 | SearchHeadline crashes without an active connection. | contrib.postgres | |||
34464 | 34464 | QuerySet.count() regression on Django 4.2 with values() and annotate() | Database layer (models, ORM) | |||
34459 | 34459 | SearchVector() can return query strings that are unsafe to combine. | contrib.postgres | |||
34450 | 34450 | Lookup expressions across foreign keys introduce extra joins | Database layer (models, ORM) | |||
34449 | 34449 | ProgrammingError: non-integer constant in GROUP BY with Case When and annotate Count | Database layer (models, ORM) | |||
34437 | 34437 | values() doesn't mention annotations as valid choices on resolving error | Database layer (models, ORM) | |||
34424 | 34424 | SelectDateWidget can crash with OverflowError. | Forms | |||
27487 | 27487 | ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple | contrib.admin | |||
27397 | 27397 | Querying with an integer larger than SQLite supports crashes with OverflowError | Database layer (models, ORM) | |||
34368 | 34368 | Subquery referencing WINDOW expression breaks query compilation | Database layer (models, ORM) | |||
34358 | 34358 | qs.filter(Exact(expr, value)) doesn’t work on aggregations. | Database layer (models, ORM) | |||
34346 | 34346 | QuerySet ordered by annotation with name used by select_related() field crashes with AmbiguousColumn. | Database layer (models, ORM) | |||
34176 | 34176 | Annotation's original field-name can clash with result field name over aggregation | Database layer (models, ORM) | |||
34329 | 34329 | django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse | Forms | |||
34321 | 34321 | Unexpected query result after call QuerySet.only() to ForeignKey() with 'self' reference | Database layer (models, ORM) | |||
34146 | 34146 | Add tutorial step for installing third party package(s) | Documentation | |||
34283 | 34283 | Missing parameter escaping in admin filters.js | contrib.admin | |||
34255 | 34255 | Annotation/group by with an expression on psycopg3 | Database layer (models, ORM) | |||
34254 | 34254 | Exists annotations can return non-boolean results (i.e. None) if used with an empty QuerySet. | Database layer (models, ORM) | |||
34227 | 34227 | Multi-level FilteredRelation with select_related() may set wrong related object. | Database layer (models, ORM) | |||
34278 | 34278 | Missing ngettext call in SelectFilter2.js | Internationalization | |||
34257 | 34257 | ForeignKeyRawIdWidget doesn't include vForeignKeyRawIdAdminField class when custom class passed in attrs | contrib.admin | |||
34234 | 34234 | 2 | Drop support for PROJ < 5. | GIS | ||
34063 | 34063 | 2 | request.POST not populated for multipart/form-data via AsyncClient | Testing framework | ||
34208 | 34208 | 1 | Confirm/Add support for GDAL 3.6. | GIS | ||
34226 | 34226 | QuerySet.select_related() with multiple filtered relations to the OneToOneField sets the last one. | Database layer (models, ORM) | |||
34212 | 34212 | 2 | Redis cache client uses a read connection for incr operation | Core (Cache system) | ||
34206 | 34206 | annotation of another annotation duplicate query rule | Database layer (models, ORM) | |||
34095 | 34095 | Form controls in admin should use heights in relative units | contrib.admin | |||
34188 | 34188 | 1 | Add a section on refresh_from_db to the Multiple databases documentation | Documentation | ||
34168 | 34168 | Add support for list of parameters to the QuerySet.raw(). | Database layer (models, ORM) | |||
34123 | 34123 | Ambiguous aliases in ordering on combined queries with select_related(). | Database layer (models, ORM) | |||
34145 | 34145 | Explicit GROUPing by aggregate is not supported | Database layer (models, ORM) | |||
34144 | 34144 | Casting a string inside a JSONField into an integer does not work on PostgreSQL | Database layer (models, ORM) | |||
34080 | 34080 | __exact lookup on nested arrays with None values fails on PostgreSQL. | contrib.postgres | |||
34133 | 34133 | Django ordering in model meta causing unexpected results of group_by | Database layer (models, ORM) | |||
34112 | 34112 | 2 | Add async interface to Model | Database layer (models, ORM) | ||
34113 | 34113 | ✅ | max() arg is an empty sequence | contrib.sitemaps | ||
34105 | 34105 | Invalid query generated on Postgres when annotate and order_by have common sub-expressions | Database layer (models, ORM) | |||
34096 | 34096 | I might came across a bug when updating to the latest version of postgis | contrib.postgres | |||
34072 | 34072 | django += 1 increments by 2 instead of 1 | Database layer (models, ORM) | |||
34012 | 34012 | QuerySet.order_by() silently skips non-existing fields on related fields with Meta.ordering. | Database layer (models, ORM) | |||
34025 | 34025 | Autocomplete field fills all empty required fields references to the same model when added a choice in popup. | contrib.admin | |||
34026 | 34026 | 6 | WKBReader.read() crashes on strings. | GIS | ||
34024 | 34024 | 'WhereNode' object has no attribute 'is_summary' when counting a queryset with annotation from a subquery | Database layer (models, ORM) | |||
34015 | 34015 | Registering lookups on relation fields should be supported. | Database layer (models, ORM) | |||
34017 | 34017 | Mention that when using Argon2PasswordHasher, this means Argon2id gets used | Documentation | |||
34009 | 34009 | migrations.RunPython runs queries against wrong database | Uncategorized | |||
34005 | 34005 | In Django 3.2 the ORM looses Meta.ordering default order when .annotate is used | Database layer (models, ORM) | |||
27412 | 27412 | Coalesce function should work with subqueries | Database layer (models, ORM) | |||
27147 | 27147 | Add support for defining bounds in postgres range fields | contrib.postgres | |||
27936 | 27936 | Add some clarifications to "Spanning multi-valued relationships" | Documentation | |||
27141 | 27141 | makemigrations fails with PermissionDenied on django_migrations | Migrations | |||
27864 | 27864 | Limit the number of terms in an admin search | contrib.admin | |||
27074 | 27074 | connection.is_usable() raises AttributeError after the connection is closed | Database layer (models, ORM) | |||
27149 | 27149 | Allow using a subquery in QuerySet.filter() | Database layer (models, ORM) | |||
14645 | 14645 | Exclude query with multiple conditions for the same multi-value relation not correct | Database layer (models, ORM) | |||
27917 | 27917 | Allow ModelAdmin.radio_fields to work with NullBooleanField | contrib.admin | |||
27445 | 27445 | RadioSelect widget does not work for NullBooleanField | Documentation | |||
14660 | 14660 | Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js | contrib.admin | |||
27719 | 27719 | Add queryset.alias() to mimic .annotate() for aggregations without loading data | Database layer (models, ORM) | |||
27331 | 27331 | Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField | Forms | |||
27824 | 27824 | Cannot chain unaccent transform with key lookup in Postgres JSON field. | contrib.postgres | |||
27370 | 27370 | Django's Select widget adds a required="required" attribute, even if created with empty_label=True | Forms | |||
17 | 17 | Metasystem optimization: Share select_related in memory | Database layer (models, ORM) | |||
27272 | 27272 | Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones | Database layer (models, ORM) | |||
27995 | 27995 | Raise a descriptive error on unsupported operations following QuerySet.union(), intersection(), and difference(). | Database layer (models, ORM) | |||
27801 | 27801 | Make createsuperuser inspect environment variables for username and password | contrib.auth | |||
27867 | 27867 | Excluding a reverse relation produces inconsistent queries | Database layer (models, ORM) | |||
14091 | 14091 | Fix incorrect quoting in connection.queries | Database layer (models, ORM) | |||
27595 | 27595 | Database converters are not run for related fields referencing related fields | Database layer (models, ORM) | |||
27090 | 27090 | pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead | Database layer (models, ORM) | |||
27449 | 27449 | Make django.utils.translation.trans_real.get_supported_language_variant public API | Internationalization | |||
27985 | 27985 | Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. | Database layer (models, ORM) | |||
27332 | 27332 | Specifying additional ON arguments, and more flexibility with joins | Database layer (models, ORM) | |||
14370 | 14370 | Adding support for Autocomplete in contrib.admin | contrib.admin | |||
27258 | 27258 | Raise an exception if RequestContext is used with template.backends.django.Template.render() | Template system | |||
27982 | 27982 | Possible bug related to queryset union | Database layer (models, ORM) | |||
27477 | 27477 | Use QuerySet.select_for_update() in admin change form to fix race condition | contrib.admin | |||
27303 | 27303 | Selecting multiple admin list_filters across relations return results that don't match both filters | contrib.admin | |||
27241 | 27241 | Annotate doesn't work with PostgreSQL views anymore | Database layer (models, ORM) | |||
27926 | 27926 | Allow squashmigrations to create a fresh set of migrations and delete the old ones | Migrations | |||
27751 | 27751 | Teardown of a PG test database fails if it is an autogenerated test_MYDB database | Testing framework | |||
27359 | 27359 | Make it possible to specify a default template engine | Template system | |||
27993 | 27993 | Impossible to clear an ArrayField with a forms.MultipleChoiceField | Forms | |||
27942 | 27942 | admin's inlines.js indiscriminately adds "add" buttons to all tables in inlines | contrib.admin | |||
27976 | 27976 | label_from_instance fails silently: form field disappears. | Forms | |||
27977 | 27977 | inspectdb errors after upgrade to cx_Oracle 5.3 | Database layer (models, ORM) | |||
27724 | 27724 | SelectDateWidget clears date and month if year is not selected | Forms | |||
27940 | 27940 | Migrations fail when when a model's parent class is changed to abstract -- Wrong SQL being generated | Migrations | |||
27260 | 27260 | Performance Issue because of LEFT OUTER JOIN instead the better INNER JOIN | Database layer (models, ORM) | |||
27920 | 27920 | RadioSelect is not rendering the value attribute when it is empty | Forms | |||
27475 | 27475 | Bug in admin with date_hierarchy and Daylight savings | contrib.admin | |||
27862 | 27862 | Exists() feature generates invalid SQL query on postgres backend | Database layer (models, ORM) | |||
27885 | 27885 | Migration creates index of a deleted table | Migrations | |||
27875 | 27875 | Manager inheritance documentation doesn't mention manager_inheritance_from_future | Documentation | |||
27825 | 27825 | Document that models don't cast field values to the same type that's retrieved from the database | Documentation | |||
27812 | 27812 | When there is a DateTimeField django does not group by | Database layer (models, ORM) | |||
27741 | 27741 | staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel | contrib.staticfiles | |||
27632 | 27632 | Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. | Database layer (models, ORM) | |||
27735 | 27735 | l10n is applied to Select widget's choices after template-based widget rendering | Documentation | |||
27498 | 27498 | Filtering annotated field in SQLite returns wrong results | Database layer (models, ORM) | |||
27610 | 27610 | Unexpected behavior on chained filters | Database layer (models, ORM) | |||
27313 | 27313 | Allow overriding the admin's popup response template on an app or model basis | contrib.admin | |||
27593 | 27593 | Template traceback, doesn't account for {% include ... %} tags. | Template system | |||
27594 | 27594 | Reverse one to one related object populated from incorrect query columns | Database layer (models, ORM) | |||
27578 | 27578 | ModelChoiceField.to_python() somehow receives value as type 'list' | Forms | |||
27565 | 27565 | {{ form.as_p }} with RadioSelect generates invalid HTML | Forms | |||
27535 | 27535 | RFE: Exclude pk from queries | Database layer (models, ORM) | |||
27250 | 27250 | Confusing <label> assignment with CheckboxSelectMultiple | Forms | |||
27495 | 27495 | MultipleChoiceField isn't working with options longer than 1 character | Forms | |||
27444 | 27444 | Django StaticLiveServerTestCase: view cannot query test-database properly | Testing framework | |||
27446 | 27446 | Addition of `readonly` option to ModelField to allow database generated fields | Database layer (models, ORM) | |||
27123 | 27123 | prefetch_related return mistaken result | Database layer (models, ORM) | |||
27323 | 27323 | Optimize Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG | Database layer (models, ORM) | |||
27193 | 27193 | ORDER BY clause not included in subqueries using select_for_update() | Database layer (models, ORM) | |||
27186 | 27186 | Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 | Forms | |||
27256 | 27256 | Change the selected attribute of select form tags to use HTML5 boolean syntax | Forms | |||
27220 | 27220 | MultiWidget not considered in form submit | Forms | |||
27062 | 27062 | Add support for for_update for MSSQL | Database layer (models, ORM) | |||
27180 | 27180 | Check for sql_mode fails during migration with special database connections | Database layer (models, ORM) | |||
27128 | 27128 | A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. | Uncategorized | |||
27072 | 27072 | AddGeometryColumn: “duplicate column name: xxx” error running migrations on SpatiaLite | GIS | |||
27085 | 27085 | UI Discrepancy in "Writing your first Django app, part 2" | Documentation | |||
27033 | 27033 | static tag causes AppRegistryNotReady errors on 1.10 | contrib.staticfiles | |||
27002 | 27002 | Redundant database query rendering a ModelChoiceField with RadioSelect or CheckboxSelectMultiple | Forms | |||
27001 | 27001 | Regression in query counts using RadioSelect with ModelChoiceField | Forms | |||
14030 | 14030 | Use F() objects in aggregates(), annotates() and values() | Database layer (models, ORM) | |||
14402 | 14402 | help_text is not displayed for ManyToMany raw_id fields | contrib.admin | |||
29 | 29 | Fix usability issue with limit_choices_to and "Add another" in admin | contrib.admin | |||
14887 | 14887 | select_related() does not work with Proxy models and multi-table inheritance | Database layer (models, ORM) | |||
14716 | 14716 | filter_horizontal and filter_vertical don't work on mobile Safari | contrib.admin | |||
25244 | 25244 | ✅ | Not working query_set.query.group_by = [..] in v1.8 | Database layer (models, ORM) | ||
14483 | 14483 | Implement subqueries in geodjango spatial lookup | GIS | |||
14515 | 14515 | Can't pickle ValueQuerySet if query references fields, which aren't on the same model. | Database layer (models, ORM) | |||
14394 | 14394 | Assigning bad data to an m2m attribute should not clear existing data | Database layer (models, ORM) | |||
14930 | 14930 | `values_list()` fails on queryset ordered by extra column | Database layer (models, ORM) | |||
14273 | 14273 | Development server does not shutdown cleanly | Core (Other) | |||
14760 | 14760 | Admin inlines with file/image field fails to save_as | contrib.admin | |||
14298 | 14298 | maximum open cursors exceeded on Jython and Oracle | Database layer (models, ORM) | |||
21397 | 21397 | ✅ | 1 | forms.TypedChoiceField validation problem | Forms | |
14461 | 14461 | Allow to use other translation languages than just the ones available in Django | Internationalization | |||
14609 | 14609 | __or__ method of queries does not return a correctly combined query. | Database layer (models, ORM) | |||
14043 | 14043 | Incorrect and/or confusing behaviour with nullable OneToOneField | Database layer (models, ORM) | |||
14056 | 14056 | Wrong query generated when using reverse foreign key | Database layer (models, ORM) | |||
14396 | 14396 | Admin generates a query burst on ForeignKey with null = True | contrib.admin | |||
25 | 25 | Filtering interface on ForeignKey <select> boxes | contrib.admin | |||
20031 | 20031 | ✅ | validators.EmailValidator | Core (Other) | ||
14011 | 14011 | QuerySet.none().values('x').query causes "DatabaseError: subquery has too many columns" when used in filters. | Database layer (models, ORM) | |||
14139 | 14139 | Feature Request: distinct() should support field names | Database layer (models, ORM) | |||
14694 | 14694 | defer() doesn't work with reverse relations | Database layer (models, ORM) | |||
14769 | 14769 | Voting example from tutorial - use of forms API - suggestion | Documentation | |||
14195 | 14195 | ContentType object fails to use cache, beats DB to death | Uncategorized | |||
596 | 596 | Allow Django to be packaged as a Python egg | Core (Other) | |||
26 | 26 | Admin validation errors cause FileUploadFields to be reset | contrib.admin | |||
640 | 640 | order_with_respect_to option fails | Documentation | |||
14648 | 14648 | Annotated date querysets fail if spatial backend is used | GIS | |||
14830 | 14830 | Default value for radio button not preserved when dynamically creating new inlines | contrib.admin | |||
14910 | 14910 | I18N locale per app resolving - documentation incorrect and bug | Internationalization | |||
14401 | 14401 | Add a contributing HOWTO page for new contributors | Documentation | |||
14933 | 14933 | SelectDateWidget doesn't render a month | Forms | |||
14661 | 14661 | A couple of MySQL/MyISAM test failures | Testing framework | |||
14349 | 14349 | Add Belgium (be) localflavor | contrib.localflavor | |||
14700 | 14700 | Speed up RawQuerySet iterator | Database layer (models, ORM) | |||
14193 | 14193 | prepopulated_fields should concatenate fields in given order | contrib.admin | |||
14466 | 14466 | "ORA-00918: column ambiguously defined error" has reappeared in 1.2.3 | Database layer (models, ORM) | |||
13 | 13 | Related objects interface should be tighter (edit_inline) | contrib.admin | |||
14029 | 14029 | not operator on F objects silently fails | Database layer (models, ORM) | |||
14733 | 14733 | Allow Manager.raw() execute not only "Pure selects" | Database layer (models, ORM) | |||
14880 | 14880 | raw_id_fields in admin does not work when limit_choices_to dictionary has value=False | contrib.admin | |||
14673 | 14673 | MultipleHiddenInput unbound form | Forms | |||
14657 | 14657 | Extra select fields are merged into 'GROUP BY' | Database layer (models, ORM) | |||
14371 | 14371 | Select related and parents | Database layer (models, ORM) | |||
14146 | 14146 | Incorrect query being generated by .exclude() in some inheritance cases | Database layer (models, ORM) | |||
14158 | 14158 | SelectMultiple _has_changed assumes data and inital are in same order | Forms | |||
14759 | 14759 | Updated widgets doc. | Documentation | |||
14837 | 14837 | field based custom ordering | Database layer (models, ORM) | |||
14417 | 14417 | UnicodeDecodeError exception in recent actions | contrib.admin | |||
14742 | 14742 | Allow each action to decide default value for select_across | contrib.admin | |||
14450 | 14450 | Simple but powerfull patch to make application name localizable | contrib.admin | |||
14283 | 14283 | AttributeError on admin detail page after r13708 | Contrib apps | |||
14425 | 14425 | Unused imports in contrib.admin | contrib.admin | |||
14008 | 14008 | GeoDjango subquery fails with bad quoting | GIS | |||
14242 | 14242 | UserChangeForm Causes KeyError in 1.2.2 and Trunk | Forms | |||
14090 | 14090 | Many sql queries needed to display change user form | contrib.auth | |||
14179 | 14179 | django create table with capitalized chars | Uncategorized | |||
14185 | 14185 | Possible bad SQL at http://docs.djangoproject.com/en/dev/ref/models/querysets/ | Documentation | |||
14137 | 14137 | Django ORM adding unwanted parens when using extra() | Uncategorized | |||
14036 | 14036 | foreignKey doesn't work properly in admin - last current svn revision (1.3 pre alpha) | contrib.admin | |||
607 | 607 | Admin option to show/hide fields | contrib.admin | |||
919 | 919 | [patch] Implement `random` template tag | Template system | |||
580 | 580 | [patch] caching needs to take more into account than just the URL | Core (Cache system) | |||
106 | 106 | [patch] Problem with some js/select box on IE | contrib.admin | |||
461 | 461 | Support use of pypgsql instead of psycopg | Database layer (models, ORM) | |||
565 | 565 | Unique fields don't work on edit_inline models | contrib.admin | |||
659 | 659 | Selecting by month with DateField is broken with sqlite3 backend | Database layer (models, ORM) | |||
708 | 708 | search for meta.IPAddressField with postgresql backend is broken (admin) | Database layer (models, ORM) | |||
616 | 616 | [patch] process_exception middleware extension | Core (Other) | |||
460 | 460 | Patch for get_table_list() for SQLite3 | Database layer (models, ORM) | |||
391 | 391 | date_based generic views might be off by one | Generic views | |||
546 | 546 | [patch] make render_to_string and render_to_response use select_template | Template system | |||
348 | 348 | [patch] Multiple clicks on "Choose all" or "Clear all" in the Javascript "filter" interface causes strange behavior | contrib.admin | |||
743 | 743 | new-admin: lookup_val2 not defined in BooleanFieldFilterSpec of django.contrib.admin.views.main | contrib.admin | |||
671 | 671 | generic list_object enhancement | Core (Other) | |||
532 | 532 | get_values doesn't work with the "select" lookup | Database layer (models, ORM) | |||
436 | 436 | Create an API to update and delete multiple objects in a single call | Metasystem | |||
509 | 509 | We need a "Powered by Django" button | Database layer (models, ORM) | |||
273 | 273 | [patch] Password salt and other algorithms support | Core (Other) | |||
243 | 243 | lack of ordering the get_list() params | Metasystem | |||
219 | 219 | The change history for an object is recording changes with a 6-hour offset to the timestamp | contrib.admin | |||
212 | 212 | help_text is not displayed for ManyToManyField in the admin interface | contrib.admin | |||
216 | 216 | sqlite3 broken post rev 329 | Metasystem | |||
168 | 168 | history() in django/views/admin/main.py makes assumptions about the object's key name | contrib.admin | |||
198 | 198 | istartswith doesn't work | Contrib apps | |||
2 | 2 | Calendar popup - next/previous month links close the popup in Safari | contrib.admin | |||
49 | 49 | Remove references to http://media.ljworld.com from the code | contrib.admin | |||
21 | 21 | FileUploadField should allow for manual filename entry | contrib.admin | |||
555 | 555 | DateTimeFields with auto_now and auto_now_add don't change in place | Core (Other) | |||
952 | 952 | [patch] Allow for database client encoding configuration from project settings | Database layer (models, ORM) | |||
870 | 870 | Cool CSS display bug in the calendar widget in the admin view | contrib.admin | |||
65 | 65 | [i18n] Internationalization and localisation | contrib.admin | |||
87 | 87 | [patch] Oracle database support | Database layer (models, ORM) | |||
338 | 338 | ManyToMany fields don''t work in the generic views | Generic views | |||
320 | 320 | After completing Tutorial 2, there appears to be a bug in the foreign key related default admin code | contrib.admin | |||
275 | 275 | Missing arg in django.core.validators.RequiredIfOtherFieldGiven introduced by changeset 403 | Core (Other) | |||
715 | 715 | Allow arguments to createsuperuser | Core (Management commands) | |||
595 | 595 | Allow custom 'select' arguments sorted descending to work | Metasystem | |||
175 | 175 | select_related does not work in both directions.. | Database layer (models, ORM) | |||
913 | 913 | [patch] incorrect `list_filter` field error message a bit stranger than necessary | contrib.admin | |||
752 | 752 | Base Classes for Trees | Metasystem | |||
644 | 644 | SQL Server DB backend: Rev 940 test results | Database layer (models, ORM) | |||
350 | 350 | "offset" keyword does not work on MySQL 3.x | Database layer (models, ORM) | |||
817 | 817 | problem with column-quoting and "computed columns" | Metasystem | |||
750 | 750 | i18n should ideally respect the languages supported on a per-application basis | Tools | |||
576 | 576 | [patch] don't show 'add another' button in popup | contrib.admin | |||
614 | 614 | Select Form fields doesn't escape ampersands when generating html | contrib.admin | |||
930 | 930 | [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement | Metasystem | |||
535 | 535 | Refactor admin code to clean it up | contrib.admin | |||
949 | 949 | [patch] include template tag should support select_template type list | Template system | |||
305 | 305 | sql code was not white space safe? | Database layer (models, ORM) | |||
283 | 283 | templatetags/log.py breaks on AnonymousUser | Core (Other) | |||
449 | 449 | [patch] variable selection for templates should allow negative list indexes | Template system | |||
151 | 151 | javascript clock not dismissed by clicking "cancel"; several references to ljworld.com in the src code | contrib.admin | |||
676 | 676 | [patch] a _post_init hook for model classes to initialize fields from outside content | Metasystem | |||
864 | 864 | OneToOne in Admin -- unexpected keyword argument 'bar__pk' | contrib.admin | |||
629 | 629 | [patch] ChangeManipulator does not correctly display <select> when the data is an id type | Core (Other) | |||
815 | 815 | [patch] select keyword to lookup_kwargs are being quoted incorrectly in query | Core (Other) | |||
294 | 294 | Use setuptools more aggressively for templates | Template system | |||
570 | 570 | formfields.SelectField doesn't select correct value for ForeignKey | Core (Other) | |||
538 | 538 | django is not zip_safe | Tools |