Adam

(awwester)

Most Active Role

Reporter

Most Active Component

Core (Management Commands)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (178) Reporter (3) Owner (1) Commenter (6) Summary Component
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
27674 27674 Deprecate GeoModelAdmin and OSMGeoAdmin GIS
34609 34609 Deprecate format_html calls without args or kwargs Utilities
27645 27645 Move Settings.__init__ checks to system checks Core (Other)
34746 34746 High CPU/memory consumption when a 5XX is raised with large local variables Error reporting
27580 27580 add special field for storing content types contrib.contenttypes
34994 34994 Visual regression in admin checkboxes on mobile contrib.admin
27747 27747 Add signals for Django management commands Core (Management commands)
34981 34981 Promote `--pair` and `--bisect` from `runtest.py` to be available as flags for the Django `test` command Testing framework
26412 26412 1 createsupseruser with email login instead of username Core (Management commands)
27201 27201 Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash contrib.staticfiles
27516 27516 Optimize test client response.json() Testing framework
34534 34534 Reduce index/constraints operations. Migrations
34140 34140 Format python code blocks in documentation files Documentation
34831 34831 Search in admin could allow issuing a query with many OR'd clauses contrib.admin
27676 27676 MariaDB 10.2 supports defaults for text columns Database layer (models, ORM)
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
34955 34955 Make Concat() use the database operator `||` on PostgreSQL. Database layer (models, ORM)
34457 34457 makemigrations --check no longer prints the changes Migrations
34935 34935 makemigrations --check no longer reports pending migrations Migrations
34642 34642 File.open to support different encodings Core (Other)
34210 34210 Show the duration of individual tests Testing framework
34709 34709 charset should be ignored for the application/x-www-form-urlencoded content type. HTTP handling
34744 34744 Migration re-add constraints when check condition contains a dict_keys object. Migrations
34755 34755 Provide accelerated binary wheels Uncategorized
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)
34650 34650 Document django.shortcuts.resolve_url() Utilities
34535 34535 dbshell management command can crash if DATABASES["name"] is a PosixPath Core (Management commands)
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
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)
34512 34512 Admin missing breadcrumbs in app index contrib.admin
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
34419 34419 Document django.contrib.admin.sites.all_sites contrib.admin
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
34028 34028 Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix Template system
34461 34461 Constructing urls outside the request cycle Core (Other)
34427 34427 Improve error message for incorrect context processors Template system
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)
34235 34235 ManifestStaticFilesStorage should expose a "hash" of the manifest file. contrib.staticfiles
34240 34240 assertRedirects() doesn't preserve headers set in RequestFactory/Client methods. Testing framework
34063 34063 request.POST not populated for multipart/form-data via AsyncClient Testing framework
34163 34163 ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured Uncategorized
34159 34159 Django potential improvement - views decorator for http_timeout with auto retry HTTP handling
34088 34088 Sitemaps without items raise ValueError on callable lastmod. contrib.sitemaps
27654 27654 Propogate alters_data value to subclasses Core (Other)
34112 34112 Add async interface to Model Database layer (models, ORM)
34124 34124 Developer experience on {% with %} template tag can be improved. Template system
34035 34035 ImageField doesn't consider EXIF rotation when storing width and height 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
27624 27624 Optimize ORM by using more immutable data structures Database layer (models, ORM)
14357 14357 Prevent inappropriate order-based grouping on values+annotate queries Database layer (models, ORM)
27936 27936 Add some clarifications to "Spanning multi-valued relationships" Documentation
27694 27694 Improve documentation of supported lookups on HStore & JSON fields Documentation
56 56 Primary key columns should be UNSIGNED Database layer (models, ORM)
27661 27661 Move FileSystemFinder ImproperlyConfigured errors to system checks contrib.staticfiles
27391 27391 Support unittest.TestCase.debug() method. Testing framework
27635 27635 django.utils.crypto should use secrets on Python 3.6+ Utilities
27532 27532 Deprecate Model._meta.has_auto_field Database layer (models, ORM)
27818 27818 Use contextlib.suppress to suppress exceptions. Core (Other)
27639 27639 Add a chunk size argument to QuerySet.iterator() Database layer (models, ORM)
27644 27644 Document FileSystemStorage.get_created_time() limitation on Unix Documentation
27966 27966 Bump required version of pyscopg2 to 2.5.4 Database layer (models, ORM)
27904 27904 Add a system check that Field.validators are callable Database layer (models, ORM)
27622 27622 Test client should accept vendor tree json variants Testing framework
27683 27683 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
27797 27797 dumpdata generate a backup not usable with loaddata using MySQL Core (Serialization)
27632 27632 Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. Database layer (models, ORM)
27677 27677 Disable savepoint support for MySQL NDB engine tables, and option to overwrite the default. Database layer (models, ORM)
27631 27631 Prevent execution of transactional DDL statements when unsupported. Migrations
27641 27641 Document limitations of the Locmem cache backend Documentation
27634 27634 Refactor Query.clone _setup_query logic Database layer (models, ORM)
14297 14297 Accessing settings.FOO in hot spots cause performance problems Core (Other)
27600 27600 Support reading commands from stdin in shell command Core (Management commands)
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)
27517 27517 TemplateResponseMixin with charset does not work Generic views
27499 27499 Pickling a QuerySet evaluates the querysets given to Prefetch in prefetch_related 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)
27514 27514 Add test coverage for Model.__init__ "Number of args..." exception Database layer (models, ORM)
27346 27346 Stop setting the Content-Length header in ConditionalGetMiddleware HTTP handling
27441 27441 MySQL backend output for 'DROP COLUMN' uses undocumented SQL Migrations
27073 27073 Overridden model managers shouldn't appear in _meta.managers Database layer (models, ORM)
27128 27128 A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. Uncategorized
27028 27028 Clarify failed parallel tests run message Testing framework
26353 26353 2 Add --quiet argument to loaddata Core (Management commands)
14098 14098 Prevent introspection errors from crashing inspectdb Core (Management commands)
494 494 Collapse in admin interface for inline related objects contrib.admin
25808 25808 1 Setting to allow django.test.Client default requests to follow=True Testing framework
25781 25781 2 admin_views tests should mostly use client.force_login() Testing framework
14497 14497 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
14319 14319 Add signals test_setup and test_teardown to Django test suite runner Options Testing framework
14868 14868 admin: prevent long text from overflowing recent actions box contrib.admin
14253 14253 TIME_ZONE not respected by Today and Now widgets in admin contrib.admin
14587 14587 Model description on administrative interface contrib.admin
14633 14633 Reorganize settings reference docs Documentation
361 361 Some Basic Math Filters Template system
14861 14861 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
14618 14618 unable to "inspectdb" on mysql4 database Core (Management commands)
14266 14266 Audit database backend support claims, particularly for MySQL Documentation
14579 14579 Use built-in sessions middleware for entirely cookie-based sessions contrib.sessions
14912 14912 urlize and urlizetrunc template filter docs need expansion Documentation
14863 14863 default INSTALLED_APPS out of date Documentation
14862 14862 bad links *.djangoproject.com
14811 14811 Link render_to_response to template loader API Documentation
14805 14805 Tweak sitemaps docs Documentation
14797 14797 ModelFormMixin's get_form_class() logic broken; fails with custom get_queryset() method Generic views
14758 14758 QuerySet method docs headings contain entire method signatures Documentation
14746 14746 Update request/response docs Documentation
14745 14745 Update shortcuts docs Documentation
14744 14744 Update views docs Documentation
14743 14743 Clean up "urls" documentation Documentation
14738 14738 Link settings in cache doc to settings reference, for consistency. Documentation
14737 14737 Move doc comment for "cache_page" to function. Core (Cache system)
14736 14736 Typo in documentation Documentation
14708 14708 Document available mapping keys for form field error messages. Documentation
14682 14682 Class based views docs should be more explicit about template location Documentation
14667 14667 Link MEDIA_* settings to file management docs Documentation
14665 14665 collectstatic will recollect some files all the time. Contrib apps
14662 14662 auth and contenttypes post-syncdb handlers ignore 'db' option Contrib apps
14617 14617 Docs should mention runserver's automatic serving of static files Documentation
14589 14589 Changeset 14395 introduced two bugs Template system
14582 14582 django.contrib.staticfiles development file serving is backward-incompatible if MEDIA_URL was pointing to /static/ folder Contrib apps
14524 14524 Accessing /static/ in a new project shows simplistic 404 error page Contrib apps
14301 14301 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14044 14044 "required=False" dones't work when use DateTimeField with SplitDateTimeWidget Forms
811 811 IPv6 address field support Core (Other)
14038 14038 1.2 Release notes don't mention new template loader classes Documentation
14929 14929 Move doc-comment for gzip decorator HTTP handling
14989 14989 Allow serializers to non ovewrite fixtures objects if they are marked as non overridable Core (Serialization)
14987 14987 Date filter options inconsistant and out of order Documentation
14842 14842 Indent the Model Meta Options Documentation
14320 14320 MySQL documentation needs to note lack of support for timezone info... Documentation
14936 14936 New "render" shortcut docs use "mimetype" instead of "content_type" Uncategorized
14680 14680 Add a file to ignore unnecessary and compiled files from various version control systems Core (Other)
14900 14900 Allow override of Admin paginator. contrib.admin
14923 14923 Typo in documentation of predefined loggers (django.request) Documentation
14901 14901 Typo in class-based views paginator doc. Documentation
14855 14855 Tweak reST in new TemplateResponse docs Documentation
14853 14853 GET parameter in docs for auth.logout incorrect (next_page = next) Documentation
14840 14840 Add class links to related object referfence Documentation
14841 14841 Add/fix xrefs in topics/db/models Documentation
14120 14120 [patch] Document ``get()`` in Making Queries Documentation
14777 14777 The "Generating CSV" doc should mention Unicode issues. Documentation
14804 14804 Update "humanize" docs Documentation
14762 14762 documentation does not document ContentFile Documentation
14790 14790 Fix reST in 1.0 porting guide. Documentation
14785 14785 Fixes to middleware docs Documentation
14789 14789 Remove unused link from install docs Documentation
14784 14784 Fixes to the files documentation Documentation
14783 14783 Fixes to the email documentation Documentation
14782 14782 Fixes to the cache documentation Documentation
14781 14781 Setting "CACHE_PREFIX" should be "CACHE_KEY_PREFIX" Documentation
14780 14780 Fix quoting in class based views reference Documentation
14767 14767 Formatting tweaks to DB optimization doc Documentation
14713 14713 Document that resolve() can raise Http404 Documentation
14706 14706 Stray tick in 1.3 release notes Documentation
14584 14584 PASSWORD_RESET_TIMEOUT_DAYS is not documented Documentation
14307 14307 Document form ChoiceField tuple Documentation
14255 14255 Factoring mysite out of tutorial imports Documentation
14242 14242 UserChangeForm Causes KeyError in 1.2.2 and Trunk Forms
14097 14097 Add "--skip" option to inspectdb. django-admin.py inspectdb
651 651 Allow directories in filename argument to save_<fieldname>_file Core (Other)
708 708 search for meta.IPAddressField with postgresql backend is broken (admin) Database layer (models, ORM)
377 377 [patch] Allow template_name argument to django.views.auth.login.login Generic views
226 226 MetaWeblog API Support Core (Other)
662 662 saving a newly created object without any data causes an error Core (Other)