Ed Morley

(edmorley)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (32) Reporter (26) Owner (14) Commenter (42) Summary Component
27201 27201 1 Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash contrib.staticfiles
27929 27929 2 Add ManifestStaticFilesStorage option to remove original (non-hashed) files after processing contrib.staticfiles
28054 28054 1 After #26052 runserver returns response body for HTTP HEAD requests Core (Management commands)
28607 28607 HashedFilesMixin's post_process() yields multiple times for the same file contrib.staticfiles
30216 30216 Document BooleanField is no longer blank=True in Django 2.1+ Documentation
28606 28606 Deprecate CachedStaticFilesStorage contrib.staticfiles
28604 28604 Prevent ManifestStaticFilesStorage from leaving behind intermediate files contrib.staticfiles
27685 27685 1 Allow autoreloader to use watchman Utilities
30191 30191 6 Optimize .delete() to use only required fields. Database layer (models, ORM)
27360 27360 1 Make it easier to track down the offending models for AlreadyRegistered exceptions contrib.admin
27731 27731 Squashmigrations doesn't optimize AlterField related_name across AlterUniqueTogether/AlterIndexTogether Migrations
29123 29123 1 Changing an IntegerField to a ForeignKey generates incorrectly ordered migration operations if the field is in unique_together Migrations
27768 27768 3 makemigrations uses unnecessary AddField for ForeignKey depending on model name Migrations
29290 29290 1 Previously squashed migration fails under Python 3 with "multiple leaf nodes" error Migrations
27682 27682 1 Add more dependencies to extras_require (eg sqlparse, PyYAML) Packaging
29124 29124 Generated migration orders RemoveField and AlterUniqueTogether incorrectly, causing FieldDoesNotExist Migrations
28603 28603 1 collectstatic passes all files to post_process(), contrary to code comment contrib.staticfiles
20892 20892 1 Allow configuring the memcached Client with CACHES 'OPTIONS' Core (Cache system)
28081 28081 django.test.client:conditional_content_removal() is not compliant with RFC7230 Testing framework
27537 27537 2 Provide a simpler way to default runserver IP/port to 0.0.0.0:8000 Core (Management commands)
27739 27739 1 Document LabelCommand's `label` attribute Documentation
27717 27717 1 Squashmigrations doesn't optimize AlterModelOptions verbose_name_plural into CreateModel Migrations
27558 27558 3 Setting db_index=False on existing ForeignKey causes constraint to be recreated on MySQL Database layer (models, ORM)
11331 11331 2 Memcached backend closes connection after every request Core (Cache system)
27152 27152 2 Comma-delimited servers list not supported in memcached caches `LOCATION` Core (Cache system)
19914 19914 4 MemcachedCacheTests failing on pylibmc Core (Cache system)
27132 27132 3 Allowed testing MemcachedCache and PyLibMCCache during the same test run Core (Cache system)
27124 27124 1 caches_setting_for_tests passes cull related options to memcached tests Core (Cache system)
26947 26947 1 Support appending the 'preload' directive to the HSTS header HTTP handling
26952 26952 Mention the need to install libffi-dev prior to installing packages for tests Documentation
26990 26990 1 Support MySQL FULLTEXT INDEX in the model DDL Database layer (models, ORM)
25036 25036 1 `manage.py migrate --noinput` does not delete stale content types contrib.contenttypes