Will H
(wjh18)
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 (99) | Reporter (1) | Owner (0) | Commenter (0) | Summary | Component |
---|---|---|---|---|---|---|
34865 | 34865 | DatabaseWrapper are not GC and connections are not closed | 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 | |||
14831 | 14831 | Django Template Style Guide | Documentation | |||
34999 | 34999 | Admin search bar input doesn't have proper background color when in dark mode | contrib.admin | |||
34965 | 34965 | @sensitive_variables for coroutine func are not recursive | Core (Other) | |||
34694 | 34694 | trailing slash is not appending | Core (URLs) | |||
34930 | 34930 | Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used | Testing framework | |||
34894 | 34894 | Query.change_aliases() has several significant bugs | Database layer (models, ORM) | |||
34832 | 34832 | Use `banner` landmark or `<header>` element for the admin header area | contrib.admin | |||
34828 | 34828 | DateTimeField breaks when given datetime that would be invalid in UTC | Database layer (models, ORM) | |||
34811 | 34811 | Queryset filter Q order changed | Database layer (models, ORM) | |||
34796 | 34796 | Deleting child table does not delete rows in parent table when using multi-table inheritance | Database layer (models, ORM) | |||
34709 | 34709 | charset should be ignored for the application/x-www-form-urlencoded content type. | HTTP handling | |||
34686 | 34686 | Confirm/Add support for GEOS 3.12. | GIS | |||
34679 | 34679 | Cannot run collectstatic with existing unsupported manifest file | contrib.staticfiles | |||
34647 | 34647 | Foreign Key index names are not renamed when a model is renamed causing duplicate key if a model with the origin name and column is added | Migrations | |||
34605 | 34605 | Add distinct support for ListFilters | contrib.admin | |||
34322 | 34322 | ManifestStaticFilesStorage crashes on commented JavaScript import statements | contrib.staticfiles | |||
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) | |||
27505 | 27505 | Error messages customization and internationalization in Paginator class | Core (Other) | |||
34472 | 34472 | Push for inspectdb in Django 4.1 | Database layer (models, ORM) | |||
34388 | 34388 | Added support for direct usage of Choices classes on model fields | Database layer (models, ORM) | |||
27487 | 27487 | ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple | contrib.admin | |||
34250 | 34250 | Duplicate model names in M2M relationship causes RenameModel migration failure | Migrations | |||
34276 | 34276 | LocMemCache not working for multiple threads | Core (Cache system) | |||
34219 | 34219 | Collation is not preserved when field is altered on PostgreSQL and MySQL. | Database layer (models, ORM) | |||
34160 | 34160 | Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. | Database layer (models, ORM) | |||
34067 | 34067 | django.core.Paginator wrong query slicing | Core (Other) | |||
34050 | 34050 | Generated migration file is not detected by django because of the name of newly generated migration file | Migrations | |||
27624 | 27624 | Optimize ORM by using more immutable data structures | Database layer (models, ORM) | |||
27844 | 27844 | Add a management command to optimize a migration | Migrations | |||
33526 | 33526 | ✅ | Accept truthy/falsy values in security checks. | Core (System checks) | ||
14357 | 14357 | Prevent inappropriate order-based grouping on values+annotate queries | Database layer (models, ORM) | |||
27590 | 27590 | Allow configuration of where to save staticfiles manifest. | contrib.staticfiles | |||
56 | 56 | Primary key columns should be UNSIGNED | Database layer (models, ORM) | |||
27370 | 27370 | Django's Select widget adds a required="required" attribute, even if created with empty_label=True | Forms | |||
27910 | 27910 | Allow using an Enum class in model Field choices | Database layer (models, ORM) | |||
27685 | 27685 | Allow autoreloader to use watchman | Utilities | |||
27985 | 27985 | Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. | Database layer (models, ORM) | |||
27477 | 27477 | Use QuerySet.select_for_update() in admin change form to fix race condition | contrib.admin | |||
27974 | 27974 | Degraded performance when rendering ChoiceField with lots of options and DEBUG=True | Template system | |||
27365 | 27365 | Fields suddenly not found. | Database layer (models, ORM) | |||
27130 | 27130 | Allow using the DjangoTemplates engine without configuring settings | Template system | |||
27518 | 27518 | HTTP Referer leaks password reset link | contrib.auth | |||
27641 | 27641 | Document limitations of the Locmem cache backend | Documentation | |||
27498 | 27498 | Filtering annotated field in SQLite returns wrong results | Database layer (models, ORM) | |||
27063 | 27063 | i18n_patterns() matches too much of the URL as the language code | Internationalization | |||
27328 | 27328 | return `Set-Cookie` if sessionid= None value | contrib.sessions | |||
27259 | 27259 | ManyToOneRel.name uses relatemodelname instead of relatedmodelname_set | Database layer (models, ORM) | |||
27173 | 27173 | Permit import statements to be longer than 80 characters | Core (Other) | |||
27142 | 27142 | makemigrations fails on special database connections | Migrations | |||
27145 | 27145 | Discrepenacy between documentation and docstring for Storage.save method | Documentation | |||
27082 | 27082 | Make timezone.localtime() default to timezone.now() when no value is given | Utilities | |||
27019 | 27019 | DiscoverRunner does not restore old settings.DEBUG value in teardown | Testing framework | |||
14368 | 14368 | Reverse relation attribute for OneToOneField fails when set to None | Database layer (models, ORM) | |||
14226 | 14226 | Bug in dumpdata dependency calculation involving ManyToManyFields | Core (Serialization) | |||
14319 | 14319 | Add signals test_setup and test_teardown to Django test suite runner Options | Testing framework | |||
14261 | 14261 | Add clickjacking protection (X-Frame-Options header) | HTTP handling | |||
14646 | 14646 | django.contrib.comments is missing default template for comment_notification_email.txt, and has no documentation of template context | contrib.comments | |||
361 | 361 | Some Basic Math Filters | Template system | |||
26 | 26 | Admin validation errors cause FileUploadFields to be reset | contrib.admin | |||
14445 | 14445 | Use HMAC and constant-time comparison functions where needed in Django | Uncategorized | |||
14812 | 14812 | Wrong processing of If-Modified-Since header | Contrib apps | |||
14486 | 14486 | Change unittest / unittest2 import logic on trunk | Testing framework | |||
14249 | 14249 | Inactive users have less permissions then anonymous users with custom backend | contrib.auth | |||
285 | 285 | WSGIRequest should set request.path to full uri path | HTTP handling | |||
730 | 730 | more explicit middlware ordering | Core (Other) | |||
661 | 661 | New function: batch save of objects would make for more efficient processing | Core (Other) | |||
14695 | 14695 | Field's `name` kwarg gets paved over | Database layer (models, ORM) | |||
14013 | 14013 | 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) | Database layer (models, ORM) | |||
14986 | 14986 | TestCase: increase verbosity for TestCase.fixtures usage | Testing framework | |||
14038 | 14038 | 1.2 Release notes don't mention new template loader classes | Documentation | |||
14826 | 14826 | Accentuated filename upload | File uploads/storage | |||
14457 | 14457 | Possible error in settings.py description | Documentation | |||
14302 | 14302 | models.BooleanField returns integer | Database layer (models, ORM) | |||
22 | 22 | [patch] FileUploadField should allow for clearing the field | contrib.admin | |||
24 | 24 | edit_inline support for OneToOne relationships | Metasystem | |||
685 | 685 | [patch] list_detail and archive_* generic views should default allow_empty to True | Generic views | |||
115 | 115 | Models CRUD via web services | Core (Other) | |||
189 | 189 | Inline editing of foreign keys doesn't do pretty error handling. | contrib.admin | |||
569 | 569 | [patch] better pluralization for table names | contrib.admin | |||
362 | 362 | Anonymous sessions should try to prevent session-stealing | Core (Other) | |||
633 | 633 | Model _post_load method (or similiar for a field?) | Database layer (models, ORM) | |||
393 | 393 | [patch] Filters don't take the str() value of a var | Core (Other) | |||
924 | 924 | [patch] String filters (lower, upper, capfirst etc.) don't work with international strings | contrib.admin | |||
720 | 720 | Added methods to ObjectPaginator for getting the numbers of first and last object on page | Core (Other) | |||
61 | 61 | [patch] auth.User admin form shouldn't require people to edit hashes | contrib.admin | |||
239 | 239 | Initializing a model instance should not require fields with blank | Metasystem | |||
170 | 170 | Unicode field names cause UnicodeEncodeError in main admin handler | contrib.admin | |||
927 | 927 | non-integer primary keys are broken since new-admin merge | Metasystem | |||
500 | 500 | [patch] Templates files extensions other than '.html' should be possible | Template system | |||
419 | 419 | Create meta.AbstractModel | Metasystem | |||
853 | 853 | Django has high start costs, weight | Metasystem | |||
625 | 625 | [patch] Add template decorators | Template system | |||
672 | 672 | get_absolute_url isn't nice | contrib.syndication | |||
764 | 764 | [i18n] blocktrans parsing error when filter argument contains spaces | Template system | |||
578 | 578 | [patch] automatically do MD5 in admin backend | contrib.admin | |||
307 | 307 | Use unicode strings u"bla-bla" in SQL-queries for compatibility with national languages | Metasystem |