pc
(pc)
Most Active Role
N/A
Most Active Component
Contrib.Admin
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (77) | Reporter (1) | Owner (0) | Commenter (5) | Summary | Component |
---|---|---|---|---|---|---|
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) | |||
34898 | 34898 | Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. | Migrations | |||
34613 | 34613 | add support for Partitioned cookies | HTTP handling | |||
34534 | 34534 | Reduce index/constraints operations. | Migrations | |||
34949 | 34949 | Clarify when unique constraints are ignored. | Documentation | |||
34717 | 34717 | Cannot use aggregate over window functions since 4.2 | Database layer (models, ORM) | |||
34939 | 34939 | Widget templates not refreshing | Forms | |||
34879 | 34879 | "Data truncated for column .." for migration changing auto-id-field | Migrations | |||
34849 | 34849 | Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. | Database layer (models, ORM) | |||
34861 | 34861 | KeyTextTransform incompatible with GeneratedField | Database layer (models, ORM) | |||
34845 | 34845 | Slow query when using exclude | Database layer (models, ORM) | |||
34210 | 34210 | Show the duration of individual tests | Testing framework | |||
34532 | 34532 | Form.default_renderer is ignored in formsets. | Forms | |||
34731 | 34731 | Django test suite still has an occurence of assertEquals, removed in Python 3.12 | Testing framework | |||
34675 | 34675 | Selenium WebDriver implementation is broken due to update of Selenium | Testing framework | |||
27079 | 27079 | Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() | Testing framework | |||
34489 | 34489 | feature: Support for PostgreSQL table partitioning | Database layer (models, ORM) | |||
34484 | 34484 | HttpRequest.__deepcopy__ doesn't deepcopy attributes | HTTP handling | |||
34474 | 34474 | Django apps registry returns the wrong models | Uncategorized | |||
34433 | 34433 | OneToOneField can only be saved one way | Database layer (models, ORM) | |||
34382 | 34382 | DEFAULT_AUTO_FIELD ignored for new models | Database layer (models, ORM) | |||
34300 | 34300 | Support async generators in StreamingHttpResponse | HTTP handling | |||
34289 | 34289 | Settings to override the default admin site | contrib.admin | |||
34276 | 34276 | LocMemCache not working for multiple threads | Core (Cache system) | |||
34236 | 34236 | Django logging when in production with Gunnicron | Documentation | |||
34173 | 34173 | SessionMiddleware support 503 status code | contrib.sessions | |||
34155 | 34155 | ModelAdmin.render_change_form does not lowercase the app_label when setting template directories | contrib.admin | |||
34145 | 34145 | Explicit GROUPing by aggregate is not supported | Database layer (models, ORM) | |||
34068 | 34068 | `runserver 0`'s "Starting development server at <address>" doesn't work | Core (Management commands) | |||
27060 | 27060 | Take indexes into account in inspectdb command | Core (Management commands) | |||
27131 | 27131 | send_mail() error on Python 2 if smtp server uses CRAM-MD5 auth method | Core (Mail) | |||
27149 | 27149 | Allow using a subquery in QuerySet.filter() | Database layer (models, ORM) | |||
27824 | 27824 | Cannot chain unaccent transform with key lookup in Postgres JSON field. | contrib.postgres | |||
27303 | 27303 | Selecting multiple admin list_filters across relations return results that don't match both filters | contrib.admin | |||
27563 | 27563 | Move "Apply limit_choices_to" code from BaseModelForm to fields_for_model() | Forms | |||
27766 | 27766 | runserver crashes because of auto-reloader (Py3 + PowerShell) | Utilities | |||
27825 | 27825 | Document that models don't cast field values to the same type that's retrieved from the database | Documentation | |||
27632 | 27632 | Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. | Database layer (models, ORM) | |||
27596 | 27596 | LiveServerTestCase in 1.10.4 doesnt close server ports properly | Testing framework | |||
27362 | 27362 | Omitting default_app_config in __init__.py happens too easily. | Core (Other) | |||
14904 | 14904 | TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres | Database layer (models, ORM) | |||
27230 | 27230 | Inconsistency in AppConfig.path depending on sys.path | Core (Other) | |||
27168 | 27168 | "LookupError: App 'xxxxx' doesn't have a 'xxxxx' model" with custom table name | Migrations | |||
27117 | 27117 | The force_login() does not work in a testing if using more one a test | Testing framework | |||
27044 | 27044 | `apps` passed to post_migrate_signal should contain migrated appconfigs even when no migration has been applied to them | Migrations | |||
27033 | 27033 | static tag causes AppRegistryNotReady errors on 1.10 | contrib.staticfiles | |||
14442 | 14442 | During tests parse fixtures using setUpClass | Testing framework | |||
14174 | 14174 | Support for string interpolation in lazy translation | Internationalization | |||
14850 | 14850 | 1.3 release notes typo STATICFILES_ROOT should be STATIC_ROOT | Documentation | |||
399 | 399 | Bigint field object needed | Database layer (models, ORM) | |||
14474 | 14474 | Unnecessary deepcopying of QuerySet inside filter() method results in slower execution | Database layer (models, ORM) | |||
14339 | 14339 | Enable testing when you can't create/destroy databases | Testing framework | |||
14167 | 14167 | Using Instances in Generic Create/Update/Delete | Generic views | |||
14392 | 14392 | Inconsistency for "creating forms with models" | Documentation | |||
14280 | 14280 | Duplicate deepcopy import in django/db/models/query.py | Database layer (models, ORM) | |||
14235 | 14235 | UnicodeDecodeError in CSRF middleware | Forms | |||
14203 | 14203 | Manual schema specification for tables is not compatible with index creation statements | Database layer (models, ORM) | |||
14064 | 14064 | Correct spelling of Argentinian Spanish in global_settings.py | Core (Other) | |||
10982 | 10982 | ✅ | 1 | In the tutorial part 2, when I reached the point were we tried "StackeInLine", there was and error. | Uncategorized | |
461 | 461 | Support use of pypgsql instead of psycopg | Database layer (models, ORM) | |||
115 | 115 | Models CRUD via web services | Core (Other) | |||
460 | 460 | 2 | Patch for get_table_list() for SQLite3 | Database layer (models, ORM) | ||
391 | 391 | date_based generic views might be off by one | Generic views | |||
599 | 599 | locmem cache should deepcopy values from the cache to prevent aliasing | Core (Cache system) | |||
611 | 611 | fields with editable=False do not render | contrib.admin | |||
952 | 952 | 1 | [patch] Allow for database client encoding configuration from project settings | Database layer (models, ORM) | ||
613 | 613 | prevent raw_post_data parsing on defined view functions | Core (Other) | |||
547 | 547 | [patch] XMLRPC support for django | Tools | |||
560 | 560 | Fields which have several formfields are non-trivial to use in forms. | Core (Other) | |||
529 | 529 | Add support for GenericForeignKey | Contrib apps | |||
87 | 87 | [patch] Oracle database support | Database layer (models, ORM) | |||
935 | 935 | weird interaction between edit_inline and OneToOneField causes adding through admin to fail | contrib.admin | |||
608 | 608 | Allow objects with future dates to display in date based generic views | Generic views | |||
800 | 800 | startswith lookup type does not work with underscore | Database layer (models, ORM) | |||
356 | 356 | [patch]: simple XML-RPC support for Django | Core (Other) | |||
467 | 467 | 1 | Debugging code left behind in django.utils.text ? | Tools |