Дилян Палаузов

(dilyanpalauzov)

Most Active Role

Reporter

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (41) Reporter (41) Owner (0) Commenter (53) Summary Component
28682 28682 1 Allow QuerySet.update() to return the IDs of the matched rows Database layer (models, ORM)
28715 28715 5 Prevent a migration changing DateTimeField(auto_now_add=True) to default=timezone.now from generating SQL Migrations
29084 29084 3 Skip postgres_tests's SimpleSearchTest's that require 'english_stem' configuration if the machine's configuration is different contrib.postgres
28692 28692 2 QuerySet.bulk_create() combine with select/prefetch_related() Database layer (models, ORM)
29113 29113 Simplify django.forms.formsets.all_valid() and clarify docstring Forms
28621 28621 1 Crash in QuerySet.annotate() with OuterRef Database layer (models, ORM)
28641 28641 2 Improvements to QuerySet.bulk_create() Database layer (models, ORM)
29145 29145 1 Allow CIText values to be compared as the database would compare them (case-insensitively) contrib.postgres
29072 29072 Allow select_related() to fetch individual fields from a related model Database layer (models, ORM)
28597 28597 1 Class-based model indexes containing default primary key doesn't work. Database layer (models, ORM)
29240 29240 2 https://code.djangoproject.com/ticket/ - sending emails Uncategorized
28514 28514 6 Clarify docs regarding idempotence of RelatedManager.add() Documentation
28858 28858 2 Remove 'else' after 'return' or 'raise' Core (Other)
29093 29093 django/db/models/base.py:ModelBase.__new__() utilize 'or' Database layer (models, ORM)
29081 29081 1 Clarify QuerySet.select_related() example regarding "hitting the database" Documentation
29014 29014 4 State that sqlite >= 3.7.15 is supported Documentation
28996 28996 Simplify some boolean constructs and remove some trivial 'continue' statements Core (Other)
29003 29003 Errror in "Contributing > Writing Code > Unit tests > Quick start" Documentation
28982 28982 Simplify code with "and" and "or" Uncategorized
28984 28984 Assorted code simplifications Core (Other)
28985 28985 Remove None checking before hasattr() Core (Other)
28930 28930 2 Simplify code with all() and any() Core (Other)
28907 28907 1 Exploit that iterating over empty sequences is noop Core (Other)
28906 28906 Reduce calls to bool() Core (Other)
28893 28893 1 Narrow dict.items() calls to .keys()/.items() Core (Other)
28873 28873 Use dict.setdefault() to set model and form field defaults Core (Other)
28860 28860 4 Reduce calls to len() Core (Other)
28702 28702 3 Querying CIText fields should use ::citext type cast contrib.postgres
28854 28854 Replace type(True) with bool in django/db/backends/sqlite3/schema.py Migrations
28795 28795 Remove 'not in' checks and use dict.setdefault() Core (Other)
28769 28769 1 Utilize 'x or y' in place of 'x if x else y' Core (Other)
28776 28776 a/an/and typos in docs and comments Documentation
28765 28765 2 Clarify the documentation about what types the __in lookup accepts Documentation
28759 28759 Try to ward off questions to django-developers about how to contribute Documentation
28671 28671 1 DateTimeField: make auto_now_add just a default value Database layer (models, ORM)
28681 28681 1 QuerySet.get() implies LIMIT 2 Database layer (models, ORM)
28674 28674 QuerySet._batched_insert() the caller ensures, that bool(objs) is True Database layer (models, ORM)
28673 28673 2 Make null=True explicitly uncombinable with auto_now=True Database layer (models, ORM)
28675 28675 Tautology in sql/compiler/SQLInsertCompiler.execute_sql() Database layer (models, ORM)
28652 28652 1 Small fixes to some comments in django/db/models/query.py Database layer (models, ORM)
27782 27782 3 Model signals and Many2Many fields Documentation