John
(chagh)
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 (70) | Reporter (1) | Owner (0) | Commenter (2) | Summary | Component |
---|---|---|---|---|---|---|
470 | 470 | Add Field.db_default for defining database defaults | Database layer (models, ORM) | |||
27645 | 27645 | Move Settings.__init__ checks to system checks | Core (Other) | |||
34881 | 34881 | migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. | Migrations | |||
34331 | 34331 | Support prefetch_related() with Queryset.aiterator() | Database layer (models, ORM) | |||
34981 | 34981 | Promote `--pair` and `--bisect` from `runtest.py` to be available as flags for the Django `test` command | Testing framework | |||
27516 | 27516 | Optimize test client response.json() | Testing framework | |||
34831 | 34831 | Search in admin could allow issuing a query with many OR'd clauses | contrib.admin | |||
34955 | 34955 | Make Concat() use the database operator `||` on PostgreSQL. | Database layer (models, ORM) | |||
34457 | 34457 | makemigrations --check no longer prints the changes | Migrations | |||
34210 | 34210 | Show the duration of individual tests | Testing framework | |||
34799 | 34799 | inspectdb fails on tables with cross-schema relations on MySQL. | Database layer (models, ORM) | |||
27646 | 27646 | Add QuerySet support for group by modifiers and OLAP functionality | Database layer (models, ORM) | |||
34681 | 34681 | Optimize memcache_key_warnings() | Core (Cache system) | |||
34535 | 34535 | dbshell management command can crash if DATABASES["name"] is a PosixPath | Core (Management commands) | |||
34563 | 34563 | ManifestStaticFilesStorage support for CSS module scripts in Javascript files. | contrib.staticfiles | |||
34521 | 34521 | Use __slots__ for template Node classes | Template system | |||
34504 | 34504 | SSLCertVerificationError on outgoing emails for some mailboxes | Core (Mail) | |||
34511 | 34511 | mysqlclient 1.4.3 or newer is required; you have 1.0.3. | Core (Other) | |||
34496 | 34496 | ManifestStaticFilesStorage.patterns for sourceMappingURL does not retrieve matched for data URI | contrib.staticfiles | |||
34482 | 34482 | Unable to access "non-picklable" attributes of empty HttpRequest and HttpResponse objects after shallow copy. | HTTP handling | |||
34484 | 34484 | HttpRequest.__deepcopy__ doesn't deepcopy attributes | HTTP handling | |||
34388 | 34388 | Added support for direct usage of Choices classes on model fields | Database layer (models, ORM) | |||
34146 | 34146 | Add tutorial step for installing third party package(s) | Documentation | |||
34259 | 34259 | Management command subparsers don’t retain error formatting | Core (Management commands) | |||
34240 | 34240 | assertRedirects() doesn't preserve headers set in RequestFactory/Client methods. | Testing framework | |||
34252 | 34252 | Doc page "Using the Django authentication system" shows failing example | Documentation | |||
34207 | 34207 | Incorrect SQL query when adding a ManyToMany related object with a "through" table prevents adding a new relationship if the new relationship is identical except for a different value for "through_defaults" | Database layer (models, ORM) | |||
27654 | 27654 | Propogate alters_data value to subclasses | Core (Other) | |||
34112 | 34112 | Add async interface to Model | Database layer (models, ORM) | |||
34073 | 34073 | Refactor session middleware to allow easier overrides | contrib.sessions | |||
34010 | 34010 | Parallel tests don't work with spawn. | Testing framework | |||
34050 | 34050 | Generated migration file is not detected by django because of the name of newly generated migration file | Migrations | |||
27064 | 27064 | Implement RenameIndex in a backwards compatible way | Migrations | |||
27877 | 27877 | Management command exceptions should be logged | Core (Management commands) | |||
27694 | 27694 | Improve documentation of supported lookups on HStore & JSON fields | Documentation | |||
27807 | 27807 | Overriding username validators doesn't work as documented | contrib.auth | |||
27661 | 27661 | Move FileSystemFinder ImproperlyConfigured errors to system checks | contrib.staticfiles | |||
17 | 17 | Metasystem optimization: Share select_related in memory | Database layer (models, ORM) | |||
14091 | 14091 | Fix incorrect quoting in connection.queries | Database layer (models, ORM) | |||
27985 | 27985 | Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. | Database layer (models, ORM) | |||
14642 | 14642 | save_as=True and generic inline in admin gives IndexError | contrib.contenttypes | |||
27532 | 27532 | Deprecate Model._meta.has_auto_field | Database layer (models, ORM) | |||
27818 | 27818 | Use contextlib.suppress to suppress exceptions. | Core (Other) | |||
27904 | 27904 | Add a system check that Field.validators are callable | Database layer (models, ORM) | |||
27586 | 27586 | Django sometimes crashes on Windows when being launched in PyCharm | Utilities | |||
27683 | 27683 | Change default transaction isolation level to READ COMMITTED on MySQL | Database layer (models, ORM) | |||
27677 | 27677 | Disable savepoint support for MySQL NDB engine tables, and option to overwrite the default. | Database layer (models, ORM) | |||
27555 | 27555 | Remove django.utils.functional.lazy_property | Utilities | |||
27321 | 27321 | ignores_quoted_identifier_case broken on MySQL on OS X/Windows | Database layer (models, ORM) | |||
27513 | 27513 | Optimize Signal.send a tiny bit | Utilities | |||
27523 | 27523 | Sitemap ping_google function reverse broken on Django 1.10 | contrib.sitemaps | |||
27512 | 27512 | Dead code path in Model.__init__ | Database layer (models, ORM) | |||
27441 | 27441 | MySQL backend output for 'DROP COLUMN' uses undocumented SQL | Migrations | |||
27411 | 27411 | Django namespaced reverse not working in test environment | Testing framework | |||
27168 | 27168 | ✅ | 2 | "LookupError: App 'xxxxx' doesn't have a 'xxxxx' model" with custom table name | Migrations | |
14394 | 14394 | Assigning bad data to an m2m attribute should not clear existing data | Database layer (models, ORM) | |||
14571 | 14571 | Update jQuery | contrib.admin | |||
14757 | 14757 | Add An Example For .extra(tables=[]) | Documentation | |||
14555 | 14555 | Session loss with psycopg2 db backend | contrib.sessions | |||
14543 | 14543 | ContentTypes tests fails if auth app is not installed | contrib.contenttypes | |||
14223 | 14223 | Inconsistent exception raising on DB integrity errors | Database layer (models, ORM) | |||
14430 | 14430 | create superuser rejects @ symbol in username | contrib.admin | |||
14295 | 14295 | Saving an object with a custom manager results in IntegrityError | Uncategorized | |||
565 | 565 | Unique fields don't work on edit_inline models | contrib.admin | |||
659 | 659 | Selecting by month with DateField is broken with sqlite3 backend | Database layer (models, ORM) | |||
115 | 115 | Models CRUD via web services | Core (Other) | |||
871 | 871 | ImageField doesn''t honor blank=True argument | contrib.admin | |||
428 | 428 | [patch] view for serving static files | Generic views | |||
273 | 273 | [patch] Password salt and other algorithms support | Core (Other) | |||
424 | 424 | Timeline page doesn't display link to RSS feed | *.djangoproject.com |