harm

(harm)

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 (48) Reporter (6) Owner (0) Commenter (28) Summary Component
34211 34211 Performance regression in ForeignKeyDeferredAttribute changes. Database layer (models, ORM)
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
34809 34809 PyCharm typechecker complains Documentation
34785 34785 Contribution guide comes out non successful Error reporting
34539 34539 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34523 34523 1 Model.objects.update_or_create method sometimes raises TransactionManagementError Database layer (models, ORM)
34039 34039 Admin search bar is too small to use on small screens contrib.admin
34442 34442 runserver is slow to accept http connexions when running on 0.0.0.0 Core (Management commands)
34002 34002 PasswordResetView should work with AbstractBaseUser subclasses without is_active field. contrib.auth
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
27864 27864 2 Limit the number of terms in an admin search contrib.admin
13217 13217 6 LocaleMiddleware breaks caching. (Vary: Cookie) Uncategorized
27445 27445 RadioSelect widget does not work for NullBooleanField Documentation
14628 14628 Document which settings can be changed at runtime Documentation
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27926 27926 Allow squashmigrations to create a fresh set of migrations and delete the old ones Migrations
27766 27766 runserver crashes because of auto-reloader (Py3 + PowerShell) Utilities
27825 27825 Document that models don't cast field values to the same type that's retrieved from the database Documentation
27586 27586 Django sometimes crashes on Windows when being launched in PyCharm Utilities
27762 27762 Concurrency Safety Documentation Documentation
27754 27754 Please document that Django models implement __dict__ (or tell me they officially don't) Documentation
27691 27691 Avoid `logger=logging.getLogger(__name__)` Uncategorized
27668 27668 Autocheck compliance with Python docstring conventions. Core (Other)
27498 27498 Filtering annotated field in SQLite returns wrong results Database layer (models, ORM)
27618 27618 docs/intro/tutorial04.txt: Incorrect Information in Amend Views section Documentation
27588 27588 Avoid affixing colon to migration name in makemigrations output Core (Management commands)
27525 27525 Revert to previous migration automatically after failure when using MySQL backend Migrations
27125 27125 Can not support django Internationalized domain name in URLValidation Core (URLs)
18251 18251 5 multithreading deadlock in django.models.loading.get_apps Core (Other)
13008 13008 4 @never_cache decorator should add 'no-cache' & 'no-store' Core (Cache system)
14518 14518 1 Field.to_python not called on foreign key IDs Database layer (models, ORM)
14760 14760 Admin inlines with file/image field fails to save_as contrib.admin
25 25 5 Filtering interface on ForeignKey <select> boxes contrib.admin
14019 14019 SQLInsertCompiler.as_sql() failure Database layer (models, ORM)
14018 14018 Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField Database layer (models, ORM)
20101 20101 1 bitwise or on queryset fails when using exlude over manytomany Database layer (models, ORM)
361 361 Some Basic Math Filters Template system
17245 17245 IpAddressField not stored effeciently Database layer (models, ORM)
14426 14426 Factor "mysite" out of all code example import statements Documentation
14948 14948 3 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
14301 14301 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14187 14187 Add support for bpython in django-admin.py shell Core (Management commands)
14870 14870 Do not catch all AttributeErrors in CustomRouter.allow_syncdb and friends Database layer (models, ORM)
14235 14235 UnicodeDecodeError in CSRF middleware Forms
139 139 edit_inline should grow some Javascript magic to increase usability contrib.admin
215 215 Need to generate postgresql tables WITHOUT OIDS by default Database layer (models, ORM)
121 121 [patch] Names in SQL should be quoted Metasystem
672 672 get_absolute_url isn't nice contrib.syndication