Johnson

(j3soon)

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 (44) Reporter (1) Owner (0) Commenter (0) 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)
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
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
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
27694 27694 Improve documentation of supported lookups on HStore & JSON fields Documentation
32666 32666 Clarify mysite/urls.py location for tutorial-01 Documentation
27661 27661 Move FileSystemFinder ImproperlyConfigured errors to system checks contrib.staticfiles
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)
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
565 565 Unique fields don't work on edit_inline models contrib.admin