Michał Bartoszkiewicz

(embe)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (117) Reporter (1) Owner (0) Commenter (2) Summary Component
34699 34699 Filtering on annotated TruncSecond expression gives unexpected result. 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)
373 373 1 Add support for multi-column primary keys. Database layer (models, ORM)
34533 34533 OuterRef not resolved as part of ORDER BY clause Database layer (models, ORM)
34925 34925 refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. Database layer (models, ORM)
34277 34277 Add where clause in QuerySet.bulk_create() when update_conflicts=True Database layer (models, ORM)
27447 27447 Provide an easy way to test sending of signals Testing framework
34200 34200 Allow setting postgres role during connection setup Database layer (models, ORM)
34852 34852 Django Unit Tests break when using replicated MySQL Cluster v8.0.28 Testing framework
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
34949 34949 Clarify when unique constraints are ignored. Documentation
34987 34987 "Expression contains mixed types" exception when performing window function on query that also has aggregates. Database layer (models, ORM)
34974 34974 makemigrations --check does not show diff as documented Uncategorized
34940 34940 Filter queryset on "tuples" of values for multiple columns Database layer (models, ORM)
34926 34926 Missing model after squashing Migrations
34798 34798 Subquery wrapping is required in QuerySet.aggregate() for aggregates referencing nested subquery. Database layer (models, ORM)
34581 34581 Filters should not implicitly mark unsafe strings as safe without escaping Template system
34890 34890 Migration can produce duplicate entries of UUID4 values for unique fields Database layer (models, ORM)
14336 14336 list_display should be able to contain sortable references to annotated fields contrib.admin
34560 34560 Update admin's jQuery to 3.7.X. contrib.admin
34752 34752 ASGI http.disconnect not handled for streaming responses HTTP handling
34801 34801 Django project redirects for a user assigned in a group, it redirects to the url which is not present in the group assigned django app HTTP handling
34783 34783 No module named 'smtp' when trying to send an email Core (Mail)
14845 14845 Document connection-creation process Documentation
34711 34711 Make ChoiceField auto-detect and coerce values. Forms
34697 34697 Migration serializer for sets results in non-deterministic order. Migrations
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
34630 34630 Neither `pgettext` nor `pgettext_lazy` return contextual markers in PO files Internationalization
34523 34523 Model.objects.update_or_create method sometimes raises TransactionManagementError Database layer (models, ORM)
34028 34028 Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix Template system
34444 34444 Summing through a One-to-Many relationship on the property of a JSONField fails Database layer (models, ORM)
27572 27572 Static files served in development should prevent caching contrib.staticfiles
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34293 34293 Extra validation introduced in 30581 breaks certain constraint setups Database layer (models, ORM)
14094 14094 Cannot define CharField with unlimited length Database layer (models, ORM)
34207 34207 Incorrect SQL query when adding a ManyToMany related object with a "through" table prevents adding a new relationship if the new relationship is identical except for a different value for "through_defaults" Database layer (models, ORM)
34183 34183 Add a ChoicesMeta.max_length property returning the max_length when data type supports len() Database layer (models, ORM)
34139 34139 acreate(), aget_or_create(), and aupdate_or_create() doesn't work as intended on related managers. Database layer (models, ORM)
34133 34133 Django ordering in model meta causing unexpected results of group_by 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
34050 34050 Generated migration file is not detected by django because of the name of newly generated migration file Migrations
34015 34015 Registering lookups on relation fields should be supported. Database layer (models, ORM)
34005 34005 In Django 3.2 the ORM looses Meta.ordering default order when .annotate is used Database layer (models, ORM)
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
14092 14092 ImageField should allow SVG Database layer (models, ORM)
14357 14357 Prevent inappropriate order-based grouping on values+annotate queries Database layer (models, ORM)
27017 27017 Why doesn't Django's Model.save() save only the dirty fields by default? And how can I do that if I want? Database layer (models, ORM)
14317 14317 numberformat.format produces wrong results Internationalization
27408 27408 Make QuerySet.bulk_create() populate fields on related models Database layer (models, ORM)
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27914 27914 makemigrations produces incorrect path for inner classes Migrations
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
14675 14675 Update docs and project template to avoid "import *" for url patterns Core (Other)
820 820 Add "view" permission to compliment add/change/delete contrib.admin
27317 27317 Make Form subclasses combine Form.Media from all parents Forms
27751 27751 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
27974 27974 Degraded performance when rendering ChoiceField with lots of options and DEBUG=True Template system
27316 27316 Multiple LiveServerTestCase subclasses cannot reuse the same port Testing framework
27878 27878 Move to Python 3 shebangs Core (Other)
27762 27762 Concurrency Safety Documentation Documentation
27690 27690 remove sleep before dropping test db? Testing framework
27518 27518 HTTP Referer leaks password reset link contrib.auth
27506 27506 HttpRequest.build_absolute_uri throws DisallowedHost HTTP handling
27463 27463 Fix ambiguous variable flake8 warnings Core (Other)
27151 27151 FK index created two times on PostgreSQL if referenced table PK is varchar Migrations
27353 27353 BooleanField raises ValidationError always for RadioSelect widget value False Forms
27262 27262 Delegate URL resolver checks to URL classes Core (URLs)
27280 27280 can_order/can_delete documentation examples don't require initial data Documentation
27309 27309 Add CallableBool.__hash__() Utilities
27228 27228 prefetch_related with select_related takes a lot of query Database layer (models, ORM)
494 494 Collapse in admin interface for inline related objects contrib.admin
29 29 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
901 901 Reload method for models Database layer (models, ORM)
694 694 [patch] TEMPLATE_DIRS should allow project root relative paths Template system
14261 14261 Add clickjacking protection (X-Frame-Options header) HTTP handling
14802 14802 feature request: add a method to Fields that is used to render the field as read-only contrib.admin
14057 14057 Expose an interface for custom-escaping template content Template system
14451 14451 add related_name to contrib.auth.models.User for 'groups' contrib.auth
14587 14587 Model description on administrative interface contrib.admin
14571 14571 Update jQuery contrib.admin
14039 14039 FileField special-casing breaks MultiValueField including a FileField Forms
361 361 Some Basic Math Filters Template system
14757 14757 Add An Example For .extra(tables=[]) Documentation
14885 14885 is_valid for ModelForm changes instance if instance is provided Documentation
26 26 Admin validation errors cause FileUploadFields to be reset contrib.admin
14908 14908 Add takes_context parameter to simple_tag decorator Template system
14750 14750 ILPostalCodeField doesn't handle EMPTY_VALUES correctly contrib.localflavor
14455 14455 Document possibly backwards-incompatible localflavor changes contrib.localflavor
14755 14755 Wsgi Error HTTP handling
399 399 Bigint field object needed Database layer (models, ORM)
12240 12240 1 select_related doesn't work correctly when mixing nullable and non-nullable keys Database layer (models, ORM)
730 730 more explicit middlware ordering Core (Other)
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
14614 14614 Dont send Request message when handle_uncaught_exception() Core (Other)
14854 14854 Follow PEP 8 -- Style Guide for Python Code Core (Other)
14991 14991 SQL injection in quote_name() Database layer (models, ORM)
14813 14813 Order of fieldnames in exclude= (inside ModelForm) can mess things up Forms
273 273 [patch] Password salt and other algorithms support Core (Other)
187 187 Uknown error with ordering in the admin interface contrib.admin
633 633 Model _post_load method (or similiar for a field?) Database layer (models, ORM)
317 317 [Patch] slugify delimits words by hyphens, but its validator doesn't like them Generic views
5 5 Add a cache=NUM_SECONDS argument to QuerySet Metasystem
65 65 [i18n] Internationalization and localisation contrib.admin
338 338 ManyToMany fields don''t work in the generic views Generic views
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
87 87 [patch] Oracle database support Database layer (models, ORM)
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
107 107 [patch] Leaving out ID parameters Metasystem
913 913 [patch] incorrect `list_filter` field error message a bit stranger than necessary contrib.admin
992 992 [patch] archive_month generic view leaves out last day of month Generic views
911 911 [patch] Make template system scoped to the parser contrib.admin
961 961 [patch] Add automatic thumbnail generation to ImageFields Core (Other)
832 832 [patch] Sessions should be able to expire at the end of a browser session Core (Other)
542 542 [patch] Add an "or cancel" link to add, edit, and delete admin views. contrib.admin
945 945 not translated parts in admin Javascript Translations