Andrew Kuchev

(soon)

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 (104) Reporter (1) Owner (3) Commenter (5) Summary Component
27029 27029 Make EmailValidator accept non-ASCII characters in local part Core (Other)
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
34856 34856 Running tests with historical migrations that contain index together fails with TypeError. Migrations
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
34613 34613 add support for Partitioned cookies HTTP handling
34200 34200 Allow setting postgres role during connection setup Database layer (models, ORM)
27225 27225 "age" header is not set for responses taken from cache. HTTP handling
34984 34984 Adding a field with default crashes for models with GeneratedField on SQLite. 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)
34904 34904 Changing email object after sending mutates mail in mail.outbox Core (Mail)
34892 34892 Static files aren't served correctly on dev server when DEBUG and FORCE_SCRIPT_NAME are enabled contrib.staticfiles
34657 34657 Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure Testing framework
34499 34499 In tutorial part08, Django debug toolbar shows up in admin site but not in public site Documentation
34451 34451 Incorrect exception handling within the django exception handler Error reporting
34413 34413 Variant of Prefetch but for the earliest/latest related object Database layer (models, ORM)
34661 34661 Peppering user passwords contrib.auth
34591 34591 Django ORM replace INNER JOIN with STRAIGHT_JOIN Database layer (models, ORM)
34478 34478 django 4.2 admin page issue contrib.admin
34356 34356 Memory leak when generating PDFs Core (Other)
34361 34361 Missing the package "gdal-bin" results in Segmentation fault. GIS
34324 34324 Django Discord Server is not mentioned in the "Join the Django community ❤️" section in contributing guide Documentation
34170 34170 Mitigate the BREACH attack HTTP handling
34172 34172 Documentation of AdminSite.get_urls() encourages security vulnerabilities contrib.admin
28000 28000 Avoid SET/DROP DEFAULT unless a field changes from null to non-null Migrations
34010 34010 Parallel tests don't work with spawn. Testing framework
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
27395 27395 Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' contrib.sitemaps
27370 27370 Django's Select widget adds a required="required" attribute, even if created with empty_label=True Forms
27914 27914 makemigrations produces incorrect path for inner classes Migrations
27685 27685 Allow autoreloader to use watchman Utilities
14009 14009 custom formset validation documentation is incomplete Documentation
27985 27985 Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. Database layer (models, ORM)
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
27751 27751 Teardown of a PG test database fails if it is an autogenerated test_MYDB database Testing framework
27316 27316 Multiple LiveServerTestCase subclasses cannot reuse the same port Testing framework
14297 14297 Accessing settings.FOO in hot spots cause performance problems Core (Other)
27182 27182 Some import statement use backslashes instead of parentheses Core (Other)
27558 27558 Setting db_index=False on existing ForeignKey causes constraint to be recreated on MySQL Database layer (models, ORM)
27442 27442 count estimation on querysets Database layer (models, ORM)
27300 27300 makemigrations --dry-run -v 3 on Python 3 writes byte string to stdout Core (Management commands)
27289 27289 Docs: Badly wrong explanation of View.as_view() and its use in urlconf Documentation
27128 27128 A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. Uncategorized
27014 27014 Raster support for spatial lookup breaks filtering by annotations GIS
14030 14030 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14891 14891 use_for_related_fields=False is not honored by reverse FK or M2M related managers Database layer (models, ORM)
25670 25670 1 `dictsort` does not work when `arg` parameter is numeric Template system
26015 26015 2 sitemap view can raise UnboundLocalError contrib.sitemaps
494 494 Collapse in admin interface for inline related objects contrib.admin
21549 21549 2 Fixture loading warning when the file is not found should be an exception Core (Management commands)
14286 14286 Support for BigAutoField Database layer (models, ORM)
14760 14760 Admin inlines with file/image field fails to save_as contrib.admin
937 937 Autoreload reloads for every request. Core (Management commands)
23 23 Add support for ValidationWarning Forms
14056 14056 Wrong query generated when using reverse foreign key Database layer (models, ORM)
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
14633 14633 Reorganize settings reference docs Documentation
14165 14165 Transaction management is only entered for the primary database Documentation
14861 14861 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
14886 14886 GeoModelAdmin forms cannot be used with WMS in formats other than image/jpeg GIS
14341 14341 Session middleware raises exception when unit testing HttpResponseForbidden Testing framework
14806 14806 No template tag to support contextual translations Internationalization
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14788 14788 Typos in the footer *.djangoproject.com
14386 14386 Standardize Site/RequestSite access; looser coupling of sites framework in contrib Contrib apps
14975 14975 TransactionTestCases are broken by django.contrib.auth in 1.2.4 Testing framework
14041 14041 Templates in function calls for sitemap Contrib apps
399 399 Bigint field object needed Database layer (models, ORM)
730 730 more explicit middlware ordering Core (Other)
285 285 WSGIRequest should set request.path to full uri path HTTP handling
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
14608 14608 Adding a INPhoneNumberField to indian localflavor contrib.localflavor
811 811 IPv6 address field support Core (Other)
14038 14038 1.2 Release notes don't mention new template loader classes Documentation
14283 14283 AttributeError on admin detail page after r13708 Contrib apps
14116 14116 TestClient skips Csrf Middleware Testing framework
920 920 [patch] patch_response_headers breaks when response.content is unicode Core (Cache system)
172 172 Twisted (twisted.web2) support for Django Tools
106 106 [patch] Problem with some js/select box on IE contrib.admin
376 376 Add a handler for mod_python v. 2 (Django requires v. 3) Core (Other)
987 987 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
115 115 Models CRUD via web services Core (Other)
617 617 num_in_admin problem in tutorial contrib.admin
273 273 [patch] Password salt and other algorithms support Core (Other)
276 276 [patch] new template tag 'strip' Template system
251 251 [patch] Add "AND" and "OR" clauses to the SQL query syntax Metasystem
121 121 [patch] Names in SQL should be quoted Metasystem
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
337 337 DateTime fields don't work in the generic views Generic views
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
500 500 [patch] Templates files extensions other than '.html' should be possible Template system
445 445 allow partial object updates with manipulators Metasystem
644 644 SQL Server DB backend: Rev 940 test results Database layer (models, ORM)
746 746 refactor models/__init__.py so fields themselves add their own get_XXXX_count/list functions Core (Other)
603 603 Improved template error messages Template system
356 356 [patch]: simple XML-RPC support for Django Core (Other)
907 907 forms.txt: new_data = place.__dict__ fails for ManyToManyFields Documentation
900 900 [patch] Premature close of postgres connection with multiple threads Database layer (models, ORM)
880 880 Mistake in Czech translation Internationalization
766 766 [patch, new-admin] Allow html tags if "allow_tags" model's method attribute is present contrib.admin
902 902 Small documentation update Documentation
307 307 Use unicode strings u"bla-bla" in SQL-queries for compatibility with national languages Metasystem