Artem

(atten)

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 (50) Reporter (1) Owner (0) Commenter (4) Summary Component
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
34937 34937 Provide a get_form_kwargs for the ModelAdmin contrib.admin
34899 34899 Model Field.choices callable support is not actually lazy Database layer (models, ORM)
34768 34768 Calling `colorama.init()` on module load can have unwanted side effects Core (Management commands)
34345 34345 3 Add system check for filter_horizontal/filter_vertical on ManyToManyFields with intermediary models. contrib.admin
34644 34644 social-app-django's JSONField doesn't work as expected. Database layer (models, ORM)
34539 34539 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34573 34573 Typo in "Writing your first Django app, part 5" - assertQuerysetEqual() Testing framework
34521 34521 Use __slots__ for template Node classes Template system
34546 34546 Failed migration yields to unmigratable app: "OperationalError: (1050, "Table '<name>' already exists")" Migrations
34333 34333 Migrations tries to add constraint before adding a foreign key. Migrations
34260 34260 models.FloatField documentation doesn't mention that +inf, -inf, and NaN are database-dependent. Documentation
34005 34005 In Django 3.2 the ORM looses Meta.ordering default order when .annotate is used Database layer (models, ORM)
14035 14035 Cannot access POST after request.encoding was set to a custom value HTTP handling
32542 32542 1 Native postgres json field support is broken Database layer (models, ORM)
14645 14645 Exclude query with multiple conditions for the same multi-value relation not correct Database layer (models, ORM)
27449 27449 Make django.utils.translation.trans_real.get_supported_language_variant public API Internationalization
14642 14642 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
27554 27554 Queryset evaluation fails with mix of nested and flattened prefetches (AttributeError on RelatedManager) Database layer (models, ORM)
27365 27365 Fields suddenly not found. Database layer (models, ORM)
27811 27811 Avoid UnicodeEncodeError during generation of email with mail_admins logger Error reporting
27469 27469 Email crashes cryptically when emptystring passed to django.core.mail.message.sanitize_address Core (Mail)
27351 27351 Add support for composite fields Database layer (models, ORM)
14030 14030 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14787 14787 Upload handler should pass errors on to forms.FileField File uploads/storage
14298 14298 maximum open cursors exceeded on Jython and Oracle Database layer (models, ORM)
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
14615 14615 Related objects manager returns related objects with null FKs for unsaved instances Database layer (models, ORM)
14165 14165 Transaction management is only entered for the primary database Documentation
640 640 order_with_respect_to option fails Documentation
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14895 14895 USE_THOUSAND_SEPARATOR causes error on group admin operations contrib.admin
14951 14951 Unique_for_[date|month|year] fails when the DateField is empty Database layer (models, ORM)
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14426 14426 Factor "mysite" out of all code example import statements Documentation
14830 14830 Default value for radio button not preserved when dynamically creating new inlines contrib.admin
14824 14824 django.utils.get_format_modules doesn't respect USE_L10N Internationalization
14206 14206 contrib:admin dynamic list_display support contrib.admin
14969 14969 To have a way to modify third part model classes Database layer (models, ORM)
14946 14946 Form wizard doesn't process last form contrib.formtools
14047 14047 CommonMiddleware documentation tweak Documentation
7 7 Patch: Changelist date range filters don't maintain state as expected contrib.admin
121 121 [patch] Names in SQL should be quoted Metasystem
934 934 ImageField's cause the admin UI to not allow modifications? Validators
337 337 DateTime fields don't work in the generic views Generic views
107 107 [patch] Leaving out ID parameters Metasystem
446 446 [patch] bug in yesno filter prevents usage of 2-value form contrib.admin
907 907 forms.txt: new_data = place.__dict__ fails for ManyToManyFields Documentation
535 535 Refactor admin code to clean it up contrib.admin
958 958 [patch] Allow non-int Primary Keys in ForeignKey Metasystem