Alexey Boriskin

(void)

Most Active Role

N/A

Most Active Component

Migrations

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (251) Reporter (25) Owner (0) Commenter (42) Summary Component
27029 27029 Make EmailValidator accept non-ASCII characters in local part Core (Other)
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)
34380 34380 Make URLField assume "https". Forms
34871 34871 Validation of UniqueConstraint with Case() crashes. Database layer (models, ORM)
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)
27236 27236 Deprecate Model.Meta.index_together in favour of Model.Meta.indexes Database layer (models, ORM)
34533 34533 OuterRef not resolved as part of ORDER BY clause Database layer (models, ORM)
34034 34034 Adding a class on ChoiceWidget subwidgets is excessively difficult Forms
34406 34406 Add support for curved geometries in GeoDjango GIS
34643 34643 Move admin form labels to a more accessible place contrib.admin
34118 34118 Python 3.12 compatibility Core (Other)
34125 34125 Limiting QuerySet crashes on union() with a single non-empty query Database layer (models, ORM)
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
34925 34925 refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. Database layer (models, ORM)
34838 34838 GeoDjango database functions incompatible with GeneratedField Database layer (models, ORM)
34211 34211 Performance regression in ForeignKeyDeferredAttribute changes. Database layer (models, ORM)
34841 34841 Reverse migrations model state rendering slow with moderate to large migrations Migrations
34943 34943 Support passing unique constraint names to bulk_create(). Database layer (models, ORM)
14974 14974 Add support for translation backends other than gettext Internationalization
14831 14831 Django Template Style Guide Documentation
34964 34964 Reversing the order of Q objects in a CheckConstraint generates a migration Migrations
27201 27201 Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash contrib.staticfiles
34670 34670 Django Admin light theme flickers on dark system contrib.admin
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
34986 34986 Fix up support for PyPy 3.10 Core (Other)
34593 34593 Django admin list does same Count query twice when there are no filters contrib.admin
34907 34907 loaddata crashes on objects with natural keys when don't exist on passed database. Core (Serialization)
14611 14611 Added dedicated option to test.Client methods (other than get()) for passing query parameters. Testing framework
34717 34717 Cannot use aggregate over window functions since 4.2 Database layer (models, ORM)
34884 34884 Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache Database layer (models, ORM)
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
34955 34955 Make Concat() use the database operator `||` on PostgreSQL. Database layer (models, ORM)
34958 34958 Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure Core (Other)
34963 34963 Recursive and other "combinator" queries broken in django-cte Uncategorized
34923 34923 MESSAGE_TAGS ignored in 5.0a1 contrib.messages
34825 34825 SQLite database files are not destroyed after tests Testing framework
34551 34551 Case-When aggregation over aggregated fields doesn't work since 4.2 Database layer (models, ORM)
34840 34840 Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes Database layer (models, ORM)
34808 34808 Some aggregation functions may return None; this isn't well documented Documentation
34849 34849 Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. Database layer (models, ORM)
34499 34499 In tutorial part08, Django debug toolbar shows up in admin site but not in public site Documentation
15619 15619 1 Logout link should be protected contrib.auth
34642 34642 File.open to support different encodings Core (Other)
34820 34820 Migrations crashes when changing ForeignObject properties. Database layer (models, ORM)
34768 34768 Calling `colorama.init()` on module load can have unwanted side effects Core (Management commands)
34778 34778 startproject could use find_spec() rather than import_module() to check for conflicts Core (Management commands)
34807 34807 importing `django.forms` causes circular import error Forms
34779 34779 Serializer makes unnecessary joins Core (Serialization)
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34728 34728 OR operator on queryset does not work as expected Database layer (models, ORM)
34720 34720 BaseReloader.watch_dir() incorrectly checks for existence of path Utilities
34733 34733 m2m_changed signal is unaware if .set() method is being called Database layer (models, ORM)
34705 34705 BoundField.as_widget() ignores aria-describedby in attrs argument Forms
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
27079 27079 Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() Testing framework
34517 34517 ImageField unnecessarily adds a post_init signal handler to the model Database layer (models, ORM)
34595 34595 format_html() should explicitly mention that format_string is not escaped and that result is safe Template system
34600 34600 Review reference to bleach in docs Documentation
34603 34603 ~Q() incorrectly interpreted as full rather than empty Database layer (models, ORM)
34564 34564 returning None instead of zero in Count annotation Database layer (models, ORM)
34580 34580 Performance regession in SQLCompiler Database layer (models, ORM)
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
34552 34552 Delaying get_from_clause call as much as possible. 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)
34524 34524 Error while sending TLS smtp email on "self-signed certificate" server Core (Mail)
34544 34544 DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. Database layer (models, ORM)
34525 34525 index_together warning after migration to new style Database layer (models, ORM)
34523 34523 Model.objects.update_or_create method sometimes raises TransactionManagementError Database layer (models, ORM)
34530 34530 Remove docs suggestion to use lambda for models.FileField(storage=...) Documentation
34440 34440 AND operator on queryset with joins gives wrong results Documentation
34435 34435 JSONField with string default raises fields.E010 warning. Documentation
34466 34466 Django 4.2 overwrites user-specified psycopg cursor_factory Database layer (models, ORM)
34459 34459 SearchVector() can return query strings that are unsafe to combine. contrib.postgres
34077 34077 Make BoundField renderable. Forms
27487 27487 ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple contrib.admin
34410 34410 Adding database dynamically breaks in Django 4.1+ Database layer (models, ORM)
34373 34373 Update docs on ForeignKey to suggest setting "to" and object before a string Documentation
34368 34368 Subquery referencing WINDOW expression breaks query compilation Database layer (models, ORM)
34176 34176 Annotation's original field-name can clash with result field name over aggregation Database layer (models, ORM)
34327 34327 2 Test client session does not work as described when using signed cookie engine Testing framework
34328 34328 4 Class-based async-only middleware not detected as coroutine in MiddlewareMixin 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)
34294 34294 File locking fails if argtypes redefined on Windows. File uploads/storage
34293 34293 Extra validation introduced in 30581 breaks certain constraint setups Database layer (models, ORM)
34226 34226 QuerySet.select_related() with multiple filtered relations to the OneToOneField sets the last one. Database layer (models, ORM)
34219 34219 Collation is not preserved when field is altered on PostgreSQL and MySQL. Database layer (models, ORM)
34203 34203 Drop support for psycopg2 2.8 Database layer (models, ORM)
34173 34173 SessionMiddleware support 503 status code contrib.sessions
34131 34131 Postgres AutoField change from serial to identity Database layer (models, ORM)
34141 34141 Prefetch querysets access to parent query through table Uncategorized
34138 34138 Adding ManyToManyField on SQLite rebuilds table. Migrations
34129 34129 Admin list_editable failed to edit contrib.admin
34130 34130 order_by() has no effect on values()/values_list() Database layer (models, ORM)
34107 34107 Django ORM queries do not pick up indexes made on a key in JSONField in Postgres Database layer (models, ORM)
28000 28000 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
34048 34048 Do not add cache control header if is set to false or a falsy value Utilities
34023 34023 inlines variable not bound in loop in ModelAdmin._create_formsets contrib.admin
34015 34015 Registering lookups on relation fields should be supported. Database layer (models, ORM)
34020 34020 django core management error Uncategorized
27624 27624 Optimize ORM by using more immutable data structures Database layer (models, ORM)
27468 27468 Move utils.crypto.salted_hmac() from SHA1 toward SHA256 Utilities
27936 27936 Add some clarifications to "Spanning multi-valued relationships" Documentation
27590 27590 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
14844 14844 i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context Internationalization
27534 27534 Add CSRF_COOKIE_HTTPONLY note to CSRF AJAX docs Documentation
27149 27149 Allow using a subquery in QuerySet.filter() Database layer (models, ORM)
27188 27188 Allow using unique=True with FileField File uploads/storage
14628 14628 Document which settings can be changed at runtime Documentation
27417 27417 Migration to change model field case crashes on Oracle Migrations
19878 19878 1 Stop TemplateView automatically passing kwargs into the context Generic views
27719 27719 Add queryset.alias() to mimic .annotate() for aggregations without loading data Database layer (models, ORM)
27395 27395 Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' contrib.sitemaps
27708 27708 Relation between tables in different schemas with big names Migrations
27686 27686 calls to request.user.is_authenticated returns vary by cookie header for all users contrib.sessions
27865 27865 Document use of Manager rather than BaseManager for from_queryset() Documentation
27852 27852 Admin Delete Object Block Page Doesn't Show All Related Objects Blocking Deletion Database layer (models, ORM)
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
27921 27921 Documentation of make_aware() with is_dst is misleading Documentation
14365 14365 Make template-rendering signals available also in DEBUG mode Testing framework
14009 14009 custom formset validation documentation is incomplete Documentation
27867 27867 Excluding a reverse relation produces inconsistent queries Database layer (models, ORM)
27090 27090 pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead Database layer (models, ORM)
27335 27335 Avoid object save during QuerySet.update_or_create() when there were no changes Database layer (models, ORM)
27332 27332 Specifying additional ON arguments, and more flexibility with joins Database layer (models, ORM)
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
27818 27818 Use contextlib.suppress to suppress exceptions. Core (Other)
27258 27258 Raise an exception if RequestContext is used with template.backends.django.Template.render() Template system
27563 27563 Move "Apply limit_choices_to" code from BaseModelForm to fields_for_model() Forms
27926 27926 Allow squashmigrations to create a fresh set of migrations and delete the old ones Migrations
27751 27751 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
27928 27928 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
27966 27966 Bump required version of pyscopg2 to 2.5.4 Database layer (models, ORM)
27960 27960 ds = DataSource('/path/to/your/cities.shp') fails on first try (GDALException Unknown error code: "198770787"), but works on second GIS
27957 27957 Remove technical terms from InlineForeignKeyField/ModelMultipleChoiceField error messages Forms
27890 27890 runtests.py cleanup exception on Python 3.6 Core (Other)
27924 27924 Add support for cx_Oracle 5.3 Database layer (models, ORM)
27832 27832 contenttypes migration not following the doc on hints naming contrib.contenttypes
27722 27722 if a template context is an instance of get_template(), it will raise "TypeError: context must be a dict rather than RequestContext" Template system
27742 27742 Unexpected migration on Parent -> child model inheritence Migrations
27683 27683 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
27757 27757 The link of the "view_on_site" button is not formed according to the returning result of the "get_absolute_url" method. contrib.admin
27754 27754 Please document that Django models implement __dict__ (or tell me they officially don't) 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)
27740 27740 Allow content_type or object_id of GenericForeignKey to be field on related model contrib.contenttypes
20223 20223 1 Allow allow_lazy to be used as a decorator Utilities
27691 27691 Avoid `logger=logging.getLogger(__name__)` Uncategorized
27054 27054 makemigrations tries to create django_migrations in external database Migrations
27641 27641 Document limitations of the Locmem cache backend Documentation
27570 27570 Make context processor run outside of RequestContext Template system
27596 27596 LiveServerTestCase in 1.10.4 doesnt close server ports properly Testing framework
27594 27594 Reverse one to one related object populated from incorrect query columns Database layer (models, ORM)
27588 27588 Avoid affixing colon to migration name in makemigrations output Core (Management commands)
27567 27567 Technical exception page/emails crash when the database is down Error reporting
27513 27513 Optimize Signal.send a tiny bit Utilities
27453 27453 LocaleRegexProvider unnecessarily recompiles the same regex for every active language Core (URLs)
27386 27386 Readonly callable field is unconditionally wrapped inside <p>...</p>, which might create invalid HTML contrib.admin
27441 27441 MySQL backend output for 'DROP COLUMN' uses undocumented SQL Migrations
27328 27328 return `Set-Cookie` if sessionid= None value contrib.sessions
27340 27340 Model pre_init signal should provide an `instance` argument Database layer (models, ORM)
27296 27296 Can't use custom formats with new language-independent LogEntry's messages in Django 1.10 contrib.admin
27259 27259 ManyToOneRel.name uses relatemodelname instead of relatedmodelname_set Database layer (models, ORM)
27142 27142 makemigrations fails on special database connections Migrations
27127 27127 Overriding timezone in test forces them to be TestCase Testing framework
27010 27010 Argon2PasswordHasher.encode() decodes underlying hash as UTF-8 instead of ASCII contrib.auth
14415 14415 Multiple aliases for one database: testing problems Testing framework
20222 20222 2 Some functions are wrapped into allow_lazy incorrectly Utilities
14716 14716 filter_horizontal and filter_vertical don't work on mobile Safari contrib.admin
19367 19367 2 ContentFile fails to save with filesystem storage when initialized with unicode string File uploads/storage
19869 19869 4 Make changing the active language inside `LiveTestServerCase` possible Testing framework
24341 24341 Subclasses of django.contrib.postgres.forms.ranges.BaseRangeField should have more specific error messages contrib.postgres
14087 14087 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14394 14394 Assigning bad data to an m2m attribute should not clear existing data Database layer (models, ORM)
18767 18767 2 Admin's calendar for datetime fields doesn't show right values with russian and some other locales contrib.admin
14319 14319 Add signals test_setup and test_teardown to Django test suite runner Options Testing framework
14760 14760 Admin inlines with file/image field fails to save_as contrib.admin
14051 14051 Signals for transaction commit/rollback Database layer (models, ORM)
18766 18766 5 Models with datetime fields fail to save when date is below 1900 and USE_TZ is True Documentation
14261 14261 Add clickjacking protection (X-Frame-Options header) HTTP handling
18768 18768 2 Timezone documentation lacks some FAQ about how to deal with naive/tz aware datetimes in the Javascript Documentation
20224 20224 Update allow_lazy usage example for Python 3 Documentation
14567 14567 ModelMultipleChoiceField inconsistently returns a list if empty. Forms
14057 14057 Expose an interface for custom-escaping template content Template system
14705 14705 Model Field Order not influenced by MRO of superclasses Database layer (models, ORM)
852 852 psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state Database layer (models, ORM)
19177 19177 Add some ems to the width of username label at login page. contrib.admin
19704 19704 2 Make use of new ungettext_lazy function at appropriate places Internationalization
19642 19642 1 django.utils.functional.lazy issues Core (Other)
19158 19158 3 FileField's error message about too long filename should use plural translation function File uploads/storage
14694 14694 defer() doesn't work with reverse relations Database layer (models, ORM)
19157 19157 String is marked for translation in one file, but not in other. contrib.admindocs
18798 18798 1 Redefinition of test test_get_language_from_path in tests.regressiontests.i18n.tests Internationalization
18837 18837 1 [py3] Double import of six in django.forms.models Python 3
18791 18791 2 [py3] Double import of six in django.forms.widgets Python 3
18794 18794 1 When timezone support is enabled, permalinks for DateDetailView are impossible. Generic views
18793 18793 3 Duplicate test test_head_no_get in generic_views.base Generic views
14195 14195 ContentType object fails to use cache, beats DB to death Uncategorized
15620 15620 1 ClerableFileInput should render initial value in a flexible way Forms
14026 14026 Setting for TRANSACTION_LEVEL on db backends Database layer (models, ORM)
15757 15757 1 get_and_delete_messages, removed in [15975], is still alive contrib.auth
15758 15758 en_format is removed, but DEFAULT_ constants is still there Forms
14504 14504 Generic ListView pagination broken Generic views
14386 14386 Standardize Site/RequestSite access; looser coupling of sites framework in contrib Contrib apps
14349 14349 Add Belgium (be) localflavor contrib.localflavor
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14709 14709 staticfiles app seems forced upon me Contrib apps
14659 14659 Assigning floats to DecimalFields Database layer (models, ORM)
14925 14925 test_permission_register_order raises IntegrityError when tests are run and INNODB storage engine is used for MySQL contrib.auth
14560 14560 UpdateCacheMiddleware does not save responses for HEAD requests Core (Cache system)
14545 14545 ValidationError missing from Exceptions Reference docs Documentation
14543 14543 ContentTypes tests fails if auth app is not installed contrib.contenttypes
14975 14975 TransactionTestCases are broken by django.contrib.auth in 1.2.4 Testing framework
12940 12940 Comments admin should use ungettext instead of ugettext contrib.comments
399 399 Bigint field object needed Database layer (models, ORM)
528 528 Add a documentation generator that creates a PDF or HTML files locally Documentation
730 730 more explicit middlware ordering Core (Other)
14063 14063 Validating form file fields is hard File uploads/storage
14049 14049 Fixture loading should be skipped for TestCase decorated with @skip* Testing framework
14614 14614 Dont send Request message when handle_uncaught_exception() Core (Other)
14766 14766 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
14969 14969 To have a way to modify third part model classes Database layer (models, ORM)
14508 14508 Test suite silences warnings Testing framework
14295 14295 Saving an object with a custom manager results in IntegrityError Uncategorized
14116 14116 TestClient skips Csrf Middleware Testing framework
14068 14068 Fixture loading issue with multi database setting Core (Serialization)
14106 14106 Duplicate emails without fully qualified project imports Uncategorized
461 461 Support use of pypgsql instead of psycopg Database layer (models, ORM)
785 785 many2many table and legacy databases. Database layer (models, ORM)
666 666 Admin should get 404 and 500 templates contrib.admin
599 599 locmem cache should deepcopy values from the cache to prevent aliasing Core (Cache system)
398 398 [patch] {%define VAR as%}VALUE{%in%} tag Template system
215 215 Need to generate postgresql tables WITHOUT OIDS by default Database layer (models, ORM)
7 7 Patch: Changelist date range filters don't maintain state as expected contrib.admin
474 474 Better method of serving admin media files needed Documentation
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
337 337 DateTime fields don't work in the generic views Generic views
626 626 Move template modules to django.core.template package Core (Other)
853 853 Django has high start costs, weight Metasystem
625 625 [patch] Add template decorators Template system
961 961 [patch] Add automatic thumbnail generation to ImageFields Core (Other)
603 603 Improved template error messages Template system
356 356 [patch]: simple XML-RPC support for Django Core (Other)
930 930 [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement Metasystem
672 672 get_absolute_url isn't nice contrib.syndication
945 945 not translated parts in admin Javascript Translations
855 855 urlconf regexps should allow backreferences contrib.admin
545 545 Checkin [670] breaks modpython Core (Other)
382 382 globals should show up in model methods and classes (like normal python classes) Core (Other)