Ola

(atarkowska)

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 (174) Reporter (4) Owner (0) Commenter (9) Summary Component
34619 34619 Ensure FilteredSelectMultiple select elements are associated with their label contrib.admin
34917 34917 Links in the Django admin should be underlined. contrib.admin
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)
34041 34041 Accessibility improvements for admin breadcrumbs contrib.admin
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)
34976 34976 startproject and startapp should provide feedback Core (Management commands)
34609 34609 Deprecate format_html calls without args or kwargs Utilities
34624 34624 RelatedFieldWidgetWrapper links toggling isn’t working for radio widgets contrib.admin
27452 27452 Add Postgres serial field to contrib.postgres contrib.postgres
27587 27587 Document str(QuerySet.query) Documentation
27909 27909 Use AUTH_USER_MODEL in startproject template Core (Management commands)
34643 34643 Move admin form labels to a more accessible place contrib.admin
34977 34977 Turn link to change password form in admin user change form into a button contrib.auth
34211 34211 Performance regression in ForeignKeyDeferredAttribute changes. Database layer (models, ORM)
34853 34853 Accept-Language Header takes precedence over cookie for format localization Internationalization
34964 34964 Reversing the order of Q objects in a CheckConstraint generates a migration Migrations
34910 34910 Color Contrast Admin Plus Icon contrib.admin
34036 34036 Low text contrast over light blue backgrounds in admin light theme contrib.admin
34670 34670 Django Admin light theme flickers on dark system contrib.admin
34658 34658 New assertion `assertNotInHTML`, like `assertContains` has `assertNotContains` Testing framework
34909 34909 Accessible names for Add / Change buttons in Django Admin contrib.admin
34991 34991 Wrong layout of pagination buttons with editable list in the admin. contrib.admin
34919 34919 Missing scope attribute in admin doc table headers. contrib.admindocs
34958 34958 Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure Core (Other)
34930 34930 Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used Testing framework
27403 27403 Document that prefetch_related doesn't guarantee transactional consistency Documentation
34921 34921 Filtering an unbound DateTimeField with naive date crashes Database layer (models, ORM)
34913 34913 Django Admin high contrast mode no clear session contrib.admin
34912 34912 Admindocs back-links and bookmarklet help text is too small contrib.admindocs
34905 34905 Main landmark is on the wrong element contrib.admin
34908 34908 Contrast Failure for Module Table Headers contrib.admin
34043 34043 Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI Documentation
34840 34840 Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes Database layer (models, ORM)
34889 34889 Broken fallback for prefetchers that only implement get_prefetch_queryset Database layer (models, ORM)
34890 34890 Migration can produce duplicate entries of UUID4 values for unique fields Database layer (models, ORM)
34657 34657 Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure Testing framework
34835 34835 Use a `nav` element or `navigation` landmark for changelist filters contrib.admin
34849 34849 Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. Database layer (models, ORM)
34857 34857 Date picker cancel button does not respect color theme/dark mode contrib.admin
34832 34832 Use `banner` landmark or `<header>` element for the admin header area contrib.admin
34833 34833 Use a `main` landmark in the admin interface contrib.admin
34803 34803 Nested OuterRef crashes with AttributeError Database layer (models, ORM)
34727 34727 Error in CharField with TextChoices and missing max_length parameter Testing framework
34705 34705 BoundField.as_widget() ignores aria-describedby in attrs argument Forms
27646 27646 Add QuerySet support for group by modifiers and OLAP functionality Database layer (models, ORM)
34628 34628 RelatedFieldWidgetWrapper link icons are very hard to see contrib.admin
34625 34625 FilteredSelectMultiple widget’s elements aren’t labelled contrib.admin
34627 34627 Active row states invisible for WHCM users contrib.admin
34622 34622 RelatedFieldWidgetWrapper links don’t convey their state for screen reader users contrib.admin
34621 34621 Django admin site name shouldn’t be an h1 contrib.admin
34617 34617 Ensures <meta name="viewport"> does not disable text scaling and zooming contrib.admin
34587 34587 Allow to override table2model conversion for inspectdb command Core (Management commands)
34568 34568 makemigrations --update should respect the --name option. Database layer (models, ORM)
34553 34553 Can't create CheckConstraint with percent characters in values on postgresql due to broken quoting Database layer (models, ORM)
34543 34543 Thousand separator breaking templates Internationalization
34541 34541 StorageRouter File uploads/storage
34512 34512 Admin missing breadcrumbs in app index contrib.admin
34039 34039 Admin search bar is too small to use on small screens contrib.admin
34444 34444 Summing through a One-to-Many relationship on the property of a JSONField fails Database layer (models, ORM)
34438 34438 UserCreationForm.clean_username() crashes with a custom user model. contrib.auth
34439 34439 mod_wsgi for django with conda environment in Windows doesn't work HTTP handling
34433 34433 OneToOneField can only be saved one way Database layer (models, ORM)
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
34381 34381 Postgres tests fail on Windows Core (Other)
34338 34338 Allow to customize the code attribute of ValidationError raised by BaseConstraint.validate Database layer (models, ORM)
34357 34357 UniqueConstraint doesn't violate NULL values on SQLite. Database layer (models, ORM)
34340 34340 Apparently wrong table name? Database layer (models, ORM)
34324 34324 Django Discord Server is not mentioned in the "Join the Django community ❤️" section in contributing guide Documentation
34319 34319 Model.validate_constraints() crashes when constraint's validate() raises ValidationError without a code. Database layer (models, ORM)
34304 34304 Adding and removing a conditional UniqueConstraint to ForeignKey multiple times crashes on MySQL Database layer (models, ORM)
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34296 34296 Formset validation does not consider UniqueConstraint with F() expressions. Database layer (models, ORM)
34293 34293 Extra validation introduced in 30581 breaks certain constraint setups Database layer (models, ORM)
34225 34225 bulk_create() raises IntegrityError when another constraint exists on set of fields. Database layer (models, ORM)
34196 34196 contrib.postgres search tests failing contrib.postgres
34195 34195 Duplicate Records created when specifying None as a target in a custom ManyToManyField Database layer (models, ORM)
34095 34095 Form controls in admin should use heights in relative units contrib.admin
34166 34166 UniqueConstraint with condition not validated if the condition field is not editable. Database layer (models, ORM)
34154 34154 Inconsistent use of "mixin" in the documentation Documentation
34144 34144 Casting a string inside a JSONField into an integer does not work on PostgreSQL Database layer (models, ORM)
34094 34094 RTL alignment is off in admin header area contrib.admin
34117 34117 Anomaly with makemigrations Migrations
34093 34093 Admin theme switcher icon should resize according to browser font size contrib.admin
34087 34087 Migration ignores Inheritance for Meta.default_permissions Migrations
34047 34047 Admin Page - Stretch The Search Block contrib.admin
34037 34037 Low text contrast for grey buttons in admin light theme contrib.admin
34033 34033 Admin light/dark theme switch needs to convey its state for screen reader users contrib.admin
34016 34016 QuerySet.values_list() crash on simple ArrayAgg. contrib.postgres
34009 34009 migrations.RunPython runs queries against wrong database Uncategorized
14586 14586 Make interpolate JS function not require the named parameter. Internationalization
27534 27534 Add CSRF_COOKIE_HTTPONLY note to CSRF AJAX docs Documentation
27807 27807 Overriding username validators doesn't work as documented contrib.auth
27480 27480 Add a Cache.touch(key, timeout=DEFAULT_TIMEOUT) method Core (Cache system)
27824 27824 Cannot chain unaccent transform with key lookup in Postgres JSON field. contrib.postgres
27272 27272 Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones Database layer (models, ORM)
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
27795 27795 Audit force_text invocations Utilities
27595 27595 Database converters are not run for related fields referencing related fields Database layer (models, ORM)
27982 27982 Possible bug related to queryset union Database layer (models, ORM)
27730 27730 Document that template tags with "as" variable assignment don't propogate variables across blocks Documentation
27751 27751 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
27930 27930 The rhs attribute of the In lookup is not iterable anymore Database layer (models, ORM)
27683 27683 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
27741 27741 staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel contrib.staticfiles
27791 27791 update_or_create() doesn't work properly when model has auto_now=True Database layer (models, ORM)
27762 27762 Concurrency Safety Documentation Documentation
27432 27432 showmigrations --plan should show migrations that would be applied for the given app_labels Core (Management commands)
27677 27677 Disable savepoint support for MySQL NDB engine tables, and option to overwrite the default. Database layer (models, ORM)
27647 27647 runserver segfaults with autoreload enabled on Windows 10 Core (Management commands)
27498 27498 Filtering annotated field in SQLite returns wrong results Database layer (models, ORM)
27601 27601 BooleanField no longer accepts empty string as False value Database layer (models, ORM)
27558 27558 Setting db_index=False on existing ForeignKey causes constraint to be recreated on MySQL Database layer (models, ORM)
27493 27493 GIS raster transformation test failures due to precisions with GDAL 2.1 GIS
27379 27379 Django violates RFC7230 when handling requests. HTTP handling
27301 27301 Better handling of errors that are not pickleable when testing in parallel Testing framework
27300 27300 makemigrations --dry-run -v 3 on Python 3 writes byte string to stdout Core (Management commands)
27280 27280 can_order/can_delete documentation examples don't require initial data Documentation
27193 27193 ORDER BY clause not included in subqueries using select_for_update() Database layer (models, ORM)
27210 27210 smtp EmailBackend doesn't honor fail_silently=True when receiving a socket level connection error Core (Mail)
27166 27166 Documentation clarification of warning for using cache-based sessions Documentation
27142 27142 makemigrations fails on special database connections Migrations
27059 27059 autoreload loose the sys.path in some cases (buildout install of python for instance, maybe others) Core (Management commands)
494 494 Collapse in admin interface for inline related objects contrib.admin
14286 14286 Support for BigAutoField Database layer (models, ORM)
25800 25800 2 IIS ISAPI request throws AppRegistryNotReady: Apps aren't loaded yet. HTTP handling
25607 25607 6 IIS deployment - WSGI handler HTTP handling
25763 25763 1 Django missing repr friendly formatting of request Core (Other)
14952 14952 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
14087 14087 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14930 14930 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
22901 22901 Django and fastcgi upstream application timeout HTTP handling
14003 14003 Filtering on a relation whose model has a different PK type doesn't work Database layer (models, ORM)
14051 14051 Signals for transaction commit/rollback Database layer (models, ORM)
14174 14174 Support for string interpolation in lazy translation Internationalization
14877 14877 ModelFormSet.save() with a deleted form should work even if the model has already been deleted Forms
14006 14006 Documentation on Field's 'description' class attribute does not mention that it will be interpolated with field.__dict__ Documentation
14019 14019 SQLInsertCompiler.as_sql() failure Database layer (models, ORM)
14976 14976 Add is_html flag to contrib.messages contrib.messages
154 154 Can't delete object with ManytoMany Relationship contrib.admin
14678 14678 Users are able to add more than one page to the same url contrib.flatpages
14026 14026 Setting for TRANSACTION_LEVEL on db backends Database layer (models, ORM)
14478 14478 Couple of tests make assumptions about configuration Contrib apps
14292 14292 User.objects.create_user does not give object with id field populated in svn release. contrib.auth
14925 14925 test_permission_register_order raises IntegrityError when tests are run and INNODB storage engine is used for MySQL contrib.auth
14919 14919 1.2.X branch test failure: test_csrf_token_in_404 Uncategorized
14896 14896 Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. Database layer (models, ORM)
14755 14755 Wsgi Error HTTP handling
14501 14501 Django runserver + Chrome/Safari + AJAX POST quirk Uncategorized
730 730 more explicit middlware ordering Core (Other)
14063 14063 Validating form file fields is hard File uploads/storage
14220 14220 Backwards-compat code in db.fields.subclassing is a bottleneck Database layer (models, ORM)
14944 14944 Saving a model which refers to unexistent models does not spit any errors Database layer (models, ORM)
14902 14902 Won't delete files with accents (or other unicode characters) Core (Other)
14838 14838 django admin: a staff memeber can delete itself Contrib apps
14734 14734 problem with postgresql views (psycopg2) Database layer (models, ORM)
14223 14223 Inconsistent exception raising on DB integrity errors Database layer (models, ORM)
14242 14242 UserChangeForm Causes KeyError in 1.2.2 and Trunk Forms
461 461 Support use of pypgsql instead of psycopg Database layer (models, ORM)
987 987 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
685 685 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
115 115 Models CRUD via web services Core (Other)
125 125 View-Controller separation violation contrib.admin
393 393 [patch] Filters don't take the str() value of a var Core (Other)
65 65 [i18n] Internationalization and localisation contrib.admin
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
167 167 ForeignKey should also take string arg instead of class name Metasystem
320 320 After completing Tutorial 2, there appears to be a bug in the foreign key related default admin code contrib.admin
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
206 206 Referential integrity violation upon applying output of "django-admin.py sqlclear" after admin update Tools
672 672 get_absolute_url isn't nice contrib.syndication
585 585 [Document] - Render your Django's data with specialized applications Documentation
382 382 globals should show up in model methods and classes (like normal python classes) Core (Other)
307 307 Use unicode strings u"bla-bla" in SQL-queries for compatibility with national languages Metasystem